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
=========================================================================*/
31
#ifndef vtkOrientedPolygonalHandleRepresentation3D_h
32
#define vtkOrientedPolygonalHandleRepresentation3D_h
33
34
#include "vtkInteractionWidgetsModule.h"
// For export macro
35
#include "
vtkAbstractPolygonalHandleRepresentation3D.h
"
36
37
class
VTKINTERACTIONWIDGETS_EXPORT
vtkOrientedPolygonalHandleRepresentation3D
38
:
public
vtkAbstractPolygonalHandleRepresentation3D
39
{
40
public
:
44
static
vtkOrientedPolygonalHandleRepresentation3D
*
New
();
45
47
50
vtkTypeMacro(
vtkOrientedPolygonalHandleRepresentation3D
,
51
vtkAbstractPolygonalHandleRepresentation3D
);
52
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
54
55
protected
:
56
vtkOrientedPolygonalHandleRepresentation3D
();
57
~
vtkOrientedPolygonalHandleRepresentation3D
()
override
;
58
62
void
UpdateHandle
()
override
;
63
64
private
:
65
vtkOrientedPolygonalHandleRepresentation3D
(
const
vtkOrientedPolygonalHandleRepresentation3D
&) =
delete
;
66
void
operator=(
const
vtkOrientedPolygonalHandleRepresentation3D
&) =
delete
;
67
};
68
69
#endif
70
vtkOrientedPolygonalHandleRepresentation3D
represent a user defined handle geometry in 3D while maintaining a fixed orientation w....
Definition:
vtkOrientedPolygonalHandleRepresentation3D.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:49
vtkAbstractPolygonalHandleRepresentation3D::UpdateHandle
virtual void UpdateHandle()
Update the actor position.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
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