This commit is contained in:
Andreas Fabri 2024-11-05 15:26:52 +00:00
parent a99dcc94f8
commit c835d10fb6
2 changed files with 6 additions and 5 deletions

View File

@ -15,7 +15,8 @@
\cgalPkgAuthors{Ken Arroyo Ohori}
\cgalPkgDesc{This package provides algorithms to repair 2D polygons, polygons with holes,
and multipolygons with holes, by selecting faces of the arrangement of the input based on a selection rule.
Currently, only the even-odd rule and the non-zero rule are provided. }
The even-odd rule and the non-zero rule are provided for dealing with self intersections.
The %union and the %intersection rule enable to combine similar polygons. }
\cgalPkgManuals{Chapter_2D_Polygon_repair,PkgPolygonRepairRef}
\cgalPkgSummaryEnd
@ -33,7 +34,8 @@ Currently, only the even-odd rule and the non-zero rule are provided. }
\cgalCRPSection{Functions}
- `CGAL::Polygon_repair::repair()`
\cgalCRPSection{Simplification Rules}
\cgalCRPSection{Repair Rules}
- `CGAL::Polygon_repair::Even_odd_rule`
- `CGAL::Polygon_repair::Non_zero_rule`
- `CGAL::Polygon_repair::Union_rule`
- `CGAL::Polygon_repair::Intersection_rule`
*/

View File

@ -16,8 +16,7 @@ foreach(cppfile ${cppfiles})
endforeach()
if(CGAL_Qt6_FOUND)
target_link_libraries(boolean_constrained_plus PUBLIC CGAL::CGAL_Basic_viewer)
target_link_libraries(constrained PUBLIC CGAL::CGAL_Basic_viewer)
target_link_libraries(constrained PUBLIC CGAL::CGAL_Basic_viewer)
target_link_libraries(draw_triangulation_2 PUBLIC CGAL::CGAL_Basic_viewer)
target_link_libraries(polygon_triangulation PUBLIC CGAL::CGAL_Basic_viewer)
target_link_libraries(star_conflict_zone PUBLIC CGAL::CGAL_Basic_viewer)