VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkRotationalExtrusionFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkRotationalExtrusionFilter.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
=========================================================================*/
63
#ifndef __vtkRotationalExtrusionFilter_h
64
#define __vtkRotationalExtrusionFilter_h
65
66
#include "
vtkPolyDataAlgorithm.h
"
67
68
class
VTK_GRAPHICS_EXPORT
vtkRotationalExtrusionFilter
:
public
vtkPolyDataAlgorithm
69
{
70
public
:
71
vtkTypeMacro(
vtkRotationalExtrusionFilter
,
vtkPolyDataAlgorithm
);
72
void
PrintSelf
(ostream& os,
vtkIndent
indent);
73
76
static
vtkRotationalExtrusionFilter
*
New
();
77
79
81
vtkSetClampMacro(Resolution,
int
,1,
VTK_LARGE_INTEGER
);
82
vtkGetMacro(Resolution,
int
);
84
86
87
vtkSetMacro(Capping,
int
);
88
vtkGetMacro(Capping,
int
);
89
vtkBooleanMacro(Capping,
int
);
91
93
94
vtkSetMacro(Angle,
double
);
95
vtkGetMacro(Angle,
double
);
97
99
100
vtkSetMacro(Translation,
double
);
101
vtkGetMacro(Translation,
double
);
103
105
106
vtkSetMacro(DeltaRadius,
double
);
107
vtkGetMacro(DeltaRadius,
double
);
109
110
protected
:
111
vtkRotationalExtrusionFilter
();
112
~vtkRotationalExtrusionFilter
() {};
113
114
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
115
int
Resolution
;
116
int
Capping
;
117
double
Angle
;
118
double
Translation
;
119
double
DeltaRadius
;
120
private
:
121
vtkRotationalExtrusionFilter
(
const
vtkRotationalExtrusionFilter
&);
// Not implemented.
122
void
operator=(
const
vtkRotationalExtrusionFilter
&);
// Not implemented.
123
};
124
125
#endif
Generated on Sun Sep 9 2012 13:03:31 for VTK by
1.8.1.2