Go to the documentation of this file.
65 #ifndef vtkQuadRotationalExtrusionFilter_h
66 #define vtkQuadRotationalExtrusionFilter_h
68 #include "vtkFiltersModelingModule.h"
99 vtkSetClampMacro(Axis,
int, 0, 2);
100 vtkGetMacro(Axis,
int);
112 vtkGetMacro(Resolution,
int);
128 vtkSetMacro(DefaultAngle,
double);
129 vtkGetMacro(DefaultAngle,
double);
144 vtkSetMacro(Translation,
double);
145 vtkGetMacro(Translation,
double);
152 vtkSetMacro(DeltaRadius,
double);
153 vtkGetMacro(DeltaRadius,
double);
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
represent and manipulate point attribute data
void RemoveAllPerBlockAngles()
Set/Get angles of rotation for each block in a composite data set.
std::map< vtkIdType, double > PerBlockAngles
sweep polygonal data creating "skirt" from free edges and lines, and lines from vertices
vtkQuadRotationalExtrusionFilter()
int RotateAroundAxis(double, vtkIdType, vtkPoints *, vtkPoints *, vtkPointData *, vtkPointData *)
a simple class to control print indentation
void AddPerBlockAngle(vtkIdType blockId, double angle)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
static vtkQuadRotationalExtrusionFilter * New()
Create object with capping on, angle of 360 degrees, resolution = 12, and no translation along z-axis...
~vtkQuadRotationalExtrusionFilter() override
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.