mirror of https://github.com/CGAL/cgal
Add the file
This commit is contained in:
parent
db6f210684
commit
c21a988f3a
|
|
@ -0,0 +1,31 @@
|
||||||
|
// Copyright (c) 2023 GeometryFactory.
|
||||||
|
// All rights reserved.
|
||||||
|
//
|
||||||
|
// This file is part of CGAL (www.cgal.org).
|
||||||
|
//
|
||||||
|
// $URL$
|
||||||
|
// $Id$
|
||||||
|
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
||||||
|
//
|
||||||
|
// Author(s) : Ken Arroyo Ohori
|
||||||
|
|
||||||
|
#ifndef CGAL_POLYGON_REPAIR_EVEN_ODD_RULE_H
|
||||||
|
#define CGAL_POLYGON_REPAIR_EVEN_ODD_RULE_H
|
||||||
|
|
||||||
|
#include <CGAL/license/Polygon_repair.h>
|
||||||
|
|
||||||
|
namespace CGAL {
|
||||||
|
|
||||||
|
namespace Polygon_repair {
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\addtogroup PkgPolygonRepairRef
|
||||||
|
|
||||||
|
*/
|
||||||
|
struct Even_odd_rule {};
|
||||||
|
|
||||||
|
} // namespace Polygon_repair
|
||||||
|
|
||||||
|
} // namespace CGAL
|
||||||
|
|
||||||
|
#endif // CGAL_POLYGON_REPAIR_EVEN_ODD_RULE_H
|
||||||
Loading…
Reference in New Issue