 |
VTK
9.0.1
|
Go to the documentation of this file.
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);
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.