|
Graphite Version 3
An experimental 3D geometry processing program
|
Functions to query and compare mesh topology. More...
Go to the source code of this file.
Namespaces | |
| namespace | 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. | |
| 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. | |
| signed_index_t | GEO::mesh_nb_borders (const Mesh &M) |
| Computes the number of borders of a Mesh. | |
| bool | GEO::meshes_have_same_topology (const Mesh &M1, const Mesh &M2, bool verbose=false) |
| Compares the topological invariants of two meshes. | |
Functions to query and compare mesh topology.
Definition in file mesh_topology.h.