Go to the documentation of this file.
32 #ifndef vtkWarpVector_h
33 #define vtkWarpVector_h
35 #include "vtkFiltersGeneralModule.h"
49 vtkSetMacro(ScaleFactor,
double);
50 vtkGetMacro(ScaleFactor,
double);
Superclass for algorithms that produce output of the same type as input.
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.
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
deform geometry with vector data
static vtkPointSetAlgorithm * New()
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.