mirror of https://github.com/CGAL/cgal
Merge remote-tracking branch 'cgal/6.0.x-branch' into 'master'
This commit is contained in:
commit
59921c1eb8
|
|
@ -62,7 +62,7 @@ returns one of the halfedges corresponding to `e`.
|
||||||
*/
|
*/
|
||||||
template <typename HalfedgeGraph>
|
template <typename HalfedgeGraph>
|
||||||
boost::graph_traits<HalfedgeGraph>::halfedge_descriptor
|
boost::graph_traits<HalfedgeGraph>::halfedge_descriptor
|
||||||
halfedge(boost::graph_traits<HalfedgeGraph>::edge_descriptor f, const HalfedgeGraph& g);
|
halfedge(boost::graph_traits<HalfedgeGraph>::edge_descriptor e, const HalfedgeGraph& g);
|
||||||
|
|
||||||
/*! \relates HalfedgeGraph
|
/*! \relates HalfedgeGraph
|
||||||
returns a halfedge with target `v`.
|
returns a halfedge with target `v`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue