mirror of https://github.com/CGAL/cgal
Misc cleaning
This commit is contained in:
parent
c5ce2c0e3f
commit
640dffc12b
|
|
@ -287,7 +287,7 @@ public:
|
||||||
|
|
||||||
Note that a triangulation of dimension `1` is just a polygon drawn on a circle. The polygon is
|
Note that a triangulation of dimension `1` is just a polygon drawn on a circle. The polygon is
|
||||||
not triangulated itself. Thus the triangulation of dimension one consists of one polygon and
|
not triangulated itself. Thus the triangulation of dimension one consists of one polygon and
|
||||||
has no “real” faces.
|
has no faces.
|
||||||
*/
|
*/
|
||||||
int dimension() const;
|
int dimension() const;
|
||||||
|
|
||||||
|
|
@ -456,7 +456,7 @@ public:
|
||||||
/*!
|
/*!
|
||||||
returns a range of iterators over all solid edges.
|
returns a range of iterators over all solid edges.
|
||||||
*/
|
*/
|
||||||
All_edges all_edges() const;
|
Solid_edges solid_edges() const;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
returns a range of iterators over all the points of the triangulations.
|
returns a range of iterators over all the points of the triangulations.
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,9 @@
|
||||||
// $Id$
|
// $Id$
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
||||||
//
|
//
|
||||||
// Author(s) : Mariette Yvinec, Claudia Werner
|
// Author(s) : Mariette Yvinec,
|
||||||
|
// Claudia Werner
|
||||||
|
// Mael Rouxel-Labbé
|
||||||
|
|
||||||
#ifndef CGAL_TRIANGULATION_ON_SPHERE_PROJECTION_SPHERE_TRAITS_3_H
|
#ifndef CGAL_TRIANGULATION_ON_SPHERE_PROJECTION_SPHERE_TRAITS_3_H
|
||||||
#define CGAL_TRIANGULATION_ON_SPHERE_PROJECTION_SPHERE_TRAITS_3_H
|
#define CGAL_TRIANGULATION_ON_SPHERE_PROJECTION_SPHERE_TRAITS_3_H
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,9 @@
|
||||||
// $Id$
|
// $Id$
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
||||||
//
|
//
|
||||||
// Author(s) : Mariette Yvinec, Claudia Werner
|
// Author(s) : Mariette Yvinec,
|
||||||
|
// Claudia Werner
|
||||||
|
// Mael Rouxel-Labbé
|
||||||
|
|
||||||
#ifndef CGAL_TRIANGULATION_ON_SPHERE_FACE_BASE_2_H
|
#ifndef CGAL_TRIANGULATION_ON_SPHERE_FACE_BASE_2_H
|
||||||
#define CGAL_TRIANGULATION_ON_SPHERE_FACE_BASE_2_H
|
#define CGAL_TRIANGULATION_ON_SPHERE_FACE_BASE_2_H
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,6 @@ typedef CGAL::Delaunay_triangulation_on_sphere_traits_2<K> Gt;
|
||||||
typedef Gt::Orientation_on_sphere_2 Orientation_on_sphere_2;
|
typedef Gt::Orientation_on_sphere_2 Orientation_on_sphere_2;
|
||||||
typedef Gt::Side_of_oriented_circle_on_sphere_2 Side_of_oriented_circle_on_sphere_2;
|
typedef Gt::Side_of_oriented_circle_on_sphere_2 Side_of_oriented_circle_on_sphere_2;
|
||||||
|
|
||||||
// @fixme rename this file; 'regular' has a special meaning
|
|
||||||
// also rename 'test_random.cpp' / 'test_remove.cpp', too vague
|
|
||||||
int main(int, char**)
|
int main(int, char**)
|
||||||
{
|
{
|
||||||
Point P0 ( 0, 0, 0);
|
Point P0 ( 0, 0, 0);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue