VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
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 "
vtkAbstractPolygonalHandleRepresentation3D.h
"
34
35
class
VTK_WIDGETS_EXPORT
vtkPolygonalHandleRepresentation3D
36
:
public
vtkAbstractPolygonalHandleRepresentation3D
37
{
38
public
:
40
static
vtkPolygonalHandleRepresentation3D
*
New
();
41
43
44
vtkTypeMacro(
vtkPolygonalHandleRepresentation3D
,
45
vtkAbstractPolygonalHandleRepresentation3D
);
46
void
PrintSelf
(ostream& os,
vtkIndent
indent);
48
50
virtual
void
SetWorldPosition
(
double
p[3]);
51
53
55
vtkSetVector3Macro( Offset,
double
);
56
vtkGetVector3Macro( Offset,
double
);
58
59
protected
:
60
vtkPolygonalHandleRepresentation3D
();
61
~vtkPolygonalHandleRepresentation3D
() {};
62
63
double
Offset[3];
64
65
private
:
66
vtkPolygonalHandleRepresentation3D
(
const
vtkPolygonalHandleRepresentation3D
&);
//Not implemented
67
void
operator=(
const
vtkPolygonalHandleRepresentation3D
&);
//Not implemented
68
};
69
70
#endif
vtkPolygonalHandleRepresentation3D::~vtkPolygonalHandleRepresentation3D
~vtkPolygonalHandleRepresentation3D()
Definition:
vtkPolygonalHandleRepresentation3D.h:61
vtkAbstractPolygonalHandleRepresentation3D::SetWorldPosition
virtual void SetWorldPosition(double p[3])
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:37
vtkAbstractPolygonalHandleRepresentation3D
represent a user defined handle geometry in 3D while maintaining a fixed orientation w...
Definition:
vtkAbstractPolygonalHandleRepresentation3D.h:50
vtkAbstractPolygonalHandleRepresentation3D::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
VTK_WIDGETS_EXPORT
#define VTK_WIDGETS_EXPORT
Definition:
vtkWin32Header.h:282
vtkAbstractPolygonalHandleRepresentation3D.h
vtkObject::New
static vtkObject * New()
vtkPolygonalHandleRepresentation3D
represent a user defined handle geometry in 3D space
Definition:
vtkPolygonalHandleRepresentation3D.h:35
Generated by
1.8.9.1