CGAL 4.8.1 - CGAL and the Boost Graph Library
|
The concept MutableFaceGraph
refines the concepts FaceGraph
and MutableHalfedgeGraph
and adds the requirement for operations to add faces and to modify face-halfedge relations.
Notations
G
MutableFaceGraph
. g
G
. h
f
Valid Expressions
Expression | returns | Description |
---|---|---|
add_face(g) | face_descriptor | Adds a new face to the graph without initializing the connectivity. |
remove_face(f, g) | void | Removes f from the graph. |
set_face(h, f, g) | void | Sets the corresponding face of h to f . |
set_halfedge(f, h, g) | void | Sets the corresponding halfedge of f to h . |