Go to the documentation of this file.
32 #ifndef vtkRotationFilter_h
33 #define vtkRotationFilter_h
35 #include "vtkFiltersGeneralModule.h"
56 vtkSetClampMacro(Axis,
int, 0, 2);
57 vtkGetMacro(Axis,
int);
68 vtkGetMacro(Angle,
double);
75 vtkSetVector3Macro(Center,
double);
76 vtkGetVector3Macro(Center,
double);
86 vtkGetMacro(NumberOfCopies,
int);
95 vtkGetMacro(CopyInput,
int);
Duplicates a data set by rotation about an axis.
a simple class to control print indentation
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkUnstructuredGridAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only unstructured grid as output.