| 111 | } |
| 112 | |
| 113 | VectorI Mesh::get_vertex_adjacent_vertices(size_t vi) const { |
| 114 | return m_connectivity->get_vertex_adjacent_vertices(vi); |
| 115 | } |
| 116 | |
| 117 | VectorI Mesh::get_vertex_adjacent_faces(size_t vi) const { |
| 118 | return m_connectivity->get_vertex_adjacent_faces(vi); |
no outgoing calls