Moved \chapter from alpha2.tex to main.tex

This commit is contained in:
Andreas Fabri 2003-09-30 16:07:54 +00:00
parent 07191ff8d4
commit bbd24ade54
6 changed files with 23 additions and 102 deletions

View File

@ -1,3 +1,6 @@
Version 11.44 [af]
- Moved \chapter from alpha2.tex to main.tex
Version 11.43
- new headers

View File

@ -1,53 +1,3 @@
% ======================================================================
%
% Copyright (c) 1999 The GALIA Consortium
%
% This software and related documentation is part of the
% Computational Geometry Algorithms Library (CGAL).
%
% Every use of CGAL requires a license. Licenses come in three kinds:
%
% - For academic research and teaching purposes, permission to use and
% copy the software and its documentation is hereby granted free of
% charge, provided that
% (1) it is not a component of a commercial product, and
% (2) this notice appears in all copies of the software and
% related documentation.
% - Development licenses grant access to the source code of the library
% to develop programs. These programs may be sold to other parties as
% executable code. To obtain a development license, please contact
% the GALIA Consortium (at cgal@cs.uu.nl).
% - Commercialization licenses grant access to the source code and the
% right to sell development licenses. To obtain a commercialization
% license, please contact the GALIA Consortium (at cgal@cs.uu.nl).
%
% This software and documentation is provided "as-is" and without
% warranty of any kind. In no event shall the CGAL Consortium be
% liable for any damage of any kind.
%
% The GALIA Consortium consists of Utrecht University (The Netherlands),
% ETH Zurich (Switzerland), Free University of Berlin (Germany),
% INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
% (Germany), Max-Planck-Institute Saarbrucken (Germany),
% and Tel-Aviv University (Israel).
%
% ----------------------------------------------------------------------
%
% package : Alpha_shapes_2
% author(s) : Tran Kai Frank DA <Frank.Da@sophia.inria.fr>
%
% coordinator : INRIA Sophia-Antipolis (<Mariette.Yvinec@sophia.inria.fr>)
%
% ======================================================================
\RCSdef{\alphashapeRevision}{$Revision$}
\RCSdefDate{\alphashapeDate}{$Date$}
%----------------------------------------------------------------------
\chapter{2D Alpha Shapes} \label{I1_ChapterAlphashapes2D}
\minitoc
%\ccChapterSubTitle{\alphashapeRevision, \alphashapeDate}
\begin{ccTexOnly}

View File

@ -1,3 +1,12 @@
\RCSdef{\alphashapeRevision}{$Revision$}
\RCSdefDate{\alphashapeDate}{$Date$}
\chapter{2D Alpha Shapes} \label{I1_ChapterAlphashapes2D}
\minitoc
\input{alpha2}
%\input{Alpha_shapes_2_ref/main}

View File

@ -1,53 +1,3 @@
% ======================================================================
%
% Copyright (c) 1999 The GALIA Consortium
%
% This software and related documentation is part of the
% Computational Geometry Algorithms Library (CGAL).
%
% Every use of CGAL requires a license. Licenses come in three kinds:
%
% - For academic research and teaching purposes, permission to use and
% copy the software and its documentation is hereby granted free of
% charge, provided that
% (1) it is not a component of a commercial product, and
% (2) this notice appears in all copies of the software and
% related documentation.
% - Development licenses grant access to the source code of the library
% to develop programs. These programs may be sold to other parties as
% executable code. To obtain a development license, please contact
% the GALIA Consortium (at cgal@cs.uu.nl).
% - Commercialization licenses grant access to the source code and the
% right to sell development licenses. To obtain a commercialization
% license, please contact the GALIA Consortium (at cgal@cs.uu.nl).
%
% This software and documentation is provided "as-is" and without
% warranty of any kind. In no event shall the CGAL Consortium be
% liable for any damage of any kind.
%
% The GALIA Consortium consists of Utrecht University (The Netherlands),
% ETH Zurich (Switzerland), Free University of Berlin (Germany),
% INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
% (Germany), Max-Planck-Institute Saarbrucken (Germany),
% and Tel-Aviv University (Israel).
%
% ----------------------------------------------------------------------
%
% package : Alpha_shapes_2
% author(s) : Tran Kai Frank DA <Frank.Da@sophia.inria.fr>
%
% coordinator : INRIA Sophia-Antipolis (<Mariette.Yvinec@sophia.inria.fr>)
%
% ======================================================================
\RCSdef{\alphashapeRevision}{$Revision$}
\RCSdefDate{\alphashapeDate}{$Date$}
%----------------------------------------------------------------------
\chapter{2D Alpha Shapes} \label{I1_ChapterAlphashapes2D}
\minitoc
%\ccChapterSubTitle{\alphashapeRevision, \alphashapeDate}
\begin{ccTexOnly}

View File

@ -1,3 +1,12 @@
\RCSdef{\alphashapeRevision}{$Revision$}
\RCSdefDate{\alphashapeDate}{$Date$}
\chapter{2D Alpha Shapes} \label{I1_ChapterAlphashapes2D}
\minitoc
\input{alpha2}
%\input{Alpha_shapes_2_ref/main}

View File

@ -88,8 +88,8 @@ class Side_of_bounded_orthogonalcircleC2
public:
typedef Bounded_side result_type;
typedef Arity_tag< 3 > Arity;
typedef typename K::Point T;
result_type operator()(const T& p, const T& q, const T& t)
typedef typename K::Point Point;
result_type operator()(const Point& p, const Point& q, const Point& t)
{
typedef typename K::Coord_type FT;
FT px(p.point().x());