Add Seam_mesh to the BGL doc

This commit is contained in:
Andreas Fabri 2016-05-26 09:00:26 +02:00 committed by Mael Rouxel-Labbé
parent a348af1d61
commit e8db3c0f11
2 changed files with 6 additions and 3 deletions

View File

@ -317,6 +317,7 @@ user might encounter.
- `CGAL::Graph_with_descriptor_with_graph`
- `CGAL::Graph_with_descriptor_with_graph_property_map`
- `CGAL::Face_filtered_graph`
- `CGAL::Seam_mesh`
## Helper Functions ##
- `CGAL::is_border()`

View File

@ -8,9 +8,11 @@
namespace CGAL {
/**
**/
/*!
\ingroup PkgBGLHelper
The class template `Seam_mesh` is an adaptor that allows
*/
template <class TM>
class Seam_mesh {