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);
136 void RemoveAllPerBlockAngles();
137 void AddPerBlockAngle(
vtkIdType blockId,
double angle);
144 vtkSetMacro(Translation,
double);
145 vtkGetMacro(Translation,
double);
152 vtkSetMacro(DeltaRadius,
double);
153 vtkGetMacro(DeltaRadius,
double);
165 int RotateAroundAxis(
double,
represent and manipulate 3D points
represent and manipulate point attribute data
std::map< vtkIdType, double > PerBlockAngles
static vtkMultiBlockDataSetAlgorithm * New()
sweep polygonal data creating "skirt" from free edges and lines, and lines from vertices
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
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.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
~vtkQuadRotationalExtrusionFilter() override
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.