#include <geogram/mesh/mesh.h>
#include <geogram/basic/attributes.h>
Go to the source code of this file.
|
void | polyfem::mesh::Navigation::prepare_mesh (GEO::Mesh &M) |
|
Index | polyfem::mesh::Navigation::get_index_from_face (const GEO::Mesh &M, const GEO::Attribute< GEO::index_t > &c2e, int f, int lv) |
|
Index | polyfem::mesh::Navigation::switch_vertex (const GEO::Mesh &M, Index idx) |
|
Index | polyfem::mesh::Navigation::switch_edge (const GEO::Mesh &M, const GEO::Attribute< GEO::index_t > &c2e, Index idx) |
|
Index | polyfem::mesh::Navigation::switch_face (const GEO::Mesh &M, const GEO::Attribute< GEO::index_t > &c2e, Index idx) |
|
Index | polyfem::mesh::Navigation::next_around_face (const GEO::Mesh &M, const GEO::Attribute< GEO::index_t > &c2e, Index idx) |
|
Index | polyfem::mesh::Navigation::next_around_edge (const GEO::Mesh &M, const GEO::Attribute< GEO::index_t > &c2e, Index idx) |
|
Index | polyfem::mesh::Navigation::next_around_vertex (const GEO::Mesh &M, const GEO::Attribute< GEO::index_t > &c2e, Index idx) |
|