mirror of https://github.com/CGAL/cgal
add the generic halfedge_graph_traits class
This commit is contained in:
parent
4bffd4ee15
commit
75574c8c58
|
|
@ -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 {
|
||||
};
|
||||
}
|
||||
Loading…
Reference in New Issue