 |
VTK
9.0.20210223
|
Go to the documentation of this file.
26 #include "vtkFiltersGeneralModule.h"
40 vtkSetMacro(ScaleFactor,
double);
41 vtkGetMacro(ScaleFactor,
double);
48 vtkGetVectorMacro(
Position,
double, 3);
49 vtkSetVector3Macro(
Position,
double);
77 void operator=(
const vtkWarpTo&) =
delete;
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.
struct Position_t Position
deform geometry by warping towards a point
static vtkPointSetAlgorithm * New()
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.