35 #ifndef vtkTransformFilter_h
36 #define vtkTransformFilter_h
38 #include "vtkFiltersGeneralModule.h"
60 vtkGetObjectMacro(
Transform,vtkAbstractTransform);
72 vtkGetMacro(OutputPointsPrecision,
int);
77 ~vtkTransformFilter() VTK_OVERRIDE;
84 vtkInformationVector *) VTK_OVERRIDE;
86 vtkAbstractTransform *Transform;
87 int OutputPointsPrecision;
89 vtkTransformFilter(const vtkTransformFilter&) VTK_DELETE_FUNCTION;
90 void operator=(const vtkTransformFilter&) VTK_DELETE_FUNCTION;
vtkTypeUInt32 vtkMTimeType
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
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Superclass for algorithms that produce output of the same type as input.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkPointSetAlgorithm * New()