40 #ifndef __vtkTransformFilter_h
41 #define __vtkTransformFilter_h
43 #include "vtkFiltersGeneralModule.h"
44 #include "vtkPointSetAlgorithm.h"
46 class vtkAbstractTransform;
53 void PrintSelf(ostream& os, vtkIndent indent);
56 unsigned long GetMTime();
60 virtual void SetTransform(vtkAbstractTransform*);
61 vtkGetObjectMacro(Transform,vtkAbstractTransform);
64 virtual int FillInputPortInformation(
int port, vtkInformation *info);
70 int RequestDataObject(vtkInformation *request,
71 vtkInformationVector **inputVector,
72 vtkInformationVector *outputVector);
73 int RequestData(vtkInformation *,
74 vtkInformationVector **,
75 vtkInformationVector *);