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