VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
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
=========================================================================*/
33
#ifndef __vtkOrientedPolygonalHandleRepresentation3D_h
34
#define __vtkOrientedPolygonalHandleRepresentation3D_h
35
36
#include "
vtkAbstractPolygonalHandleRepresentation3D.h
"
37
38
class
VTK_WIDGETS_EXPORT
vtkOrientedPolygonalHandleRepresentation3D
39
:
public
vtkAbstractPolygonalHandleRepresentation3D
40
{
41
public
:
43
static
vtkOrientedPolygonalHandleRepresentation3D
*
New
();
44
46
47
vtkTypeMacro(
vtkOrientedPolygonalHandleRepresentation3D
,
48
vtkAbstractPolygonalHandleRepresentation3D
);
49
void
PrintSelf
(ostream& os,
vtkIndent
indent);
51
52
protected
:
53
vtkOrientedPolygonalHandleRepresentation3D
();
54
~
vtkOrientedPolygonalHandleRepresentation3D
();
55
57
virtual
void
UpdateHandle
();
58
59
private
:
60
vtkOrientedPolygonalHandleRepresentation3D
(
const
vtkOrientedPolygonalHandleRepresentation3D
&);
//Not implemented
61
void
operator=(
const
vtkOrientedPolygonalHandleRepresentation3D
&);
//Not implemented
62
};
63
64
#endif
65
Generated on Wed May 30 2012 13:22:26 for VTK by
1.8.1