From eb0a9bd3933aaf8051a9a4b62336cefd067d0987 Mon Sep 17 00:00:00 2001 From: Guy Zucker Date: Wed, 22 Jul 2009 12:57:01 +0000 Subject: [PATCH] added PWH(polygon pgn) CTOR and fixed outer boundary function description --- .../GeneralPolygonWithHoles_2.tex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Boolean_set_operations_2/doc_tex/Boolean_set_operations_2_ref/GeneralPolygonWithHoles_2.tex b/Boolean_set_operations_2/doc_tex/Boolean_set_operations_2_ref/GeneralPolygonWithHoles_2.tex index ec5f353885d..038b4796d82 100644 --- a/Boolean_set_operations_2/doc_tex/Boolean_set_operations_2_ref/GeneralPolygonWithHoles_2.tex +++ b/Boolean_set_operations_2/doc_tex/Boolean_set_operations_2_ref/GeneralPolygonWithHoles_2.tex @@ -43,6 +43,9 @@ the holes. \ccGlue \ccMethod{GeneralPolygonWithHoles_2 operator=(other);}{assignment operator.} +\ccConstructor{GeneralPolygonWithHoles_2(General_polygon_2 & outer);} +{constructs a general polygon with holes that has no holes using a given general polygon \ccc{outer} as the outer boundary.} + \ccConstructor{template GeneralPolygonWithHoles_2(General_polygon_2 & outer, InputIterator begin, InputIterator end);} @@ -62,7 +65,7 @@ otherwise.} % ================ \ccMethod{const General_polygon_2 & outer_boundary() const;} -{returns the general polygon that represents the outer boundary. } +{returns the general polygon that represents the outer boundary. Note that this polygon is not necessarily a valid (simple) general polygon because it may be relatively simple.} \ccMethod{Hole_const_iterator holes_begin() const;}