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 
34 
37 {
38 public:
41 
43 
46  void PrintSelf(ostream& os, vtkIndent indent);
48 
50  virtual void SetWorldPosition(double p[3]);
51 
53 
55  vtkSetVector3Macro( Offset, double );
56  vtkGetVector3Macro( Offset, double );
58 
59 protected:
62 
63  double Offset[3];
64 
65 private:
67  void operator=(const vtkPolygonalHandleRepresentation3D&); //Not implemented
68 };
69 
70 #endif
virtual void SetWorldPosition(double p[3])
a simple class to control print indentation
Definition: vtkIndent.h:37
represent a user defined handle geometry in 3D while maintaining a fixed orientation w...
void PrintSelf(ostream &os, vtkIndent indent)
#define VTK_WIDGETS_EXPORT
static vtkObject * New()
represent a user defined handle geometry in 3D space