64 #ifndef __vtkDeformPointSet_h
65 #define __vtkDeformPointSet_h
67 #include "vtkFiltersGeneralModule.h"
68 #include "vtkPointSetAlgorithm.h"
70 #include "vtkSmartPointer.h"
83 void PrintSelf(ostream& os, vtkIndent indent);
89 void SetControlMeshData(vtkPolyData *controlMesh);
90 vtkPolyData *GetControlMeshData();
95 void SetControlMeshConnection(vtkAlgorithmOutput* algOutput);
104 vtkSetMacro(InitializeWeights,
int);
105 vtkGetMacro(InitializeWeights,
int);
106 vtkBooleanMacro(InitializeWeights,
int);
122 virtual int RequestData(vtkInformation *, vtkInformationVector **,
123 vtkInformationVector *);