Method
get_num_boundary_loops
Source from the content-addressed store, hash-verified
| 131 | } |
| 132 | |
| 133 | size_t MeshChecker::get_num_boundary_loops() const { |
| 134 | return m_boundary_loops.size(); |
| 135 | } |
| 136 | |
| 137 | int MeshChecker::get_genus() const { |
| 138 | // Need num boundary loops |