VTK
9.0.1
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
=========================================================================*/
32
#ifndef vtkOrientedPolygonalHandleRepresentation3D_h
33
#define vtkOrientedPolygonalHandleRepresentation3D_h
34
35
#include "
vtkAbstractPolygonalHandleRepresentation3D.h
"
36
#include "vtkInteractionWidgetsModule.h"
// For export macro
37
38
class
VTKINTERACTIONWIDGETS_EXPORT
vtkOrientedPolygonalHandleRepresentation3D
39
:
public
vtkAbstractPolygonalHandleRepresentation3D
40
{
41
public
:
45
static
vtkOrientedPolygonalHandleRepresentation3D
*
New
();
46
48
51
vtkTypeMacro(
52
vtkOrientedPolygonalHandleRepresentation3D
,
vtkAbstractPolygonalHandleRepresentation3D
);
53
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
55
56
protected
:
57
vtkOrientedPolygonalHandleRepresentation3D
();
58
~
vtkOrientedPolygonalHandleRepresentation3D
()
override
;
59
63
void
UpdateHandle
()
override
;
64
65
private
:
66
vtkOrientedPolygonalHandleRepresentation3D
(
67
const
vtkOrientedPolygonalHandleRepresentation3D
&) =
delete
;
68
void
operator=(
const
vtkOrientedPolygonalHandleRepresentation3D
&) =
delete
;
69
};
70
71
#endif
vtkOrientedPolygonalHandleRepresentation3D
represent a user defined handle geometry in 3D while maintaining a fixed orientation w....
Definition:
vtkOrientedPolygonalHandleRepresentation3D.h:38
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:50
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 on Thu Jun 25 2020 08:30:48 for VTK by
1.8.17