27 double epsilon_radius,
31 auto const& mesh_nodes =
_mesh.getNodes();
33 ?
_mesh.getNumberOfNodes()
34 :
_mesh.computeNumberOfBaseNodes());
36 for (std::size_t i = 0; i < n_nodes; i++)
38 auto const*
const node = mesh_nodes[i];
Definition of the Mesh class.
Definition of the Node class.
A Surface is represented by Triangles. It consists of a reference to a vector of (pointers to) points...
bool isPntInBoundingVolume(MathLib::Point3d const &pnt, double eps) const
bool isPntInSfc(MathLib::Point3d const &pnt, double eps) const
Definition of the quicksort function.