26 double epsilon_radius,
28 : _mesh(mesh), _ply(ply)
30 assert(epsilon_radius > 0);
36 for (std::size_t i = 0; i < n_nodes; i++)
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 ...
double getDistanceAlongPolyline(const MathLib::Point3d &pnt, const double epsilon_radius) const
std::vector< Node * > const & getNodes() const
Get the nodes-vector for the mesh.
std::size_t computeNumberOfBaseNodes() const
Get the number of base nodes.
std::size_t getNumberOfNodes() const
Get the number of nodes.
void quicksort(It1 first1, It1 last1, It2 first2, Comparator compare)
Definition of the quicksort function.