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

Servers/ServerManager/vtkSMImplicitPlaneProxy.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkSMImplicitPlaneProxy.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 =========================================================================*/
00023 #ifndef __vtkSMImplicitPlaneProxy_h
00024 #define __vtkSMImplicitPlaneProxy_h
00025 
00026 #include "vtkSMProxy.h"
00027 
00028 class VTK_EXPORT vtkSMImplicitPlaneProxy : public vtkSMProxy
00029 {
00030 public:
00031   static vtkSMImplicitPlaneProxy* New();
00032   vtkTypeRevisionMacro(vtkSMImplicitPlaneProxy, vtkSMProxy);
00033   void PrintSelf(ostream& os, vtkIndent indent);
00034 
00036 
00037   vtkSetMacro(Offset, double);
00038   vtkGetMacro(Offset, double);
00040 
00042 
00043   vtkSetVector3Macro(Origin, double);
00044   vtkGetVector3Macro(Origin, double);
00046 
00048   virtual void UpdateVTKObjects();
00049 
00050 protected:
00051   vtkSMImplicitPlaneProxy();
00052   ~vtkSMImplicitPlaneProxy();
00053 
00054   double Origin[3];
00055   double Offset;
00056 
00057 private:
00058   vtkSMImplicitPlaneProxy(const vtkSMImplicitPlaneProxy&); // Not implemented
00059   void operator=(const vtkSMImplicitPlaneProxy&); // Not implemented
00060 };
00061 
00062 #endif

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