mirror of https://github.com/CGAL/cgal
Add Seam_mesh to the BGL doc
This commit is contained in:
parent
a348af1d61
commit
e8db3c0f11
|
|
@ -317,6 +317,7 @@ user might encounter.
|
||||||
- `CGAL::Graph_with_descriptor_with_graph`
|
- `CGAL::Graph_with_descriptor_with_graph`
|
||||||
- `CGAL::Graph_with_descriptor_with_graph_property_map`
|
- `CGAL::Graph_with_descriptor_with_graph_property_map`
|
||||||
- `CGAL::Face_filtered_graph`
|
- `CGAL::Face_filtered_graph`
|
||||||
|
- `CGAL::Seam_mesh`
|
||||||
|
|
||||||
## Helper Functions ##
|
## Helper Functions ##
|
||||||
- `CGAL::is_border()`
|
- `CGAL::is_border()`
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,11 @@
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
/**
|
/*!
|
||||||
|
\ingroup PkgBGLHelper
|
||||||
|
|
||||||
**/
|
The class template `Seam_mesh` is an adaptor that allows
|
||||||
|
*/
|
||||||
template <class TM>
|
template <class TM>
|
||||||
class Seam_mesh {
|
class Seam_mesh {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue