From db7673b1161daa97d293a844752991a927f69892 Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Wed, 28 Aug 2024 20:56:56 +0300 Subject: [PATCH] Renamed cpncepy prefix Arrangement... => Aos... --- .../Boolean_set_operations_2.txt | 20 ++--- .../CGAL/Boolean_set_operations_2.h | 84 +++++++++---------- .../CGAL/General_polygon_2.h | 8 +- .../CGAL/General_polygon_set_2.h | 2 +- .../CGAL/Gps_traits_2.h | 4 +- ..._2.h => AosDirectionalXMonotoneTraits_2.h} | 19 ++--- .../ArrDirectionalTraits--AreMergeable_2.h | 2 +- ...rDirectionalTraits--CompareEndpointsXy_2.h | 2 +- ...rrDirectionalTraits--ConstructOpposite_2.h | 2 +- .../ArrDirectionalTraits--Intersect_2.h | 2 +- .../Concepts/ArrDirectionalTraits--Merge_2.h | 2 +- .../Concepts/ArrDirectionalTraits--Split_2.h | 2 +- .../Concepts/GeneralPolygonSetDcel.h | 5 +- .../Concepts/GeneralPolygonSetDcelFace.h | 6 +- .../Concepts/GeneralPolygonSetDcelHalfedge.h | 6 +- .../Concepts/GeneralPolygonSetTraits_2.h | 4 +- .../PackageDescription.txt | 2 +- 17 files changed, 85 insertions(+), 87 deletions(-) rename Boolean_set_operations_2/doc/Boolean_set_operations_2/Concepts/{ArrangementDirectionalXMonotoneTraits_2.h => AosDirectionalXMonotoneTraits_2.h} (80%) diff --git a/Boolean_set_operations_2/doc/Boolean_set_operations_2/Boolean_set_operations_2.txt b/Boolean_set_operations_2/doc/Boolean_set_operations_2/Boolean_set_operations_2.txt index d03add5708a..cb0527fe30f 100644 --- a/Boolean_set_operations_2/doc/Boolean_set_operations_2/Boolean_set_operations_2.txt +++ b/Boolean_set_operations_2/doc/Boolean_set_operations_2/Boolean_set_operations_2.txt @@ -669,10 +669,10 @@ The traits class used to instantiate the `General_polygon_set_2` class template must model the concept `GeneralPolygonSetTraits_2`, and is tailored to handle a specific family of curves. The concept `GeneralPolygonSetTraits_2` refines the concept -`ArrangementDirectionalXMonotoneTraits_2` specified next. +`AosDirectionalXMonotoneTraits_2` specified next. -The concept `ArrangementDirectionalXMonotoneTraits_2` refines the -concept `ArrangementXMonotoneTraits_2` (see +The concept `AosDirectionalXMonotoneTraits_2` refines the +concept `AosXMonotoneTraits_2` (see Section \ref arr_sssecinsert_x_mon in the 2D Arrangements package). Thus, a model of this concept must define the type `X_monotone_curve_2`, which represents an \f$ x\f$-monotone curve, and the type `Point_2`, @@ -687,7 +687,7 @@ curve is not required to have a designated source and target, it i smaller) and the right (lexicographically larger) endpoints of a given curve. -The `ArrangementDirectionalXMonotoneTraits_2` concept treats its +The `AosDirectionalXMonotoneTraits_2` concept treats its \f$ x\f$-monotone curves as directed objects. It thus requires two additional operations on \f$ x\f$-monotone curves: