28 #ifndef __vtkvmtkSurfaceProjection_h 29 #define __vtkvmtkSurfaceProjection_h 31 #include "vtkPolyDataAlgorithm.h" 32 #include "vtkPolyData.h" 33 #include "vtkvmtkWin32Header.h" 41 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
47 vtkSetObjectMacro(ReferenceSurface,vtkPolyData);
48 vtkGetObjectMacro(ReferenceSurface,vtkPolyData);
55 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
vtkPolyData * ReferenceSurface
project point data from a reference surface onto an input surface.