mirror of https://github.com/CGAL/cgal
remove undocumented classes
This commit is contained in:
parent
015e2baf96
commit
12d3505942
|
|
@ -32,9 +32,6 @@
|
|||
|
||||
\cgalClassifedRefPages
|
||||
|
||||
\cgalCRPSection{Classes}
|
||||
- `CGAL::Polygon_repair`
|
||||
|
||||
\cgalCRPSection{Functions}
|
||||
- `CGAL::Polygon_repair::repair_odd_even()`
|
||||
|
||||
|
|
|
|||
|
|
@ -271,11 +271,6 @@ bool is_valid(const Multipolygon_with_holes_2<Kernel, PolygonContainer>& multipo
|
|||
return true;
|
||||
}
|
||||
|
||||
/*! \ingroup PkgPolygonRepairRef
|
||||
*
|
||||
* The class `Polygon_repair` builds on a constrained
|
||||
* triangulation to remove the parts of constraints that overlap an even number of times
|
||||
*/
|
||||
template <class Kernel, class PolygonContainer = std::vector<typename Kernel::Point_2>>
|
||||
class Polygon_repair {
|
||||
public:
|
||||
|
|
|
|||
|
|
@ -17,13 +17,6 @@
|
|||
|
||||
namespace CGAL {
|
||||
|
||||
/*! \ingroup PkgPolygonRepairRef
|
||||
*
|
||||
* The class `Triangulation_with_odd_even_constraints_2` builds on a constrained
|
||||
* triangulation to remove the parts of constraints that overlap an even number of times
|
||||
*
|
||||
* \tparam Triangulation_ must have support for constraints
|
||||
*/
|
||||
template <class Triangulation_>
|
||||
class Triangulation_with_odd_even_constraints_2 : public Triangulation_ {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Reference in New Issue