Go to the documentation of this file.
29 #include "vtkFiltersGeneralModule.h"
43 vtkSetMacro(ScaleFactor,
double);
44 vtkGetMacro(ScaleFactor,
double);
51 vtkGetVectorMacro(Position,
double,3);
52 vtkSetVector3Macro(Position,
double);
82 void operator=(
const vtkWarpTo&) =
delete;
Superclass for algorithms that produce output of the same type as input.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
deform geometry by warping towards a point
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.