VTK
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
=========================================================================*/
31
#ifndef vtkPolygonalHandleRepresentation3D_h
32
#define vtkPolygonalHandleRepresentation3D_h
33
34
#include "vtkInteractionWidgetsModule.h"
// For export macro
35
#include "
vtkAbstractPolygonalHandleRepresentation3D.h
"
36
37
class
VTKINTERACTIONWIDGETS_EXPORT
vtkPolygonalHandleRepresentation3D
38
:
public
vtkAbstractPolygonalHandleRepresentation3D
39
{
40
public
:
44
static
vtkPolygonalHandleRepresentation3D
*
New
();
45
47
50
vtkTypeMacro(
vtkPolygonalHandleRepresentation3D
,
51
vtkAbstractPolygonalHandleRepresentation3D
);
52
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
54
58
void
SetWorldPosition
(
double
p[3])
override
;
59
61
65
vtkSetVector3Macro( Offset,
double
);
66
vtkGetVector3Macro( Offset,
double
);
68
69
protected
:
70
vtkPolygonalHandleRepresentation3D
();
71
~vtkPolygonalHandleRepresentation3D
()
override
{}
72
73
double
Offset[3];
74
75
private
:
76
vtkPolygonalHandleRepresentation3D
(
const
vtkPolygonalHandleRepresentation3D
&) =
delete
;
77
void
operator=(
const
vtkPolygonalHandleRepresentation3D
&) =
delete
;
78
};
79
80
#endif
vtkPolygonalHandleRepresentation3D
represent a user defined handle geometry in 3D space
Definition:
vtkPolygonalHandleRepresentation3D.h:37
vtkObject::New
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
vtkAbstractPolygonalHandleRepresentation3D.h
vtkAbstractPolygonalHandleRepresentation3D
represent a user defined handle geometry in 3D while maintaining a fixed orientation w....
Definition:
vtkAbstractPolygonalHandleRepresentation3D.h:52
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkPolygonalHandleRepresentation3D::~vtkPolygonalHandleRepresentation3D
~vtkPolygonalHandleRepresentation3D() override
Definition:
vtkPolygonalHandleRepresentation3D.h:71
vtkAbstractPolygonalHandleRepresentation3D::SetWorldPosition
void SetWorldPosition(double p[3]) override
Set the position of the point in world and display coordinates.
vtkAbstractPolygonalHandleRepresentation3D::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Generated by
1.8.16