| 197 | } |
| 198 | |
| 199 | void TriangleMesh::init_boundary_edges(const BoundaryPtr& bd) { |
| 200 | m_boundary_edges = bd->get_boundaries(); |
| 201 | } |
| 202 | |
| 203 | void TriangleMesh::init_boundary_node_adjacencies() { |
| 204 | const size_t num_boundary_edges = m_boundary_edges.rows(); |
nothing calls this directly
no test coverage detected