29#ifndef vtkRotationFilter_h
30#define vtkRotationFilter_h
32#include "vtkFiltersGeneralModule.h"
53 vtkSetClampMacro(
Axis,
int, 0, 2);
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.
void SetAxisToZ()
Set the axis of rotation to use.
static vtkRotationFilter * New()
virtual void SetAxis(int)
Set the axis of rotation to use.
void SetAxisToY()
Set the axis of rotation to use.
void SetAxisToX()
Set the axis of rotation to use.
~vtkRotationFilter() override
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkUnstructuredGridAlgorithm()