40 #ifndef GEOGRAM_MESH_MESH_FILL_HOLES
41 #define GEOGRAM_MESH_MESH_FILL_HOLES
73 double max_area = 0.0,
Common include file, providing basic definitions. Should be included before anything else by all head...
Global Vorpaline namespace.
void fill_holes(Mesh &M, double max_area=0.0, index_t max_edges=max_index_t(), bool repair=true)
Fills holes in mesh by generating new triangles.
index_t max_index_t()
Gets the maximum positive value of type index_t.
geo_index_t index_t
The type for storing and manipulating indices.
void tessellate_facets(Mesh &M, index_t max_nb_vertices)
Subdivides the facets with more than nb_vertices.
Types and functions for numbers manipulation.