|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   38 #ifndef vtkTransformFilter_h 
   39 #define vtkTransformFilter_h 
   41 #include "vtkFiltersGeneralModule.h"  
   74   vtkSetMacro(OutputPointsPrecision, 
int);
 
   75   vtkGetMacro(OutputPointsPrecision, 
int);
 
   84   vtkSetMacro(TransformAllInputVectors, 
bool);
 
   85   vtkGetMacro(TransformAllInputVectors, 
bool);
 
   86   vtkBooleanMacro(TransformAllInputVectors, 
bool);
 
  
Superclass for algorithms that produce output of the same type as input.
abstract superclass for arrays of numeric data
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
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.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkPointSetAlgorithm * New()
vtkTypeUInt32 vtkMTimeType
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.