Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Functions to query and compare mesh topology. More...
Go to the source code of this file.
Namespaces | |
GEO | |
Global Vorpaline namespace. | |
Functions | |
index_t | GEO::get_connected_components (const Mesh &M, vector< index_t > &component) |
Computes the connected components of a Mesh. More... | |
index_t | GEO::mesh_nb_connected_components (const Mesh &M) |
Computes the number of connected components of a Mesh. | |
signed_index_t | GEO::mesh_Xi (const Mesh &M) |
Computes the Euler-Poincare characteristic of a surfacic Mesh. More... | |
signed_index_t | GEO::mesh_nb_borders (const Mesh &M) |
Computes the number of borders of a Mesh. More... | |
bool | GEO::meshes_have_same_topology (const Mesh &M1, const Mesh &M2, bool verbose=false) |
Compares the topological invariants of two meshes. More... | |
Functions to query and compare mesh topology.
Definition in file mesh_topology.h.