28 #include "vtkFiltersGeneralModule.h"
29 #include "vtkPointSetAlgorithm.h"
31 class VTKFILTERSGENERAL_EXPORT
vtkWarpTo :
public vtkPointSetAlgorithm
36 void PrintSelf(ostream& os, vtkIndent indent);
40 vtkSetMacro(ScaleFactor,
double);
41 vtkGetMacro(ScaleFactor,
double);
46 vtkGetVectorMacro(Position,
double,3);
47 vtkSetVector3Macro(Position,
double);
53 vtkSetMacro(Absolute,
int);
54 vtkGetMacro(Absolute,
int);
55 vtkBooleanMacro(Absolute,
int);
58 int FillInputPortInformation(
int port, vtkInformation *info);
64 int RequestDataObject(vtkInformation *request,
65 vtkInformationVector **inputVector,
66 vtkInformationVector *outputVector);
67 int RequestData(vtkInformation *,
68 vtkInformationVector **,
69 vtkInformationVector *);
deform geometry by warping towards a point