50 #ifndef vtkRotationalExtrusionFilter_h
51 #define vtkRotationalExtrusionFilter_h
53 #include "vtkFiltersModelingModule.h"
56 VTK_ABI_NAMESPACE_BEGIN
76 vtkGetMacro(Resolution,
int);
92 vtkSetMacro(Angle,
double);
93 vtkGetMacro(Angle,
double);
100 vtkSetMacro(Translation,
double);
101 vtkGetMacro(Translation,
double);
108 vtkSetMacro(DeltaRadius,
double);
109 vtkGetMacro(DeltaRadius,
double);
116 vtkSetVector3Macro(RotationAxis,
double);
117 vtkGetVector3Macro(RotationAxis,
double);
130 double RotationAxis[3] = { 0, 0, 1 };
137 VTK_ABI_NAMESPACE_END
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.