31 #ifndef vtkRotationFilter_h 
   32 #define vtkRotationFilter_h 
   55   vtkSetClampMacro(Axis, 
int, 0, 2);
 
   56   vtkGetMacro(Axis, 
int);
 
   64   vtkSetMacro(Angle, 
double);
 
   65   vtkGetMacro(Angle, 
double);
 
   70   vtkSetVector3Macro(Center,
double);
 
   71   vtkGetVector3Macro(Center,
double);
 
   78   vtkSetMacro(NumberOfCopies, 
int);
 
   79   vtkGetMacro(NumberOfCopies, 
int);
 
   85   vtkSetMacro(CopyInput, 
int);
 
   86   vtkGetMacro(CopyInput, 
int);
 
   87   vtkBooleanMacro(CopyInput, 
int);
 
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
static vtkUnstructuredGridAlgorithm * New()
 
virtual int FillInputPortInformation(int port, vtkInformation *info)
 
a simple class to control print indentation 
 
void PrintSelf(ostream &os, vtkIndent indent)
 
#define VTKFILTERSGENERAL_EXPORT
 
Duplicates a data set by rotation about an axis. 
 
Superclass for algorithms that produce only unstructured grid as output.