62 #ifndef vtkRotationalExtrusionFilter_h
63 #define vtkRotationalExtrusionFilter_h
65 #include "vtkFiltersModelingModule.h"
87 vtkGetMacro(Resolution,
int);
103 vtkSetMacro(Angle,
double);
104 vtkGetMacro(Angle,
double);
111 vtkSetMacro(Translation,
double);
112 vtkGetMacro(Translation,
double);
119 vtkSetMacro(DeltaRadius,
double);
120 vtkGetMacro(DeltaRadius,
double);
127 vtkSetVector3Macro(RotationAxis,
double);
128 vtkGetVector3Macro(RotationAxis,
double);
141 double RotationAxis[3] = { 0, 0, 1 };
sweep polygonal data creating "skirt" from free edges and lines, and lines from vertices ...
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.