63 #ifndef vtkRotationalExtrusionFilter_h
64 #define vtkRotationalExtrusionFilter_h
83 vtkGetMacro(Resolution,
int);
88 vtkSetMacro(Capping,
int);
89 vtkGetMacro(Capping,
int);
90 vtkBooleanMacro(Capping,
int);
95 vtkSetMacro(Angle,
double);
96 vtkGetMacro(Angle,
double);
101 vtkSetMacro(Translation,
double);
102 vtkGetMacro(Translation,
double);
107 vtkSetMacro(DeltaRadius,
double);
108 vtkGetMacro(DeltaRadius,
double);
sweep polygonal data creating "skirt" from free edges and lines, and lines from vertices ...
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKFILTERSMODELING_EXPORT
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
~vtkRotationalExtrusionFilter()