VTK
dox
Interaction
Widgets
vtkOrientedPolygonalHandleRepresentation3D.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkOrientedPolygonalHandleRepresentation3D.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
=========================================================================*/
34
#ifndef vtkOrientedPolygonalHandleRepresentation3D_h
35
#define vtkOrientedPolygonalHandleRepresentation3D_h
36
37
#include "vtkInteractionWidgetsModule.h"
// For export macro
38
#include "
vtkAbstractPolygonalHandleRepresentation3D.h
"
39
40
class
VTKINTERACTIONWIDGETS_EXPORT
vtkOrientedPolygonalHandleRepresentation3D
41
:
public
vtkAbstractPolygonalHandleRepresentation3D
42
{
43
public
:
47
static
vtkOrientedPolygonalHandleRepresentation3D
*
New
();
48
50
53
vtkTypeMacro(
vtkOrientedPolygonalHandleRepresentation3D
,
54
vtkAbstractPolygonalHandleRepresentation3D
);
55
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
57
58
protected
:
59
vtkOrientedPolygonalHandleRepresentation3D
();
60
~
vtkOrientedPolygonalHandleRepresentation3D
()
override
;
61
65
void
UpdateHandle
()
override
;
66
67
private
:
68
vtkOrientedPolygonalHandleRepresentation3D
(
const
vtkOrientedPolygonalHandleRepresentation3D
&) =
delete
;
69
void
operator=(
const
vtkOrientedPolygonalHandleRepresentation3D
&) =
delete
;
70
};
71
72
#endif
73
vtkOrientedPolygonalHandleRepresentation3D
represent a user defined handle geometry in 3D while maintaining a fixed orientation w....
Definition:
vtkOrientedPolygonalHandleRepresentation3D.h:40
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
vtkAbstractPolygonalHandleRepresentation3D::UpdateHandle
virtual void UpdateHandle()
Update the actor position.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
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