MEPP2 Project
HalfFaceGraph concept: volume mesh

Refines HalfedgeGraph (CGAL's manifold surface)

Notations

  • G A type that is a model of HalfFaceGraph.
  • g An object of type G.
  • h A halfedge descriptor.
  • f An face descriptor ? FIXME
  • vol FIXME

Valid expressions:

Expression Returns Description
volumes(g)
degree(f,g)
codegree(vol,g)
remove_volume(vol,g)
num_volumes(g)
boost::graph_traits<G>::null_volume()
half_edge(vol,g)
opposite_vol(h,g)

This page generated from the HalfFaceGraphConcept.dox file.