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

Servers/ServerManager/vtkSMImplicitPlaneWidgetProxy.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkSMImplicitPlaneWidgetProxy.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 __vtkSMImplicitPlaneWidgetProxy_h
00020 #define __vtkSMImplicitPlaneWidgetProxy_h
00021 
00022 #include "vtkSM3DWidgetProxy.h"
00023 
00024 class VTK_EXPORT vtkSMImplicitPlaneWidgetProxy : public vtkSM3DWidgetProxy
00025 {
00026 public:
00027   static vtkSMImplicitPlaneWidgetProxy* New();
00028   vtkTypeRevisionMacro(vtkSMImplicitPlaneWidgetProxy, vtkSM3DWidgetProxy);
00029   void PrintSelf(ostream& os, vtkIndent indent);
00030  
00031   vtkSetVector3Macro(Center,double);  
00032   vtkGetVector3Macro(Center,double);
00033   
00034   vtkSetVector3Macro(Normal,double);
00035   vtkGetVector3Macro(Normal,double);
00036   
00038 
00039   vtkSetMacro(DrawPlane,int);
00041   
00042   virtual void SaveInBatchScript(ofstream *file);
00043 
00045   virtual void UpdateVTKObjects();
00046 protected:
00047   vtkSMImplicitPlaneWidgetProxy();
00048   ~vtkSMImplicitPlaneWidgetProxy();
00049  
00051   virtual void SaveState(const char* name, ostream* file, vtkIndent indent);
00052 
00054   virtual void ExecuteEvent(vtkObject*, unsigned long, void*);
00055 
00056   virtual void CreateVTKObjects(int numObjects);
00057 
00058   double  Center[3];
00059   double  Normal[3];
00060   int     DrawPlane;
00061 
00062 private:
00063   vtkSMImplicitPlaneWidgetProxy(const vtkSMImplicitPlaneWidgetProxy&); // Not implemented
00064   void operator=(const vtkSMImplicitPlaneWidgetProxy&); // Not implemented
00065 };
00066 
00067 #endif

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