29 #include "vtkFiltersGeneralModule.h"
44 vtkGetMacro(ScaleFactor,
double);
51 vtkGetVectorMacro(Position,
double,3);
52 vtkSetVector3Macro(Position,
double);
61 vtkGetMacro(Absolute,
int);
82 void operator=(const
vtkWarpTo&) VTK_DELETE_FUNCTION;
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.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
deform geometry by warping towards a point
static vtkPointSetAlgorithm * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.