mirror of https://github.com/CGAL/cgal
Doc-fix: remove the doc of unimplemented constructor
This commit is contained in:
parent
4bcbc85cf5
commit
38c60532e8
|
|
@ -137,18 +137,18 @@ Builds an empty 2D complex embedded in the triangulation `t3`
|
|||
*/
|
||||
SurfaceMeshComplex_2InTriangulation_3(Triangulation& t3);
|
||||
|
||||
/*!
|
||||
Builds a 2D complex embedded in the triangulation `t3`,
|
||||
including in the 2D complex the facets of `t3` for
|
||||
which the predicate `select` returns `true`.
|
||||
// /*!
|
||||
// Builds a 2D complex embedded in the triangulation `t3`,
|
||||
// including in the 2D complex the facets of `t3` for
|
||||
// which the predicate `select` returns `true`.
|
||||
|
||||
The type `FacetSelector` must be
|
||||
a function object with an operator to select facets:
|
||||
`bool operator()(Facet f);`.
|
||||
*/
|
||||
template < class FacetSelector>
|
||||
SurfaceMeshComplex_2InTriangulation_3(Triangulation& t3,
|
||||
FacetSelector select);
|
||||
// The type `FacetSelector` must be
|
||||
// a function object with an operator to select facets:
|
||||
// `bool operator()(Facet f);`.
|
||||
// */
|
||||
// template < class FacetSelector>
|
||||
// SurfaceMeshComplex_2InTriangulation_3(Triangulation& t3,
|
||||
// FacetSelector select);
|
||||
|
||||
/// @}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue