Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

Servers/ServerManager/vtkSMPointWidgetProxy.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkSMPointWidgetProxy.h,v $
00005 
00006   Copyright (c) Kitware, Inc.
00007   All rights reserved.
00008   See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00019 #ifndef __vtkSMPointWidgetProxy_h
00020 #define __vtkSMPointWidgetProxy_h
00021 
00022 #include "vtkSM3DWidgetProxy.h"
00023 
00024 class VTK_EXPORT vtkSMPointWidgetProxy : public vtkSM3DWidgetProxy
00025 {
00026 public:
00027   static vtkSMPointWidgetProxy* New();
00028   vtkTypeRevisionMacro(vtkSMPointWidgetProxy, vtkSM3DWidgetProxy);
00029   void PrintSelf(ostream &os,vtkIndent indent);
00030 
00031   vtkSetVector3Macro(Position,double);
00032   vtkGetVector3Macro(Position,double);
00033  
00034   virtual void SaveInBatchScript(ofstream *file);
00035 
00036   virtual void UpdateVTKObjects();
00037 protected:
00038 //BTX
00039   vtkSMPointWidgetProxy();
00040   ~vtkSMPointWidgetProxy();
00041 
00043   virtual void SaveState(const char* name, ostream* file, vtkIndent indent);
00044   
00046 
00047   virtual void ExecuteEvent(vtkObject*, unsigned long, void*);
00048   virtual void CreateVTKObjects(int numObjects);
00050 
00051   double Position[3];
00052   
00053 private:
00054   vtkSMPointWidgetProxy(const vtkSMPointWidgetProxy&);// Not implemented
00055   void operator=(const vtkSMPointWidgetProxy&); // Not implemented
00056 //ETX
00057 };
00058 
00059 #endif

Generated on Tue May 30 12:31:48 2006 for ParaView by doxygen 1.3.5