| 284 | } |
| 285 | |
| 286 | void MeshChecker::init_boundary() { |
| 287 | Boundary::Ptr bd = Boundary::extract_surface_boundary_raw( |
| 288 | m_vertices, m_faces); |
| 289 | m_boundary_edges = bd->get_boundaries(); |
| 290 | } |
| 291 | |
| 292 | void MeshChecker::init_boundary_loops() { |
| 293 | m_complex_bd = false; |
nothing calls this directly
no test coverage detected