Go to the documentation of this file.
43 #ifndef vtkTransformPolyDataFilter_h
44 #define vtkTransformPolyDataFilter_h
46 #include "vtkFiltersGeneralModule.h"
77 vtkSetMacro(OutputPointsPrecision,
int);
78 vtkGetMacro(OutputPointsPrecision,
int);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
static vtkPolyDataAlgorithm * New()
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.