mirror of https://github.com/CGAL/cgal
Merge pull request #2673 from sloriot/BGL-add_invariant
Re-add an invariant in the concept doc
This commit is contained in:
commit
34ab40c76d
|
|
@ -27,7 +27,7 @@ A model of `HalfedgeGraph` must have the interior property `vertex_point` attach
|
|||
class HalfedgeGraph {};
|
||||
|
||||
/*! \relates HalfedgeGraph
|
||||
returns the edge corresponding to halfedges `h` and `opposite(h,g)`.
|
||||
returns the edge corresponding to halfedges `h` and `opposite(h,g)`, with the following invariant `halfedge(edge(h,g),g)==h`.
|
||||
*/
|
||||
template <typename HalfedgeGraph>
|
||||
boost::graph_traits<HalfedgeGraph>::edge_descriptor
|
||||
|
|
|
|||
Loading…
Reference in New Issue