27 double epsilon_radius,
29 : _mesh(mesh), _sfc(sfc)
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
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.
Definition of the quicksort function.