32 #ifndef vtkRotationFilter_h 33 #define vtkRotationFilter_h 35 #include "vtkFiltersGeneralModule.h" 56 vtkSetClampMacro(Axis,
int, 0, 2);
57 vtkGetMacro(Axis,
int);
67 vtkSetMacro(Angle,
double);
68 vtkGetMacro(Angle,
double);
75 vtkSetVector3Macro(Center,
double);
76 vtkGetVector3Macro(Center,
double);
85 vtkSetMacro(NumberOfCopies,
int);
86 vtkGetMacro(NumberOfCopies,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
void SetAxisToX()
Set the axis of rotation to use.
static vtkUnstructuredGridAlgorithm * New()
void SetAxisToZ()
Set the axis of rotation to use.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Duplicates a data set by rotation about an axis.
Superclass for algorithms that produce only unstructured grid as output.
void SetAxisToY()
Set the axis of rotation to use.