From 8f2923b80762c7461d1a7e1ac4e0b3bbb42fd7e5 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Thu, 10 Jan 2008 18:17:46 +0000 Subject: [PATCH] It seems like the "window" package is completely obsolete: it contains only the cgal_logo symbol in libCGAL, which is unsued anymore. --- CMake/src/CGAL/CMakeLists.txt | 1 - Installation/src/CGAL/all_files.cpp | 1 - Installation/src/CGAL/makefile | 1 - .../release_building/include_in_release | 1 - window/include/CGAL/IO/cgal_logo.h | 37 --- window/package_info/window/changes.txt | 299 ------------------ window/package_info/window/description.txt | 1 - .../package_info/window/long_description.txt | 47 --- window/package_info/window/maintainer | 1 - window/src/CGAL/cgal_logo.cpp | 101 ------ 10 files changed, 490 deletions(-) delete mode 100644 window/include/CGAL/IO/cgal_logo.h delete mode 100644 window/package_info/window/changes.txt delete mode 100644 window/package_info/window/description.txt delete mode 100644 window/package_info/window/long_description.txt delete mode 100644 window/package_info/window/maintainer delete mode 100644 window/src/CGAL/cgal_logo.cpp diff --git a/CMake/src/CGAL/CMakeLists.txt b/CMake/src/CGAL/CMakeLists.txt index 604b70b2995..28d8f76dae6 100644 --- a/CMake/src/CGAL/CMakeLists.txt +++ b/CMake/src/CGAL/CMakeLists.txt @@ -39,7 +39,6 @@ set(SOURCES assertions.cpp Bbox_2_intersections.cpp Bbox_3_intersections.cpp - cgal_logo.cpp Color.cpp File_header_extended_OFF.cpp File_header_OFF.cpp diff --git a/Installation/src/CGAL/all_files.cpp b/Installation/src/CGAL/all_files.cpp index 68578827c4b..10e53d3dd9f 100644 --- a/Installation/src/CGAL/all_files.cpp +++ b/Installation/src/CGAL/all_files.cpp @@ -1,7 +1,6 @@ #include "assertions.cpp" #include "Bbox_2_intersections.cpp" #include "Bbox_3_intersections.cpp" -#include "cgal_logo.cpp" #include "Color.cpp" #include "File_header_extended_OFF.cpp" #include "File_header_OFF.cpp" diff --git a/Installation/src/CGAL/makefile b/Installation/src/CGAL/makefile index b242fca2497..a040c6b548e 100644 --- a/Installation/src/CGAL/makefile +++ b/Installation/src/CGAL/makefile @@ -31,7 +31,6 @@ OBJECTS_OLD = \ assertions$(OBJ_EXT) \ Bbox_2_intersections$(OBJ_EXT) \ Bbox_3_intersections$(OBJ_EXT) \ -cgal_logo$(OBJ_EXT) \ Color$(OBJ_EXT) \ File_header_extended_OFF$(OBJ_EXT) \ File_header_OFF$(OBJ_EXT) \ diff --git a/Maintenance/release_building/include_in_release b/Maintenance/release_building/include_in_release index 9922bcba1d9..bf688bee893 100644 --- a/Maintenance/release_building/include_in_release +++ b/Maintenance/release_building/include_in_release @@ -104,5 +104,4 @@ Union_find Visibility_complex_2 Voronoi_diagram_2 Width_3 -window wininst diff --git a/window/include/CGAL/IO/cgal_logo.h b/window/include/CGAL/IO/cgal_logo.h deleted file mode 100644 index 8d4220a2cd9..00000000000 --- a/window/include/CGAL/IO/cgal_logo.h +++ /dev/null @@ -1,37 +0,0 @@ -// Copyright (c) 2001 Utrecht University (The Netherlands), -// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany), -// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg -// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria), -// and Tel-Aviv University (Israel). All rights reserved. -// -// This file is part of CGAL (www.cgal.org); you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; version 2.1 of the License. -// See the file LICENSE.LGPL distributed with CGAL. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -// -// $URL$ -// $Id$ -// -// -// Author(s) : Susan Hert - -#ifndef CGAL_LOGO_H -#define CGAL_LOGO_H - -CGAL_BEGIN_NAMESPACE - -#if !defined(__LEDA__) || (__LEDA__ > 400) -extern const char * cgal_logo[]; -#else -extern char * cgal_logo[]; -#endif // __LEDA__ - -CGAL_END_NAMESPACE - -#endif // CGAL_LOGO_H diff --git a/window/package_info/window/changes.txt b/window/package_info/window/changes.txt deleted file mode 100644 index e390d45be31..00000000000 --- a/window/package_info/window/changes.txt +++ /dev/null @@ -1,299 +0,0 @@ -18 December 2004 Sylvain Pion -- Fix header in demo files. -- Remove Matthias as maintainer. - -25 July 2004 Sylvain Pion -- Fixes for when LEDA is supported. - -26 March 2004 Radu Ursu -- made doc work with the current implementation of the Manual tools - -20 Feb 2004 Andreas Fabri -- Removed #include - -2.8.32 -- new header - -2.8.31 -- CGAL_Window_stream needs LEDA installed - -2.8.30 -- new headers -- protect demo with CGAL_USE_LEDA - -2.8.29 -- current version number appears in window frame label - -2.8.28 (?? ???? 2002) -- updated version number in window header - -%%%%%%%%%%%%%%%%%%%%%% R e l e a s e 2 . 4 %%%%%%%%%%%%%%%%%%%%%%%%%%%% -2.8.27 (29 April 2002) -- split of user and reference manauls - -2.8.26 (18 April 2002) -- small change in tests - don't execute manual_example_ps - -2.8.25 (11 April 2002) -- added include of Color reference page - -2.8.24 (21 March 2002) -- manual split - -2.8.23 (20 March 2002) -- changes in PS - support (support of leda namespace) - -2.8.22 (12 Feb 2002) -- Put cgal_logo within namespace CGAL. - -2.8.21 (16 Jan 2002) -- casts added to create_demo_window and create_and_display_demo_window - functions in leda_window.h to avoid warnings - -2.8.20 (11 Dec 2001) - -- removed test/WindowStream/polygonal_2.C and - test/WindowStream/polygonal_2.cmd. - -2.8.19 ( 4 Dec 2001) -- removed CGAL/IO/polygonal_2.h - -2.8.18 (1 Dec 2001) -- Fix warning. - -2.8.17 (24 Sep 2001) -- removed a remaining esprit_logo in cgal_window.h - -2.8.16 (21 Sep 2001) -- added header to cgal_logo.h - -2.8.15 (21 Sep 2001) -- moved cgal_logo to src so it will be included in the library - -2.8.14 (19 Sep 2001) -- replace a remaining esprit_logo by cgal_logo - -2.8.13 (19 Sep 2001) -- changed from use of esprit_logo to cgal_logo - -2.8.12 (18 Sep 2001) -- changed esprit_logo.xpm to add (char*) types for strings to prevent warnings - for SUNPRO compiler. - -2.8.11 (29 Aug 2001) -- changed ccSection commands to section commands since the former don't - work with the pdf converter - -2.8.10 (19 July 2001) -- removed include of CGAL/LEDA/window.h in forward_decl_window_stream.h - -2.8.9 (11 July 2001) -- removed unused parameter names in Postscript_file_stream -- got rid of node_width here too - -2.8.8 (11 July 2001) -- LEDA check changed in manual_example_ps - -2.8.7 (04 July 2001) -- small change in documentation - -2.8.6 (27 Jun 2001) -- header file CGAL/IO/cgal_window_redefine.h added -- small change in the documentation - -2.8.5 (22 Jun 2001) -- added 2 casts to cgal_window.h to avoid warnings on some - compilers -- added short comment about CGAL::window in the manual - -2.8.4 (21 Jun 2001) -- changed point output (no nodes are used any more) -- input and output operators in IO/leda_window.h and IO/cgal_window.h - now support filled object - -2.8.3 (20 Jun 2001) -- changed window_input demo for usage with CGAL::window - -2.8.2 (18 June 2001) -- Update version string in leda_window to 2.3. -- Minor fixes. - -2.8.1 (23 May 2001) -- changed __USE_CGAL_WINDOW__ to the better name - CGAL_USE_CGAL_WINDOW (suggested by Sylvain) - -2.8.0 (17 May 2001) -- file cgal_window added to make the package work with - the CGAL::window - class (port of the LEDA window, - that works without LEDA) -- small changes in Window_stream.h and forward_decl_window_stream.h -- use -D__USE_CGAL_WINDOW__ when compiling programs using Window_stream - with the new CGAL::window - - -2.7.1 (22 Aug 2000) - -- bug in documentation of Window_stream fixed, reported by H. Tangelder - h*(x1-x0)/w instead of h*w/(x1-x0) - -2.7 (21 Aug 2000) - -- example code in - doc_tex/support/Colors_and_windows/Postscript_file.tex fixed -- test file for the example above added - test/WindowStream/manual_example_ps.C - -2.6 (05 Aug 2000) - -- added send_to_stream_as_polygon( Stream& W, Circulator C, - const Forward_circulator_tag&, const Traits& ) - - -%%%%%%%%%%%%%%%%%%%%%% R e l e a s e 2 . 0 %%%%%%%%%%%%%%%%%%%%%%%%%%%% - -2.5.7 -> 2.5.8 ( 13 Jan 00) -- added const to xpm for esprit logo: static const char* - for __LEDA__ > 400 - -2.5.6 -> 2.5.7 ( 16 Dec 99) -- demo/Window_stream/cgal_test removed -- LEDA versions tested with includes in Postscript_file_stream.h - revised. Now all tests for >= 400. (There have been problems - with compiling LEDA/rectangle.h and 380 in the test suite) - -2.5.5 -> 2.5.6 ( 16 Dec 99) -- demo/Window_stream/cgal_test added -- demo/Window_stream made test-safe: checks for USE_LEDA now - -2.5.4 -> 2.5.5 ( 30 Nov 99) -- undefined W replaced by std::cout in test/.../polygonal.C - for use without LEDA - -2.5.3 -> 2.5.4 ( 29 Nov 99) -- type of node's width changed to double in Postscript_file_stream.h -- ifstream qualified in test/WindowStream/polygonal.C -- CGAL_USE_LEDA checked before inclusion of leda_window.h -- CGAL_USE_LEDA checked in test_window_stream_xy_3.C - -2.5.2 -> 2.5.3 ( 22 Nov 99) -- LEDA versions tested with includes in Postscript_file_stream.h - -2.5.1 -> 2.5.2 ( 16 Nov 99) -- added input file for test/WindowStream/polygonal.C -- updated frame label in window to 2.1 - -2.5 -> 2.5.1 ( 12 Nov 99) -- added to package -- documentation revised: bugs in new Postscript_file.tex file, - Window.tex - -2.4.5 -> 2.5 ( 11 Nov 99) -- ps_file renamed to Postscript_file_stream; - in - now includes the file above -- documentation updated -- hack to work around leda_color and display problem with - Postscript_file_stream added; - -2.4.3 -> 2.4.4 ( 15 Oct 99) -- cgal_test updated '/bin/' removed - -2.4.2 -> 2.4.3 ( 29 Sep 99) -- prefixed line_style in leda_ps_file.h for __LEDA__ >= 400 - -2.4.1 -> 2.4.2 ( 17 Sep 99) -- qualified calls of sqrt(double) by std:: in leda_window.h -- value_type() -> ch_value_type() in polygonal.h -- max() qualified by std:: in polygonal.h -- makefile updated - -2.4 -> 2.4.1 ( 14 Sep 99) -- prefixed line_style in leda_window for __LEDA__ >= 400 - -2.3.1 -> 2.4 ( 19 Aug 99) -- added - -2.3 -> 2.3.1 ( 06 Aug 99) -- packaging script updated - -2.2.7 -> 2.3 ( 06 Aug 99) -- send_to_stream_as_poly[gon|line]() functions provided in - -- makefile updated: $(OBJ_EXT) -- test files in test/WindowStream (return true if started with any argument -- corresponding non-empty .cmd files added in test/WindowStream - -%%%%%%%%%%%%%%%%%%%%%% R e l e a s e 2 . 0 %%%%%%%%%%%%%%%%%%%%%%%%%%%% - -2.2.6 -> 2.2.7 ( 27 May 99) -- demo for WindowStream updated - -2.2.5 -> 2.2.6 ( 19 May 99) -- frame label for demo windows set to CGAL-2.0 - -2.2.4 -> 2.2.5 ( 03 May 99) -- changed access rights for *.cmd in testsuite - -2.2.3 -> 2.2.4 ( 28 Apr 99) -- return true in testsuite if LEDA is not used - -2.2.2 -> 2.2.3 ( 28 Apr 99) -- fix for testing WindowStream added - -2.2 -> 2.2.2 ( 30 Mar 99) -- packaging cleaned ( [long_]description.txt ) - -2.2 -> 2.2.1 ( 30 Mar 99) -- to_double() prefixed by CGAL:: - -2.1.3 -> 2.2 ( 25 Mar 99) -- for drawing polygons and polylines given - as iterator ranges of points - -2.1.2 -> 2.1.3 ( 24 Mar 99) -- name conflicts for _3 objects fixed in test_window_stream_xy_3 - -2.1.1 -> 2.1.2 ( 15 Mar 99) -- makefile fixed (WINDOW_LDFLAGS used) - -2.1 -> 2.1.1 ( 15 Mar 99) -- typedefs used for R::RT in window_stream_xy_3.h -- Point_3 p( R::RT(x1), R::RT(y1), 0); replaced by - Point_3 p = Point_3( RT(x1), RT(y1), RT(0)); in window_stream_xy_3.h - -2.0.1 -> 2.1 ( 13 Mar 99) -- Window_stream_3 package from Lutz included. - long_description.txt of that package: - - CGAL/IO/window_stream_xy_3.h - Stream operators for the 3D objects in the CGAL kernel. - They project onto the xy-plane. - -2.0 -> 2.0.1 ( 25 Feb 99) -- typedef leda_window Window_stream; put in namespace CGAL -- #include moved out of namespace CGAL - -1.2 -> 2.0 -- namespace CGAL { } introduced - -%%%%%%%%%%%%%%%%%%%%%% R e l e a s e 1 . 2 %%%%%%%%%%%%%%%%%%%%%%%%%%%% - -1.1.1 -> 1.2 ( 03 Sep 98) -- bug fix: CGAL_create... functions made inline - -%%%%%%%%%%%%%%%%%%%%%% R e l e a s e 1 . 1 %%%%%%%%%%%%%%%%%%%%%%%%%%%% - -1.1. -> 1.1.1 -- headers added in include/CGAL/IO/forward_decl_window_stream.h - and include/CGAL/IO/esprit_logo.xpm - -1.0 -> 1.1 -- functions - leda_window* - CGAL_create_demo_window( float w = 512.0, float h = 512.0, - const char* str = "CGAL", - double x_extension = 1.0) and - leda_window* - CGAL_create_and_display_demo_window(float w = 512.0, float h = 512.0, - const char* str = "CGAL", - double x_extension = 1.0) - added to ease writing demo-programs diff --git a/window/package_info/window/description.txt b/window/package_info/window/description.txt deleted file mode 100644 index adb0147394e..00000000000 --- a/window/package_info/window/description.txt +++ /dev/null @@ -1 +0,0 @@ -visualization through leda_window diff --git a/window/package_info/window/long_description.txt b/window/package_info/window/long_description.txt deleted file mode 100644 index 3164d02e87e..00000000000 --- a/window/package_info/window/long_description.txt +++ /dev/null @@ -1,47 +0,0 @@ -Replacement for Window_stream.h - -CGAL_Window_stream is not longer a subclass of leda_window, but now only a typedef -to leda_window (corresponding to a decision made at the Saarbrücken meeting). -This has several (more than we thought, I guess) consequences. - -1. A user has to call leda_window::display() yourself; - so far, this call was hidden in the init function of CGAL_Window_stream; -2. There is no initialization with a CGAL_Bbox_2 any longer :) -3. The last button pressed is not maintained anymore! - There is a small workaround to get backwards compatibility in terms of - functionality. We have a function void - CGAL_read_mouse_plus(leda_window& w, CGAL_Point_2& p, int& button); - It can be used to replace a w << p; /*...*/ int b = w.last_button_pressed(); - code sequence by int k; CGAL_read_mouse_plus( w, p, k); /*...*/ int b = k; -4. There is no class CGAL_Window_stream anymore; Thus all forward declarations - for class CGAL_Window_stream are an error now (e.g. in Optimisation_ellipse_2.h) - Include instead. - BTW, ostream and istream will become typedefs in the C++-Standard as well - => same problem with forward declarations of `classes' [io]stream . -5. There is also a function to `cgalize' the LEDA window: CGAL_cgalize( leda_window&); - It sets some defaults (frame label, icon label, node width, ...). -6. The input functions now expect that you click with the left mouse button! If you - click with the right button, the leda_window is set in a mode converting to false; - This is done to have input sequences easily terminated. See Lutz's mail on May, 29. -7. By default, input functions for window streams draw the object that is put - into the stream. There are non-drawing equivalents: - leda_window& CGAL_read( leda_window&, CGAL_...); 6. applies to these functions, too. - BTW, in LEDA, window input operations don't draw the object. -8. Finally, the drawing of points has been modified. Instead of crosses, - points are now drawn as LEDA nodes, using the current node width. - Via the leda_window::set_node_width() you can influence the size of a point - to be drawn. - Remark: Redrawing points with the backround color does not erase them anymore, - since they have a black border now! - - -Files: -description.txt (this file) -changes.txt -version -include/CGAL/IO/Window_stream.h -include/CGAL/IO/leda_window.h -include/CGAL/IO/forward_decl_window_stream.h -include/CGAL/IO/esprit_logo.xpm -demo/Window_stream/makefile -demo/Window_stream/window_input.C diff --git a/window/package_info/window/maintainer b/window/package_info/window/maintainer deleted file mode 100644 index 4f45ddcd216..00000000000 --- a/window/package_info/window/maintainer +++ /dev/null @@ -1 +0,0 @@ -Andreas Fabri diff --git a/window/src/CGAL/cgal_logo.cpp b/window/src/CGAL/cgal_logo.cpp deleted file mode 100644 index 145c4c948ee..00000000000 --- a/window/src/CGAL/cgal_logo.cpp +++ /dev/null @@ -1,101 +0,0 @@ -// Copyright (c) 2001 Utrecht University (The Netherlands), -// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany), -// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg -// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria), -// and Tel-Aviv University (Israel). All rights reserved. -// -// This file is part of CGAL (www.cgal.org); you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; version 2.1 of the License. -// See the file LICENSE.LGPL distributed with CGAL. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -// -// $URL$ -// $Id$ -// -// -// Author(s) : created automatically using ... -/* XPM */ - -#include - -CGAL_BEGIN_NAMESPACE - -#if !defined(__LEDA__) || (__LEDA__ > 400) -const char * cgal_logo[] = { -#else -char * cgal_logo[] = { -#endif // __LEDA__ -"61 61 4 1", -" c None", -". c None", -"+ c #000000", -"@ c #FFFF00", -".............................................................", -".........+++++++++++..+.................++++++++++..+........", -"...+++++++@@@@@@@@@@+++++++......++++++++@@@@@@@@@+++++++....", -"...+...++@++++++++++@++.+.+......+....+@@++++++++++.+++++....", -"...+..+@@+....+....++++..++......+...+@++....+....++..+.++...", -"...+.+@+++....+....+.+..+++......+..+@+.+....+...++++.+++....", -"...++@+...+...+.....+++..++......+.+@+...+...+....++++..+....", -"...+@++....+..+........+.++......++@+....+...+......++..++...", -"...@++.....+..+........++.++.....+@+......+..+......+.++++...", -"..+@+.......+.+......++.+.++.....+@+......+..+......++.++.+..", -"..+@+.......+.+.....+...+.+.+...++++.......+.+....+++..++.+..", -"..+@+........++...++.....++.+...+@+........+.+...+..+..++.+..", -".++@+........+++++.......++.+...+@+.........+++++.+++..++..+.", -".+@@+++++++++++++++++++++++.+...+@+++++++++++++++++++++++..+.", -".+@@+........+++.........++.+...+@+........++++...+.+...+..+.", -".+@@+......++.++........+++.+...+@+.......+..++++++++++++..+.", -".+@@+....++...+.+......+.++.+...+@@+....++...+++.++@+..++..+.", -"..+@+...+.....+.+.....+.+.+.+...+@@+..++.....+.++++@+++++..+.", -"..+@@+++......+..+++++..+.+.+...++@+++.......+.+..+@+..++..+.", -"..++@+........+.++..++.+..+.+....+@@+........+..+.+@+.+.+.+..", -"..++@@+.......+.+.++.+++..++.....++@++.......+...++@++..+.+..", -"...++@@+......++..++.++..+++.....++@@@+......+...++@++..++...", -"...+++@@+.....+.++.+++.++.+......+++@@++.....+....+@+.+.++...", -"...+.++@@++...+.++.++++..++......+.++@@@++...+...++@++.+++...", -"...+..++@@@++++++++@++++..+......+..+++@@++++++++++@++.++....", -"...++++++++@@@@@@@@++++++++......++++++++@@@@@@@@@@++.+++....", -".......++..++++++++..++...............++..+++++++++.++.......", -".........+++.......+++..................++........++.........", -"............+++++++.......................++++++++...........", -".............................................................", -"...............+.............................................", -"...............+...................+++...................+...", -"....+++++++++++@++++++++++++.....++++++++++++++++++++++++++..", -"....+.....++.++@+...++.....+....++++@+++.....+...........+...", -"....+...++...+@@+.....++...+.....+++@++......+...........+...", -"....+..+.....+@@@+......+..+.....+.+@+.......+...........+...", -"....+.+......+@@@+.......+.+.....+.+@+.......+...........+...", -"....++......+@++@@+.......++.....+.+@+.......+...........+...", -"....+.......+@++@@+........+....++++@+.......+...........+...", -"....+.......+@+++@+........+.....+.+@+++.....+...........+...", -"...++......+@+.++@@+.......++....+.+@++.++...+...........+...", -"...++......+@+.++@@+.......++....+.+@+.+..+..+...........+...", -"..+.+......+@+.+.+@@+......+.+...+.+@+.+...+.+...........+...", -"..+.+.....+@+..+.+@@+......+.+..++++@+..+...++...........++..", -"..+++++++++@+++++++@@+++++++++..++++@++++++++++++++++++++++..", -"..+++++++++@@@@@@@@@@+++++++++...+++@+...+...+..........++...", -"..+.+....+@+++++++++@++....+.+...+.+@+....+..++.......++.+...", -"..+.+....+@+...+...+@@+....+.+...+.+@+....+..++.....++...+...", -"..+.+....++....+...+@@+....+.+...+.+@+.....+.++...++.....+...", -"..+.++..+@+....+....+@@+..++.+...+++@+++++++++++++++++++++...", -"..+++...+@+....+....+@@+.+.+++...+++@+....+.++++.........+...", -".+.++..+@+.....+.....+@++..++.+.++.+@+....+.++.+.........+...", -".+..+..+@+.....+.....+@@+..+..+.++++@+++++++++++++++++++++...", -".+..+..+@+++...+.....+@@+..+..+..+++@+..++.+.+@+.........+...", -".+..+++@@+.+...+.....++@@+++..+.++++@+++++++++@+.........+...", -"..++++@+++++++++++++++++++++++...++++@@@@@@@@@++++++++++++...", -"......+++..............+++.........++++++++++++..............", -"........++............++.....................+...............", -"..........++........++.......................+...............", -".............................................................", -"............................................................."}; - -CGAL_END_NAMESPACE