add the generic halfedge_graph_traits class

This commit is contained in:
Andreas Fabri 2012-10-05 11:20:12 +00:00
parent 4bffd4ee15
commit 75574c8c58
1 changed files with 13 additions and 0 deletions

View File

@ -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 {
};
}