| 115 | } |
| 116 | |
| 117 | VectorI Mesh::get_vertex_adjacent_faces(size_t vi) const { |
| 118 | return m_connectivity->get_vertex_adjacent_faces(vi); |
| 119 | } |
| 120 | |
| 121 | VectorI Mesh::get_vertex_adjacent_voxels(size_t vi) const { |
| 122 | return m_connectivity->get_vertex_adjacent_voxels(vi); |
no outgoing calls