58 #ifndef vtkRotationalExtrusionFilter_h
59 #define vtkRotationalExtrusionFilter_h
61 #include "vtkFiltersModelingModule.h"
83 vtkGetMacro(Resolution,
int);
99 vtkSetMacro(Angle,
double);
100 vtkGetMacro(Angle,
double);
107 vtkSetMacro(Translation,
double);
108 vtkGetMacro(Translation,
double);
115 vtkSetMacro(DeltaRadius,
double);
116 vtkGetMacro(DeltaRadius,
double);
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
sweep polygonal data creating "skirt" from free edges and lines, and lines from vertices
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkRotationalExtrusionFilter() override
vtkRotationalExtrusionFilter()
static vtkRotationalExtrusionFilter * New()
Create object with capping on, angle of 360 degrees, resolution = 12, and no translation along z-axis...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.