53 #ifndef vtkQuadRotationalExtrusionFilter_h
54 #define vtkQuadRotationalExtrusionFilter_h
56 #include "vtkFiltersModelingModule.h"
60 VTK_ABI_NAMESPACE_BEGIN
89 vtkSetClampMacro(Axis,
int, 0, 2);
90 vtkGetMacro(Axis,
int);
102 vtkGetMacro(Resolution,
int);
118 vtkSetMacro(DefaultAngle,
double);
119 vtkGetMacro(DefaultAngle,
double);
126 void RemoveAllPerBlockAngles();
127 void AddPerBlockAngle(
vtkIdType blockId,
double angle);
134 vtkSetMacro(Translation,
double);
135 vtkGetMacro(Translation,
double);
142 vtkSetMacro(DeltaRadius,
double);
143 vtkGetMacro(DeltaRadius,
double);
168 VTK_ABI_NAMESPACE_END
std::map< vtkIdType, double > PerBlockAngles
represent and manipulate point attribute data
void SetAxisToY()
Set the axis of rotation to use.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkMultiBlockDataSetAlgorithm * New()
a simple class to control print indentation
void SetAxisToX()
Set the axis of rotation to use.
void SetAxisToZ()
Set the axis of rotation to use.
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.
sweep polygonal data creating "skirt" from free edges and lines, and lines from vertices ...
represent and manipulate 3D points