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

Servers/ServerManager/vtkSMPickSphereWidgetProxy.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkSMPickSphereWidgetProxy.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 __vtkSMPickSphereWidgetProxy_h
00024 #define __vtkSMPickSphereWidgetProxy_h
00025 
00026 #include "vtkSMSphereWidgetProxy.h"
00027 
00028 class VTK_EXPORT vtkSMPickSphereWidgetProxy : public vtkSMSphereWidgetProxy
00029 {
00030 public:
00031   static vtkSMPickSphereWidgetProxy* New();
00032   vtkTypeRevisionMacro(vtkSMPickSphereWidgetProxy, vtkSMSphereWidgetProxy);
00033   void PrintSelf(ostream &os,vtkIndent indent);
00034 
00036   virtual void UpdateVTKObjects();
00037 
00038 // ATTRIBUTE EDITOR 
00039   vtkSetMacro(MouseControlToggle,int);
00040   vtkGetMacro(MouseControlToggle,int);
00041 
00042 protected:
00043   vtkSMPickSphereWidgetProxy();
00044   ~vtkSMPickSphereWidgetProxy();
00045 
00046 // ATTRIBUTE EDITOR
00047   int MouseControlToggle;
00048 
00049 private:
00050   vtkSMPickSphereWidgetProxy(const vtkSMPickSphereWidgetProxy&);// Not implemented
00051   void operator=(const vtkSMPickSphereWidgetProxy&); // Not implemented
00052 };  
00053 
00054 #endif

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