41 #ifndef vtkTransformFilter_h 
   42 #define vtkTransformFilter_h 
   44 #include "vtkFiltersGeneralModule.h"  
   66   vtkGetObjectMacro(
Transform,vtkAbstractTransform);
 
   78   vtkGetMacro(OutputPointsPrecision,
int);
 
   83   ~vtkTransformFilter() VTK_OVERRIDE;
 
   90                   vtkInformationVector *) VTK_OVERRIDE;
 
   92   vtkAbstractTransform *Transform;
 
   93   int OutputPointsPrecision;
 
   95   vtkTransformFilter(const vtkTransformFilter&) VTK_DELETE_FUNCTION;
 
   96   void operator=(const vtkTransformFilter&) VTK_DELETE_FUNCTION;
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses. 
 
vtkTypeUInt64 vtkMTimeType
 
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()