62 #ifndef vtkQuadRotationalExtrusionFilter_h
63 #define vtkQuadRotationalExtrusionFilter_h
65 #include "vtkFiltersModelingModule.h"
96 vtkSetClampMacro(Axis,
int, 0, 2);
97 vtkGetMacro(Axis,
int);
109 vtkGetMacro(Resolution,
int);
117 vtkGetMacro(Capping,
int);
126 vtkGetMacro(DefaultAngle,
double);
133 void RemoveAllPerBlockAngles();
134 void AddPerBlockAngle(
vtkIdType blockId,
double angle);
142 vtkGetMacro(Translation,
double);
150 vtkGetMacro(DeltaRadius,
double);
160 vtkInformationVector* ) VTK_OVERRIDE;
162 int RotateAroundAxis(
double,
175 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.
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.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
~vtkQuadRotationalExtrusionFilter() override
sweep polygonal data creating "skirt" from free edges and lines, and lines from vertices ...
represent and manipulate 3D points