BWAPI
|
00001 // Copyright (c) 2009 INRIA Sophia-Antipolis (France). 00002 // All rights reserved. 00003 // 00004 // This file is part of CGAL (www.cgal.org); you may redistribute it under 00005 // the terms of the Q Public License version 1.0. 00006 // See the file LICENSE.QPL distributed with CGAL. 00007 // 00008 // Licensees holding a valid commercial license may use this file in 00009 // accordance with the commercial license agreement provided with the software. 00010 // 00011 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 00012 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 00013 // 00014 // $URL: svn+ssh://pmachado@scm.gforge.inria.fr/svn/cgal/trunk/Circular_kernel_2/include/CGAL/global_functions_on_line_arcs_2.h $ 00015 // $Id: global_functions_on_line_arcs_2.h 45945 2008-10-01 12:25:23Z pmachado $ 00016 // 00017 // Author(s) : Monique Teillaud, Sylvain Pion, Pedro Machado, 00018 // Sebastien Loriot, Julien Hazebrouck, Damien Leroy 00019 00020 // Partially supported by the IST Programme of the EU as a Shared-cost 00021 // RTD (FET Open) Project under Contract No IST-2000-26473 00022 // (ECG - Effective Computational Geometry for Curves and Surfaces) 00023 // and a STREP (FET Open) Project under Contract No IST-006413 00024 // (ACS -- Algorithms for Complex Shapes) 00025 00026 #ifndef CGAL_CIRCLE_TYPE_H 00027 #define CGAL_CIRCLE_TYPE_H 00028 00029 namespace CGAL { 00030 enum Circle_type {NORMAL, THREADED, POLAR, BIPOLAR}; 00031 } //CGAL 00032 00033 #endif //CGAL_CIRCLE_TYPE_H