63 #ifndef __vtkRotationalExtrusionFilter_h
64 #define __vtkRotationalExtrusionFilter_h
66 #include "vtkFiltersModelingModule.h"
73 void PrintSelf(ostream& os, vtkIndent indent);
82 vtkSetClampMacro(Resolution,
int,1,VTK_INT_MAX);
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);
115 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
sweep polygonal data creating "skirt" from free edges and lines, and lines from vertices ...
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
~vtkRotationalExtrusionFilter()