VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Interaction
Widgets
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
34
#include "
vtkAbstractPolygonalHandleRepresentation3D.h
"
35
36
class
VTKINTERACTIONWIDGETS_EXPORT
vtkPolygonalHandleRepresentation3D
37
:
public
vtkAbstractPolygonalHandleRepresentation3D
38
{
39
public
:
41
static
vtkPolygonalHandleRepresentation3D
*
New
();
42
44
45
vtkTypeMacro(
vtkPolygonalHandleRepresentation3D
,
46
vtkAbstractPolygonalHandleRepresentation3D
);
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
:
61
vtkPolygonalHandleRepresentation3D
();
62
~vtkPolygonalHandleRepresentation3D
() {};
63
64
double
Offset[3];
65
66
private
:
67
vtkPolygonalHandleRepresentation3D
(
const
vtkPolygonalHandleRepresentation3D
&);
//Not implemented
68
void
operator=(
const
vtkPolygonalHandleRepresentation3D
&);
//Not implemented
69
};
70
71
#endif
Generated on Thu May 24 2012 22:22:28 for VTK by
1.8.1