26 #ifndef __vtkvmtkMeshProjection_h 27 #define __vtkvmtkMeshProjection_h 29 #include "vtkUnstructuredGridAlgorithm.h" 30 #include "vtkUnstructuredGrid.h" 31 #include "vtkvmtkWin32Header.h" 37 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
41 vtkSetObjectMacro(ReferenceMesh,vtkUnstructuredGrid);
42 vtkGetObjectMacro(ReferenceMesh,vtkUnstructuredGrid);
44 vtkSetMacro(Tolerance,
double);
45 vtkGetMacro(Tolerance,
double);
51 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
vtkUnstructuredGrid * ReferenceMesh
Project point data from a reference mesh onto a query mesh.