18 double epsilon_radius,
22 assert(epsilon_radius > 0);
24 ?
_mesh.getNumberOfNodes()
25 :
_mesh.computeNumberOfBaseNodes());
26 auto& mesh_nodes =
_mesh.getNodes();
28 for (std::size_t i = 0; i < n_nodes; i++)
31 _ply.getDistanceAlongPolyline(*mesh_nodes[i], epsilon_radius);
Class Polyline consists mainly of a reference to a point vector and a vector that stores the indices ...
void quicksort(It1 first1, It1 last1, It2 first2, Comparator compare)