#ifndef CLOSEST_POLYMESH_POINT_H #define CLOSEST_POLYMESH_POINT_H #include #include #include void closestPolyMeshPoint(vtkPolyData *polyMesh, const double *point, vtkKdTree *kdTree, vtkStaticCellLinks *links, double *toClosestPoint, double *distanceToClosestPoint); #endif