29 #ifndef vtkWarpVector_h
30 #define vtkWarpVector_h
32 #include "vtkFiltersGeneralModule.h"
52 vtkSetMacro(ScaleFactor,
double);
53 vtkGetMacro(ScaleFactor,
double);
63 vtkSetMacro(OutputPointsPrecision,
int);
64 vtkGetMacro(OutputPointsPrecision,
int);
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
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
Superclass for algorithms that produce output of the same type as input.
deform geometry with vector data
static vtkPointSetAlgorithm * New()
int OutputPointsPrecision