40 #ifndef GEOGRAM_MESH_LOCAL_OPERATIONS
41 #define GEOGRAM_MESH_LOCAL_OPERATIONS
Common include file, providing basic definitions. Should be included before anything else by all head...
Global Vorpaline namespace.
void unglue_edges(Mesh &M, index_t f1, index_t c1)
Unglues an edge from its opposite edge.
void glue_edges(Mesh &M, index_t f1, index_t c1, index_t f2, index_t c2)
Glues two edges on the border of a surface mesh.
geo_index_t index_t
The type for storing and manipulating indices.
Types and functions for numbers manipulation.