VTK
vtkPolygonalHandleRepresentation3D.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPolygonalHandleRepresentation3D.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
30 #ifndef vtkPolygonalHandleRepresentation3D_h
31 #define vtkPolygonalHandleRepresentation3D_h
32 
33 #include "vtkInteractionWidgetsModule.h" // For export macro
35 
38 {
39 public:
42 
44 
47  void PrintSelf(ostream& os, vtkIndent indent);
49 
51  virtual void SetWorldPosition(double p[3]);
52 
54 
56  vtkSetVector3Macro( Offset, double );
57  vtkGetVector3Macro( Offset, double );
59 
60 protected:
63 
64  double Offset[3];
65 
66 private:
68  void operator=(const vtkPolygonalHandleRepresentation3D&); //Not implemented
69 };
70 
71 #endif
#define VTKINTERACTIONWIDGETS_EXPORT
virtual void SetWorldPosition(double p[3])
a simple class to control print indentation
Definition: vtkIndent.h:38
represent a user defined handle geometry in 3D while maintaining a fixed orientation w...
void PrintSelf(ostream &os, vtkIndent indent)
static vtkObject * New()
represent a user defined handle geometry in 3D space