44 #ifndef vtkTransformFilter_h 45 #define vtkTransformFilter_h 47 #include "vtkFiltersGeneralModule.h" 80 vtkSetMacro(OutputPointsPrecision,
int);
81 vtkGetMacro(OutputPointsPrecision,
int);
90 vtkSetMacro(TransformAllInputVectors,
bool);
91 vtkGetMacro(TransformAllInputVectors,
bool);
92 vtkBooleanMacro(TransformAllInputVectors,
bool);
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkTypeUInt32 vtkMTimeType
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
a simple class to control print indentation
abstract superclass for arrays of numeric data
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Superclass for algorithms that produce output of the same type as input.
static vtkPointSetAlgorithm * New()