From 75574c8c58df36767aec11c7bda97f5d3f2d5ec8 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 5 Oct 2012 11:20:12 +0000 Subject: [PATCH] add the generic halfedge_graph_traits class --- BGL/doc/BGL/CGAL/halfedge_graph_traits.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 BGL/doc/BGL/CGAL/halfedge_graph_traits.h diff --git a/BGL/doc/BGL/CGAL/halfedge_graph_traits.h b/BGL/doc/BGL/CGAL/halfedge_graph_traits.h new file mode 100755 index 00000000000..42e5d7e807e --- /dev/null +++ b/BGL/doc/BGL/CGAL/halfedge_graph_traits.h @@ -0,0 +1,13 @@ + +namespace CGAL { + +/*! +\ingroup PkgBGLTraits + +The class `halfedge_graph_traits` is a traits class for `::HalfedgeGraph`. + +*/ +template< typename G > +class halfedge_graph_traits { +}; +}