Convert source files encoding to utf-8

All non-ASCII files should be encoded in UTF-8. So far, the ZSH script
`Scripts/developer_scripts/detect_wrong_encoding` detects wrong encoding
in source/header files of include/, src/, and doc/.
This commit is contained in:
Laurent Rineau 2014-08-01 10:56:18 +02:00
parent d2a2e9d64b
commit 36d8b5bd18
57 changed files with 90 additions and 90 deletions

View File

@ -15,7 +15,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
// //
// Author(s) : Michael Hemmer, Dominik Hülse // Author(s) : Michael Hemmer, Dominik Hülse
// //
// ============================================================================ // ============================================================================

View File

@ -14,7 +14,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
// //
// Author: Luis Peñaranda <luis.penaranda@gmx.com> // Author: Luis Peñaranda <luis.penaranda@gmx.com>
#include <CGAL/config.h> #include <CGAL/config.h>

View File

@ -17,10 +17,10 @@
// source : web/Optimisation/Min_sphere_d.aw // source : web/Optimisation/Min_sphere_d.aw
// revision : $Id$ // revision : $Id$
// revision_date : $Date$ // revision_date : $Date$
// author(s) : Sven Schönherr <sven@inf.fu-berlin.de> // author(s) : Sven Schönherr <sven@inf.fu-berlin.de>
// Bernd Gärtner // Bernd Gärtner
// //
// coordinator : ETH Zurich (Bernd Gärtner <gaertner@inf.ethz.ch>) // coordinator : ETH Zurich (Bernd Gärtner <gaertner@inf.ethz.ch>)
// //
// implementation: dD Smallest Enclosing Sphere // implementation: dD Smallest Enclosing Sphere
// ============================================================================ // ============================================================================

View File

@ -18,10 +18,10 @@
// source : web/Optimisation/Min_sphere_d.aw // source : web/Optimisation/Min_sphere_d.aw
// revision : $Id$ // revision : $Id$
// revision_date : $Date$ // revision_date : $Date$
// author(s) : Sven Schönherr <sven@inf.fu-berlin.de> // author(s) : Sven Schönherr <sven@inf.fu-berlin.de>
// Bernd Gärtner // Bernd Gärtner
// //
// coordinator : ETH Zurich (Bernd Gärtner <gaertner@inf.ethz.ch>) // coordinator : ETH Zurich (Bernd Gärtner <gaertner@inf.ethz.ch>)
// //
// implementation: dD Smallest Enclosing Sphere // implementation: dD Smallest Enclosing Sphere
// ============================================================================ // ============================================================================

View File

@ -17,10 +17,10 @@
// source : web/Optimisation/Min_sphere_d.aw // source : web/Optimisation/Min_sphere_d.aw
// revision : $Id$ // revision : $Id$
// revision_date : $Date$ // revision_date : $Date$
// author(s) : Sven Schönherr <sven@inf.fu-berlin.de> // author(s) : Sven Schönherr <sven@inf.fu-berlin.de>
// Bernd Gärtner // Bernd Gärtner
// //
// coordinator : ETH Zurich (Bernd Gärtner <gaertner@inf.ethz.ch>) // coordinator : ETH Zurich (Bernd Gärtner <gaertner@inf.ethz.ch>)
// //
// implementation: dD Smallest Enclosing Sphere // implementation: dD Smallest Enclosing Sphere
// ============================================================================ // ============================================================================

View File

@ -19,8 +19,8 @@
// revision : $Id$ // revision : $Id$
// revision_date : $Date$ // revision_date : $Date$
// //
// author(s) : Sven Schönherr <sven@inf.ethz.ch> // author(s) : Sven Schönherr <sven@inf.ethz.ch>
// coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>) // coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>)
// //
// implementation: test function for smallest enclosing annulus // implementation: test function for smallest enclosing annulus
// ============================================================================ // ============================================================================

View File

@ -18,8 +18,8 @@
// revision : $Id$ // revision : $Id$
// revision_date : $Date$ // revision_date : $Date$
// //
// author(s) : Sven Schönherr <sven@inf.ethz.ch> // author(s) : Sven Schönherr <sven@inf.ethz.ch>
// coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>) // coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>)
// //
// implementation: test program for Min_annulus (2D traits class) // implementation: test program for Min_annulus (2D traits class)
// ============================================================================ // ============================================================================

View File

@ -18,8 +18,8 @@
// revision : $Id$ // revision : $Id$
// revision_date : $Date$ // revision_date : $Date$
// //
// author(s) : Sven Schönherr <sven@inf.ethz.ch> // author(s) : Sven Schönherr <sven@inf.ethz.ch>
// coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>) // coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>)
// //
// implementation: test program for Min_annulus (3D traits class) // implementation: test program for Min_annulus (3D traits class)
// ============================================================================ // ============================================================================

View File

@ -18,8 +18,8 @@
// revision : $Id$ // revision : $Id$
// revision_date : $Date$ // revision_date : $Date$
// //
// author(s) : Sven Schönherr <sven@inf.ethz.ch> // author(s) : Sven Schönherr <sven@inf.ethz.ch>
// coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>) // coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>)
// //
// implementation: test program for Min_annulus (dD traits class) // implementation: test program for Min_annulus (dD traits class)
// ============================================================================ // ============================================================================

View File

@ -19,8 +19,8 @@
// revision : $Id$ // revision : $Id$
// revision_date : $Date$ // revision_date : $Date$
// //
// author(s) : Sven Schönherr <sven@inf.ethz.ch>, Bernd Gärtner // author(s) : Sven Schönherr <sven@inf.ethz.ch>, Bernd Gärtner
// coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>) // coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>)
// //
// implementation: test program for 2D Smallest Enclosing Circle // implementation: test program for 2D Smallest Enclosing Circle
// ============================================================================ // ============================================================================

View File

@ -19,8 +19,8 @@
// revision : $Id$ // revision : $Id$
// revision_date : $Date$ // revision_date : $Date$
// //
// author(s) : Sven Schönherr <sven@inf.ethz.ch>, Bernd Gärtner // author(s) : Sven Schönherr <sven@inf.ethz.ch>, Bernd Gärtner
// coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>) // coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>)
// //
// implementation: test program for 2D Smallest Enclosing Ellipse // implementation: test program for 2D Smallest Enclosing Ellipse
// ============================================================================ // ============================================================================

View File

@ -24,7 +24,7 @@
* *
* $Id$ * $Id$
* *
* Copyright©INRIA 1999 * Copyright©INRIA 1999
* *
* AUTHOR: * AUTHOR:
* Gregoire Malandain (greg@sophia.inria.fr) * Gregoire Malandain (greg@sophia.inria.fr)

View File

@ -24,7 +24,7 @@
* *
* $Id$ * $Id$
* *
* Copyright©INRIA 1998 * Copyright©INRIA 1998
* *
* AUTHOR: * AUTHOR:
* Gregoire Malandain (greg@sophia.inria.fr) * Gregoire Malandain (greg@sophia.inria.fr)

View File

@ -44,20 +44,20 @@ exemple :
-txt image acquise sur SIGNA 1.5T au CHRU de Caen -txt image acquise sur SIGNA 1.5T au CHRU de Caen
donnees brutes sans traitement -endtxt donnees brutes sans traitement -endtxt
- la première ligne comporte les dimensions de l'image, respectivement, le nombre de colonnes, de lignes, de coupes et de temps; ces deux, trois ou quatre entiers doivent être strictement positifs et rester inférieurs à 4096. - la première ligne comporte les dimensions de l'image, respectivement, le nombre de colonnes, de lignes, de coupes et de temps; ces deux, trois ou quatre entiers doivent être strictement positifs et rester inférieurs à 4096.
- les lignes suivantes comportent des champs indiques par des mots clefs: - les lignes suivantes comportent des champs indiques par des mots clefs:
-type typespecifier -type typespecifier
U8 entier non signé codé sur 8 bit (unsigned char) U8 entier non signé codé sur 8 bit (unsigned char)
S8 entier signé codé sur 8 bit (signed char) S8 entier signé codé sur 8 bit (signed char)
U16 entier non signé codé sur 16 bit (unsigned short) U16 entier non signé codé sur 16 bit (unsigned short)
S16 entier signé codé sur 16 bit (signed short) S16 entier signé codé sur 16 bit (signed short)
U32 entier non signé codé sur 32 bit (unsigned int) U32 entier non signé codé sur 32 bit (unsigned int)
S32 entier signé codé sur 32 bit (signed int) S32 entier signé codé sur 32 bit (signed int)
FLOAT flottant simple précision (float) FLOAT flottant simple précision (float)
DOUBLE flottant double précision (double) DOUBLE flottant double précision (double)
-dx double (taille du voxel en x) -dx double (taille du voxel en x)
-dy double (taille du voxel en y) -dy double (taille du voxel en y)
@ -66,7 +66,7 @@ exemple :
-dt double (taille du voxel en t) -dt double (taille du voxel en t)
(taille donnee en secondes) (taille donnee en secondes)
(spécification d'un sous-volume) (spécification d'un sous-volume)
-x1 entier -x1 entier
-x2 entier -x2 entier
-y1 entier -y1 entier

View File

@ -277,13 +277,13 @@ int readInrimageHeader(const char *,_image *im) {
was used. was used.
However the man said However the man said
... ...
n Nothing is expected; instead, the number of charac­ n Nothing is expected; instead, the number of charac­
ters consumed thus far from the input is stored ters consumed thus far from the input is stored
through the next pointer, which must be a pointer through the next pointer, which must be a pointer
to int. This is not a conversion, although it can to int. This is not a conversion, although it can
be suppressed with the * flag. The C standard be suppressed with the * flag. The C standard
says: `Execution of a %n directive does not incre­ says: `Execution of a %n directive does not incre­
ment the assignment count returned at the comple­ ment the assignment count returned at the comple­
tion of execution' but the Corrigendum seems to tion of execution' but the Corrigendum seems to
contradict this. Probably it is wise not to make contradict this. Probably it is wise not to make
any assumptions on the effect of %n conversions on any assumptions on the effect of %n conversions on

View File

@ -24,7 +24,7 @@
* *
* $Id$ * $Id$
* *
* Copyright©INRIA 1999 * Copyright©INRIA 1999
* *
* DESCRIPTION: * DESCRIPTION:
* *

View File

@ -24,7 +24,7 @@
* *
* $Id$ * $Id$
* *
* Copyright©INRIA 1999 * Copyright©INRIA 1999
* *
* DESCRIPTION: * DESCRIPTION:
* *

View File

@ -24,7 +24,7 @@
* *
* $Id$ * $Id$
* *
* Copyright©INRIA 1999 * Copyright©INRIA 1999
* *
* DESCRIPTION: * DESCRIPTION:
* *

View File

@ -24,7 +24,7 @@
* *
* $Id$ * $Id$
* *
* Copyright©INRIA 1998 * Copyright©INRIA 1998
* *
* DESCRIPTION: * DESCRIPTION:
* *

View File

@ -24,7 +24,7 @@
* *
* $Id$ * $Id$
* *
* Copyright©INRIA 1999 * Copyright©INRIA 1999
* *
* AUTHOR: * AUTHOR:
* Gregoire Malandain (greg@sophia.inria.fr) * Gregoire Malandain (greg@sophia.inria.fr)

View File

@ -24,7 +24,7 @@
* *
* $Id$ * $Id$
* *
* Copyright©INRIA 1999 * Copyright©INRIA 1999
* *
* AUTHOR: * AUTHOR:
* Gregoire Malandain (greg@sophia.inria.fr) * Gregoire Malandain (greg@sophia.inria.fr)

View File

@ -24,7 +24,7 @@
* *
* $Id$ * $Id$
* *
* Copyright©INRIA 1998 * Copyright©INRIA 1998
* *
* AUTHOR: * AUTHOR:
* Gregoire Malandain (greg@sophia.inria.fr) * Gregoire Malandain (greg@sophia.inria.fr)

View File

@ -15,7 +15,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
// //
// Author(s) : Marc Pouget and Frédéric Cazals // Author(s) : Marc Pouget and Frédéric Cazals
#ifndef CGAL_LAPACK_H #ifndef CGAL_LAPACK_H
#define CGAL_LAPACK_H #define CGAL_LAPACK_H

View File

@ -15,7 +15,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
// //
// Author(s) : Marc Pouget and Frédéric Cazals // Author(s) : Marc Pouget and Frédéric Cazals
#ifndef CGAL_MONGE_VIA_JET_FITTING_H_ #ifndef CGAL_MONGE_VIA_JET_FITTING_H_
#define CGAL_MONGE_VIA_JET_FITTING_H_ #define CGAL_MONGE_VIA_JET_FITTING_H_

View File

@ -15,7 +15,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
// //
// Author(s) : Laurent Rineau, Stéphane Tayeb // Author(s) : Laurent Rineau, Stéphane Tayeb
#ifndef CGAL_MESH_3_REFINE_CELLS_3_H #ifndef CGAL_MESH_3_REFINE_CELLS_3_H
#define CGAL_MESH_3_REFINE_CELLS_3_H #define CGAL_MESH_3_REFINE_CELLS_3_H

View File

@ -14,7 +14,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
// //
// Author: Luis Peñaranda <luis.penaranda@gmx.com> // Author: Luis Peñaranda <luis.penaranda@gmx.com>
#ifndef CGAL_GMPFI_TYPE_H #ifndef CGAL_GMPFI_TYPE_H
#define CGAL_GMPFI_TYPE_H #define CGAL_GMPFI_TYPE_H

View File

@ -14,7 +14,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
// //
// Author: Luis Peñaranda <luis.penaranda@gmx.com> // Author: Luis Peñaranda <luis.penaranda@gmx.com>
// This file contains the arithmetic functions not members of the Gmpfi // This file contains the arithmetic functions not members of the Gmpfi
// class. // class.

View File

@ -14,7 +14,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
// //
// Author: Luis Peñaranda <luis.penaranda@gmx.com> // Author: Luis Peñaranda <luis.penaranda@gmx.com>
// This file contains the arithmetic functions not members of the Gmpfr // This file contains the arithmetic functions not members of the Gmpfr
// class. // class.

View File

@ -14,7 +14,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
// //
// Author: Luis Peñaranda <luis.penaranda@gmx.com> // Author: Luis Peñaranda <luis.penaranda@gmx.com>
// Michael Hemmer <Michael.Hemmer@sophia.inria.fr> // Michael Hemmer <Michael.Hemmer@sophia.inria.fr>
#ifndef CGAL_GMPFI_H #ifndef CGAL_GMPFI_H

View File

@ -14,7 +14,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
// //
// Author: Luis Peñaranda <luis.penaranda@gmx.com> // Author: Luis Peñaranda <luis.penaranda@gmx.com>
#ifndef CGAL_GMPFR_H #ifndef CGAL_GMPFR_H
#define CGAL_GMPFR_H #define CGAL_GMPFR_H

View File

@ -14,7 +14,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
// //
// Author: Luis Peñaranda <luis.penaranda@gmx.com> // Author: Luis Peñaranda <luis.penaranda@gmx.com>

View File

@ -14,7 +14,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
// //
// Author: Luis Peñaranda <luis.penaranda@gmx.com> // Author: Luis Peñaranda <luis.penaranda@gmx.com>
#ifndef CGAL_MPFR_COERCION_TRAITS_H #ifndef CGAL_MPFR_COERCION_TRAITS_H
#define CGAL_MPFR_COERCION_TRAITS_H #define CGAL_MPFR_COERCION_TRAITS_H

View File

@ -14,7 +14,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
// //
// Author: Luis Peñaranda <luis.penaranda@gmx.com> // Author: Luis Peñaranda <luis.penaranda@gmx.com>
#ifdef CGAL_USE_MPFI #ifdef CGAL_USE_MPFI
#include <CGAL/Gmpz.h> #include <CGAL/Gmpz.h>

View File

@ -14,7 +14,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
// //
// Author: Luis Peñaranda <luis.penaranda@gmx.com> // Author: Luis Peñaranda <luis.penaranda@gmx.com>
#include <CGAL/basic.h> #include <CGAL/basic.h>

View File

@ -14,7 +14,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
// //
// Author: Luis Peñaranda <luis.penaranda@gmx.com> // Author: Luis Peñaranda <luis.penaranda@gmx.com>
#ifndef CGAL_TEST_IO_H #ifndef CGAL_TEST_IO_H
#define CGAL_TEST_IO_H #define CGAL_TEST_IO_H

View File

@ -22,7 +22,7 @@
// Revision : $Revision$ // Revision : $Revision$
// Revision_date : $Date$ // Revision_date : $Date$
// //
// Author(s) : Dominik Hülse <dominik.huelse@gmx.de> // Author(s) : Dominik Hülse <dominik.huelse@gmx.de>
// Michael Hemmer <hemmer@mpi-inf.mpg.de> // Michael Hemmer <hemmer@mpi-inf.mpg.de>
// //
// ============================================================================ // ============================================================================

View File

@ -22,7 +22,7 @@
// Revision : $Revision$ // Revision : $Revision$
// Revision_date : $Date$ // Revision_date : $Date$
// //
// Author(s) : Dominik Hülse <dominik.huelse@gmx.de> // Author(s) : Dominik Hülse <dominik.huelse@gmx.de>
// Michael Hemmer <hemmer@mpi-inf.mpg.de> // Michael Hemmer <hemmer@mpi-inf.mpg.de>
// //
// ============================================================================ // ============================================================================

View File

@ -22,7 +22,7 @@
// Revision : $Revision$ // Revision : $Revision$
// Revision_date : $Date$ // Revision_date : $Date$
// //
// Author(s) : Dominik Hülse <dominik.huelse@gmx.de> // Author(s) : Dominik Hülse <dominik.huelse@gmx.de>
// Michael Hemmer <hemmer@mpi-inf.mpg.de> // Michael Hemmer <hemmer@mpi-inf.mpg.de>
// //
// ============================================================================ // ============================================================================

View File

@ -22,7 +22,7 @@
// Revision : $Revision$ // Revision : $Revision$
// Revision_date : $Date$ // Revision_date : $Date$
// //
// Author(s) : Dominik Hülse <dominik.huelse@gmx.de> // Author(s) : Dominik Hülse <dominik.huelse@gmx.de>
// Michael Hemmer <hemmer@mpi-inf.mpg.de> // Michael Hemmer <hemmer@mpi-inf.mpg.de>
// //
// ============================================================================ // ============================================================================

View File

@ -18,8 +18,8 @@
// revision : $Id$ // revision : $Id$
// revision_date : $Date$ // revision_date : $Date$
// //
// author(s) : Sven Schönherr <sven@inf.ethz.ch> // author(s) : Sven Schönherr <sven@inf.ethz.ch>
// coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>) // coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>)
// //
// implementation: test program for polytope distance (dD traits class // implementation: test program for polytope distance (dD traits class
// ============================================================================ // ============================================================================

View File

@ -18,8 +18,8 @@
// revision : $Id$ // revision : $Id$
// revision_date : $Date$ // revision_date : $Date$
// //
// author(s) : Sven Schönherr <sven@inf.ethz.ch> // author(s) : Sven Schönherr <sven@inf.ethz.ch>
// coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>) // coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>)
// //
// implementation: test function for polytope distance // implementation: test function for polytope distance
// ============================================================================ // ============================================================================

View File

@ -19,8 +19,8 @@
// revision : $Id$ // revision : $Id$
// revision_date : $Date$ // revision_date : $Date$
// //
// author(s) : Sven Schönherr <sven@inf.ethz.ch> // author(s) : Sven Schönherr <sven@inf.ethz.ch>
// coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>) // coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>)
// //
// implementation: test program for polytope distance (2D traits class) // implementation: test program for polytope distance (2D traits class)
// ============================================================================ // ============================================================================

View File

@ -19,8 +19,8 @@
// revision : $Id$ // revision : $Id$
// revision_date : $Date$ // revision_date : $Date$
// //
// author(s) : Sven Schönherr <sven@inf.ethz.ch> // author(s) : Sven Schönherr <sven@inf.ethz.ch>
// coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>) // coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>)
// //
// implementation: test program for polytope distance (3D traits class) // implementation: test program for polytope distance (3D traits class)
// ============================================================================ // ============================================================================

View File

@ -19,8 +19,8 @@
// revision : $Id$ // revision : $Id$
// revision_date : $Date$ // revision_date : $Date$
// //
// author(s) : Sven Schönherr <sven@inf.ethz.ch> // author(s) : Sven Schönherr <sven@inf.ethz.ch>
// coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>) // coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>)
// //
// implementation: test program for polytope distance (dD traits class) // implementation: test program for polytope distance (dD traits class)
// ============================================================================ // ============================================================================

View File

@ -20,7 +20,7 @@
// $Id$ // $Id$
// //
// //
// Author(s) : Sven Schönherr <sven@inf.ethz.ch> // Author(s) : Sven Schönherr <sven@inf.ethz.ch>
#include <CGAL/Random.h> #include <CGAL/Random.h>
#include <ctime> #include <ctime>

View File

@ -15,7 +15,7 @@
// revision : $Id$ // revision : $Id$
// revision_date : $Date$ // revision_date : $Date$
// //
// author(s) : Sven Schönherr <sven@inf.ethz.ch> // author(s) : Sven Schönherr <sven@inf.ethz.ch>
// coordinator : INRIA Sophia-Antipolis // coordinator : INRIA Sophia-Antipolis
// //
// implementation: test program for Random Numbers Generator // implementation: test program for Random Numbers Generator

View File

@ -15,7 +15,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
// //
// Author(s) : Marc Pouget and Frédéric Cazals // Author(s) : Marc Pouget and Frédéric Cazals
#ifndef CGAL_POLYHEDRALSURF_NEIGHBORS_H_ #ifndef CGAL_POLYHEDRALSURF_NEIGHBORS_H_
#define CGAL_POLYHEDRALSURF_NEIGHBORS_H_ #define CGAL_POLYHEDRALSURF_NEIGHBORS_H_

View File

@ -15,7 +15,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
// //
// Author(s) : Marc Pouget and Frédéric Cazals // Author(s) : Marc Pouget and Frédéric Cazals
#ifndef CGAL_RIDGE_3_H_ #ifndef CGAL_RIDGE_3_H_
#define CGAL_RIDGE_3_H_ #define CGAL_RIDGE_3_H_

View File

@ -15,7 +15,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
// //
// Author(s) : Marc Pouget and Frédéric Cazals // Author(s) : Marc Pouget and Frédéric Cazals
#ifndef CGAL_UMBILIC_H_ #ifndef CGAL_UMBILIC_H_
#define CGAL_UMBILIC_H_ #define CGAL_UMBILIC_H_

View File

@ -1,5 +1,5 @@
#ifndef _PSURF_RINGS_H_ #ifndef _POLYSURF_RINGS_H_
#define _PSURF_RINGS_H_ #define _POLYSURF_RINGS_H_
using namespace std; using namespace std;

View File

@ -20,7 +20,7 @@
// $Id$ // $Id$
// //
// //
// Author(s) : Geert-Jan Giezeman and Sven Schönherr // Author(s) : Geert-Jan Giezeman and Sven Schönherr
#include <CGAL/config.h> #include <CGAL/config.h>
#include <CGAL/assertions.h> #include <CGAL/assertions.h>

View File

@ -2,4 +2,4 @@
setopt extendedglob setopt extendedglob
file ^build*/(include|doc)/**/*.h| egrep -v ':[[:space:]]+(C(\+\+)? source, |LaTeX document, |HTML document, )?(ASCII|UTF-8 Unicode) text(, with very long lines)?$' file ^build*/(demo|test|examples|include|doc|src)/**/*.(h|hpp|H|C|c|cpp)| egrep -v ':[[:space:]]+(C(\+\+)? source, |LaTeX document, |HTML document, )?(ASCII|UTF-8 Unicode) text(, with very long lines)?$'

View File

@ -20,7 +20,7 @@
// $Id$ // $Id$
// //
// //
// Author(s) : Andreas Fabri, Hervé Brönnimann // Author(s) : Andreas Fabri, Hervé Brönnimann
#include <CGAL/IO/Color.h> #include <CGAL/IO/Color.h>

View File

@ -73,9 +73,9 @@ Which linear solver?
5 References 5 References
[DMA02] Mathieu Desbrun, Mark Meyer, and Pierre Alliez. Intrinsic parameterizations of surface meshes. Computer Graphics Forum, 21(3):209218, September 2002. [DMA02] Mathieu Desbrun, Mark Meyer, and Pierre Alliez. Intrinsic parameterizations of surface meshes. Computer Graphics Forum, 21(3):209218, September 2002.
[FH05] M. S. Floater and K. Hormann. Surface parameterization: a tutorial and survey. In N. A. Dodgson, M. S. Floater, and M. A. Sabin, editors, Advances in Multiresolution for Geometric Modelling, Mathematics and Visualization, pages 157186. Springer, Berlin, Heidelberg, 2005. [FH05] M. S. Floater and K. Hormann. Surface parameterization: a tutorial and survey. In N. A. Dodgson, M. S. Floater, and M. A. Sabin, editors, Advances in Multiresolution for Geometric Modelling, Mathematics and Visualization, pages 157186. Springer, Berlin, Heidelberg, 2005.
[Flo03] Michael Floater. Mean Value Coordinates. Computer Aided Design, 20(1):1927, 2003. [Flo03] Michael Floater. Mean Value Coordinates. Computer Aided Design, 20(1):1927, 2003.
[LPRM02] Bruno Lévy, Sylvain Petitjean, Nicolas Ray, and Jérome Maillot. Least squares conformal maps for automatic texture atlas generation. In Proceedings of the 29th Conference on Computer Graphics and Interactive Techniques SIGGRAPH, volume 21(3) of ACM Transactions on Graphics, pages 362371, 2002. [LPRM02] Bruno Lévy, Sylvain Petitjean, Nicolas Ray, and Jérome Maillot. Least squares conformal maps for automatic texture atlas generation. In Proceedings of the 29th Conference on Computer Graphics and Interactive Techniques SIGGRAPH, volume 21(3) of ACM Transactions on Graphics, pages 362371, 2002.

View File

@ -76,7 +76,7 @@ public:
} }
} }
// To future reference, I also left prev implementation which is a variant of FisherYates shuffle, however to keep `points` intact I use another vector to // To future reference, I also left prev implementation which is a variant of FisherYates shuffle, however to keep `points` intact I use another vector to
// store and swap indices. // store and swap indices.
// where n = number of points; complexity = O(n), memory overhead = O(n) // where n = number of points; complexity = O(n), memory overhead = O(n)
/* /*

View File

@ -1,4 +1,4 @@
// DialogOptions.cpp : fichier d'implémentation // DialogOptions.cpp : fichier d'implémentation
#include "stdafx.h" #include "stdafx.h"
#include "Mesh.h" #include "Mesh.h"
#include "DialogOptions.h" #include "DialogOptions.h"

View File

@ -1,7 +1,7 @@
#pragma once #pragma once
// Boîte de dialogue CDialogOptions // Boîte de dialogue CDialogOptions
class CDialogOptions : public CDialog class CDialogOptions : public CDialog
{ {
@ -11,7 +11,7 @@ public:
CDialogOptions(CWnd* pParent = NULL); // constructeur standard CDialogOptions(CWnd* pParent = NULL); // constructeur standard
virtual ~CDialogOptions(); virtual ~CDialogOptions();
// Données de boîte de dialogue // Données de boîte de dialogue
enum { IDD = IDD_DIALOG_OPTIONS }; enum { IDD = IDD_DIALOG_OPTIONS };
protected: protected: