 |
VTK
9.0.1
|
Go to the documentation of this file.
62 #ifndef vtkQuadRotationalExtrusionFilter_h
63 #define vtkQuadRotationalExtrusionFilter_h
65 #include "vtkFiltersModelingModule.h"
97 vtkSetClampMacro(Axis,
int, 0, 2);
98 vtkGetMacro(Axis,
int);
110 vtkGetMacro(Resolution,
int);
126 vtkSetMacro(DefaultAngle,
double);
127 vtkGetMacro(DefaultAngle,
double);
134 void RemoveAllPerBlockAngles();
135 void AddPerBlockAngle(
vtkIdType blockId,
double angle);
142 vtkSetMacro(Translation,
double);
143 vtkGetMacro(Translation,
double);
150 vtkSetMacro(DeltaRadius,
double);
151 vtkGetMacro(DeltaRadius,
double);
represent and manipulate 3D points
represent and manipulate point attribute data
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.
std::map< vtkIdType, double > PerBlockAngles
~vtkQuadRotationalExtrusionFilter() override
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.