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

Servers/ServerManager/vtkSMBoxProxy.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkSMBoxProxy.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 =========================================================================*/
00021 #ifndef __vtkSMBoxProxy_h
00022 #define __vtkSMBoxProxy_h
00023 
00024 #include "vtkSMProxy.h"
00025 
00026 class vtkMatrix4x4;
00027 
00028 class VTK_EXPORT vtkSMBoxProxy : public vtkSMProxy
00029 {
00030 public:
00031   static vtkSMBoxProxy* New();
00032   vtkTypeRevisionMacro(vtkSMBoxProxy, vtkSMProxy);
00033   void PrintSelf(ostream& os, vtkIndent indent);
00034 
00036 
00037   vtkSetVector3Macro(Position, double);
00038   vtkGetVector3Macro(Position, double);
00040 
00042 
00043   vtkSetVector3Macro(Rotation, double);
00044   vtkGetVector3Macro(Rotation, double);
00046 
00048 
00049   vtkSetVector3Macro(Scale, double);
00050   vtkGetVector3Macro(Scale, double);
00052  
00056   virtual void UpdateVTKObjects();
00057 
00058 protected:
00059   vtkSMBoxProxy();
00060   ~vtkSMBoxProxy();
00061 
00062   double Position[3];
00063   double Rotation[3];
00064   double Scale[3];
00065 
00067   void GetMatrix(vtkMatrix4x4 *mat);
00068 private:
00069   vtkSMBoxProxy(const vtkSMBoxProxy&); // Not implemented
00070   void operator=(const vtkSMBoxProxy&); // Not implemented
00071 };
00072 
00073 #endif
00074 

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