40 #ifndef H_HEXDOM_ALGO_EXTRA_CONNECTIVITY_H
41 #define H_HEXDOM_ALGO_EXTRA_CONNECTIVITY_H
102 void halfedge_manip_example(
Mesh* m);
Specialization of Attribute for booleans.
Included by all headers in exploragram.
The class that represents a mesh.
Global Vorpaline namespace.
void compute_tet_edge_graph(Mesh *m, vector< index_t > &v2e, bool store_both_directions)
geo_index_t index_t
The type for storing and manipulating indices.
void cell_edges_in_RCS(Mesh *m, vector< index_t > &offset_from_org, vector< index_t > &dest)
bool v2f_is_valid(Mesh *m, vector< vector< index_t > > &v2f, vector< index_t > &to_kill)
void create_facet_adjacence(Mesh *m, bool has_border=false)