mirror of https://github.com/CGAL/cgal
removed Reconstruction_face_base from doc
This commit is contained in:
parent
70d40fcc95
commit
a0136d53b5
|
|
@ -3,11 +3,6 @@
|
|||
/// \defgroup PkgReconstructionSimplification2Classes Classes
|
||||
/// \ingroup PkgReconstructionSimplification2
|
||||
|
||||
/// \defgroup PkgReconstructionSimplification2Concepts Concepts
|
||||
/// \ingroup PkgReconstructionSimplification2
|
||||
|
||||
/// \defgroup PkgReconstructionSimplification2Models Models
|
||||
/// \ingroup PkgReconstructionSimplification2
|
||||
|
||||
/*!
|
||||
\addtogroup PkgReconstructionSimplification2
|
||||
|
|
@ -29,18 +24,9 @@
|
|||
|
||||
\cgalClassifedRefPages
|
||||
|
||||
## Concepts ##
|
||||
- `ReconstructionSimplificationOutput_2`
|
||||
|
||||
|
||||
## Models ##
|
||||
- `CGAL::List_output<Kernel, OutputVertexIterator, OutputEdgeIterator>`
|
||||
- `CGAL::Index_output<Kernel>`
|
||||
- `CGAL::Tds_output<Kernel>`
|
||||
|
||||
|
||||
## Classes ##
|
||||
- `CGAL::Reconstruction_simplification_2<Kernel, Point_property_map, Mass_property_map>`
|
||||
- `CGAL::Reconstruction_simplification_2<Kernel, PointPMap, MassPMap>`
|
||||
|
||||
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2014 INRIA Sophia-Antipolis (France), INRIA Lorraine LORIA.
|
||||
// Copyright (c) 2014 INRIA Sophia-Antipolis (France), INRIA Lorraine LORIA.
|
||||
// All rights reserved.
|
||||
//
|
||||
|
||||
|
|
@ -27,6 +27,9 @@
|
|||
|
||||
#include <list>
|
||||
|
||||
/// \cond SKIP_IN_MANUAL
|
||||
|
||||
|
||||
|
||||
/// The Reconstruction_face_base_2 class is the default
|
||||
/// vertex class of the Reconstruction_face_base_2 class.
|
||||
|
|
@ -41,7 +44,6 @@ class Reconstruction_face_base_2 : public Fb
|
|||
{
|
||||
public:
|
||||
|
||||
/// \cond SKIP_IN_MANUAL
|
||||
|
||||
typedef Fb Base;
|
||||
typedef typename Base::Vertex_handle Vertex_handle;
|
||||
|
|
|
|||
|
|
@ -55,9 +55,9 @@ via the Point_property_map and Mass_property_map `PropertyMaps` respectively.
|
|||
\tparam Kernel a geometric kernel, used throughout the reconstruction and
|
||||
simplification task.
|
||||
|
||||
\tparam Point_property_map a model of `ReadablePropertyMap` with a value_type = `Point_2`
|
||||
\tparam PointPMap a model of `ReadablePropertyMap` with a value_type = `Point_2`
|
||||
|
||||
\tparam Mass_property_map a model of `ReadablePropertyMap` with a value_type = `Kernel::FT`
|
||||
\tparam MassPMap a model of `ReadablePropertyMap` with a value_type = `Kernel::FT`
|
||||
|
||||
*/
|
||||
template<class Kernel, class Point_property_map, class Mass_property_map>
|
||||
|
|
|
|||
Loading…
Reference in New Issue