mirror of https://github.com/CGAL/cgal
parent
17eaeb9c85
commit
23c29ff060
|
|
@ -134,8 +134,8 @@ public:
|
||||||
typedef Kernel_traits<Point>::Kernel::Segment_3 Datum;
|
typedef Kernel_traits<Point>::Kernel::Segment_3 Datum;
|
||||||
/*!
|
/*!
|
||||||
Id type:
|
Id type:
|
||||||
- `boost::graph_traits<HalfedgeGraph>::%edge_descriptor if `OneHalfedgeGraphPerTree` is `Tag_true`
|
- `boost::graph_traits<HalfedgeGraph>::%edge_descriptor` if `OneHalfedgeGraphPerTree` is `Tag_true`
|
||||||
- `std::pair<boost::graph_traits<HalfedgeGraph>::edge_descriptor, HalfedgeGraph>` if `OneHalfedgeGraphPerTree` is `Tag_false`
|
- `std::pair<boost::graph_traits<HalfedgeGraph>::edge_descriptor, const HalfedgeGraph*>` if `OneHalfedgeGraphPerTree` is `Tag_false`
|
||||||
*/
|
*/
|
||||||
unspecified_type Id;
|
unspecified_type Id;
|
||||||
/// @}
|
/// @}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue