17#include "vtkFiltersGeneralModule.h"  
   20VTK_ABI_NAMESPACE_BEGIN
 
   32  vtkSetMacro(ScaleFactor, 
double);
 
   33  vtkGetMacro(ScaleFactor, 
double);
 
   40  vtkGetVectorMacro(Position, 
double, 3);
 
   41  vtkSetVector3Macro(Position, 
double);
 
   69  void operator=(
const vtkWarpTo&) = 
delete;
 
a simple class to control print indentation
 
Superclass for algorithms that produce output of the same type as input.
 
deform geometry by warping towards a point
 
~vtkWarpTo() override=default
 
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.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.