26 double epsilon_radius,
30 assert(epsilon_radius > 0);
32 ?
_mesh.getNumberOfNodes()
33 :
_mesh.computeNumberOfBaseNodes());
34 auto& mesh_nodes =
_mesh.getNodes();
36 for (std::size_t i = 0; i < n_nodes; i++)
39 _ply.getDistanceAlongPolyline(*mesh_nodes[i], epsilon_radius);
Definition of the Mesh class.
Definition of the Node class.
Definition of the PolyLine class.
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)
Definition of the quicksort function.