CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.87k stars 1.38k forks source link

The specializations of boost::graph_traits for OpenMesh meshes are not documented #1145

Closed lrineau closed 8 years ago

lrineau commented 8 years ago

http://doc.cgal.org/latest/BGL/group__PkgBGLTraits.html

Most of the specializations of boost::graph_traits are documented here. However, the ones for OpenMesh meshes, from <CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h> and <CGAL/boost/graph/graph_traits_TriMesh_ArrayKernelT.h>, are not documented.

lrineau commented 8 years ago

@sloriot @afabri If you have little time, I think this issue is easy to fix.

lrineau commented 8 years ago

This bug, filled several months ago, was originally scheduled for CGAL-4.8.2. I have the impression that nobody even consider it as a bug, but me. Should we close it or let it be in the pool of unscheduled issues?

afabri commented 8 years ago

I can add a table, where all types that need a CGAL wrapper around an openmesh type are an unspecified_type, as in the long run the specialization of boost:graph_traits should be in the OpenMesh library. It is still reasonable to have it in the manual for the categories.

lrineau commented 8 years ago

Fixed by #1448.