31 #ifndef __vtkWarpVector_h
32 #define __vtkWarpVector_h
34 #include "vtkFiltersGeneralModule.h"
35 #include "vtkPointSetAlgorithm.h"
37 class VTKFILTERSGENERAL_EXPORT
vtkWarpVector :
public vtkPointSetAlgorithm
42 void PrintSelf(ostream& os, vtkIndent indent);
46 vtkSetMacro(ScaleFactor,
double);
47 vtkGetMacro(ScaleFactor,
double);
50 int FillInputPortInformation(
int port, vtkInformation *info);
56 int RequestDataObject(vtkInformation *request,
57 vtkInformationVector **inputVector,
58 vtkInformationVector *outputVector);
59 int RequestData(vtkInformation *,
60 vtkInformationVector **,
61 vtkInformationVector *);
deform geometry with vector data