mirror of https://github.com/CGAL/cgal
Remover short name macros. See PR 1551.
This commit is contained in:
parent
c1ae415b18
commit
7df2a2df3b
|
|
@ -19,7 +19,6 @@
|
||||||
// Sylvain Pion
|
// Sylvain Pion
|
||||||
// Andreas Fabri <Andreas.Fabri@sophia.inria.fr>
|
// Andreas Fabri <Andreas.Fabri@sophia.inria.fr>
|
||||||
|
|
||||||
|
|
||||||
#ifndef CGAL_DELAUNAY_TRIANGULATION_3_H
|
#ifndef CGAL_DELAUNAY_TRIANGULATION_3_H
|
||||||
#define CGAL_DELAUNAY_TRIANGULATION_3_H
|
#define CGAL_DELAUNAY_TRIANGULATION_3_H
|
||||||
|
|
||||||
|
|
@ -28,7 +27,6 @@
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <CGAL/Triangulation_short_names_3.h>
|
|
||||||
#include <CGAL/Triangulation_3.h>
|
#include <CGAL/Triangulation_3.h>
|
||||||
#include <CGAL/Delaunay_remove_tds_3.h>
|
#include <CGAL/Delaunay_remove_tds_3.h>
|
||||||
#include <CGAL/iterator.h>
|
#include <CGAL/iterator.h>
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@
|
||||||
#define CGAL_TRIANGULATION_DUMMY_TDS_3_H
|
#define CGAL_TRIANGULATION_DUMMY_TDS_3_H
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/basic.h>
|
||||||
#include <CGAL/Triangulation_short_names_3.h>
|
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,6 @@
|
||||||
|
|
||||||
#include <set>
|
#include <set>
|
||||||
|
|
||||||
#include <CGAL/Triangulation_short_names_3.h>
|
|
||||||
#include <CGAL/Triangulation_3.h>
|
#include <CGAL/Triangulation_3.h>
|
||||||
#include <CGAL/Regular_triangulation_cell_base_3.h>
|
#include <CGAL/Regular_triangulation_cell_base_3.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
// $URL$
|
// $URL$
|
||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
//
|
|
||||||
// Author(s) : Sylvain Pion
|
// Author(s) : Sylvain Pion
|
||||||
// Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
// Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||||
// Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>
|
// Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>
|
||||||
|
|
@ -23,7 +22,6 @@
|
||||||
#define CGAL_REGULAR_TRIANGULATION_EUCLIDEAN_TRAITS_3_H
|
#define CGAL_REGULAR_TRIANGULATION_EUCLIDEAN_TRAITS_3_H
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/basic.h>
|
||||||
#include <CGAL/Triangulation_short_names_3.h>
|
|
||||||
#include <CGAL/triangulation_assertions.h>
|
#include <CGAL/triangulation_assertions.h>
|
||||||
#include <CGAL/Weighted_point.h>
|
#include <CGAL/Weighted_point.h>
|
||||||
#include <CGAL/representation_tags.h>
|
#include <CGAL/representation_tags.h>
|
||||||
|
|
|
||||||
|
|
@ -14,11 +14,9 @@
|
||||||
// $URL$
|
// $URL$
|
||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
//
|
|
||||||
// Author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
// Author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||||
// Sylvain Pion
|
// Sylvain Pion
|
||||||
|
|
||||||
|
|
||||||
#ifndef CGAL_TRIANGULATION_3_H
|
#ifndef CGAL_TRIANGULATION_3_H
|
||||||
#define CGAL_TRIANGULATION_3_H
|
#define CGAL_TRIANGULATION_3_H
|
||||||
|
|
||||||
|
|
@ -31,7 +29,6 @@
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <stack>
|
#include <stack>
|
||||||
|
|
||||||
#include <CGAL/Triangulation_short_names_3.h>
|
|
||||||
#include <CGAL/triangulation_assertions.h>
|
#include <CGAL/triangulation_assertions.h>
|
||||||
#include <CGAL/Triangulation_utils_3.h>
|
#include <CGAL/Triangulation_utils_3.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
// $URL$
|
// $URL$
|
||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
//
|
|
||||||
// Author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
// Author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||||
// Sylvain Pion
|
// Sylvain Pion
|
||||||
|
|
||||||
|
|
@ -25,7 +24,6 @@
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/basic.h>
|
||||||
#include <CGAL/triangulation_assertions.h>
|
#include <CGAL/triangulation_assertions.h>
|
||||||
#include <CGAL/Triangulation_short_names_3.h>
|
|
||||||
#include <CGAL/Triangulation_ds_cell_base_3.h>
|
#include <CGAL/Triangulation_ds_cell_base_3.h>
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/basic.h>
|
||||||
#include <CGAL/triangulation_assertions.h>
|
#include <CGAL/triangulation_assertions.h>
|
||||||
#include <CGAL/Triangulation_short_names_3.h>
|
|
||||||
#include <CGAL/Triangulation_ds_cell_base_3.h>
|
#include <CGAL/Triangulation_ds_cell_base_3.h>
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
|
||||||
|
|
@ -14,15 +14,12 @@
|
||||||
// $URL$
|
// $URL$
|
||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
//
|
|
||||||
// Author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
// Author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||||
// Sylvain Pion
|
// Sylvain Pion
|
||||||
//
|
|
||||||
// combinatorial triangulation of the boundary of a polytope
|
// combinatorial triangulation of the boundary of a polytope
|
||||||
// of dimension d in dimension d+1
|
// of dimension d in dimension d+1
|
||||||
// for -1 <= d <= 3
|
// for -1 <= d <= 3
|
||||||
//
|
|
||||||
// ============================================================================
|
|
||||||
|
|
||||||
#ifndef CGAL_TRIANGULATION_DATA_STRUCTURE_3_H
|
#ifndef CGAL_TRIANGULATION_DATA_STRUCTURE_3_H
|
||||||
#define CGAL_TRIANGULATION_DATA_STRUCTURE_3_H
|
#define CGAL_TRIANGULATION_DATA_STRUCTURE_3_H
|
||||||
|
|
@ -38,7 +35,6 @@
|
||||||
#include <CGAL/utility.h>
|
#include <CGAL/utility.h>
|
||||||
#include <CGAL/iterator.h>
|
#include <CGAL/iterator.h>
|
||||||
|
|
||||||
#include <CGAL/Triangulation_short_names_3.h>
|
|
||||||
#include <CGAL/triangulation_assertions.h>
|
#include <CGAL/triangulation_assertions.h>
|
||||||
#include <CGAL/Triangulation_utils_3.h>
|
#include <CGAL/Triangulation_utils_3.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
// $URL$
|
// $URL$
|
||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
//
|
|
||||||
// Author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
// Author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||||
// Sylvain Pion
|
// Sylvain Pion
|
||||||
|
|
||||||
|
|
@ -25,7 +24,6 @@
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/basic.h>
|
||||||
#include <CGAL/triangulation_assertions.h>
|
#include <CGAL/triangulation_assertions.h>
|
||||||
#include <CGAL/Triangulation_short_names_3.h>
|
|
||||||
#include <CGAL/Dummy_tds_3.h>
|
#include <CGAL/Dummy_tds_3.h>
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
|
||||||
|
|
@ -14,13 +14,11 @@
|
||||||
// $URL$
|
// $URL$
|
||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
//
|
|
||||||
// Author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
// Author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||||
|
|
||||||
#ifndef CGAL_TRIANGULATION_DS_CIRCULATORS_3_H
|
#ifndef CGAL_TRIANGULATION_DS_CIRCULATORS_3_H
|
||||||
#define CGAL_TRIANGULATION_DS_CIRCULATORS_3_H
|
#define CGAL_TRIANGULATION_DS_CIRCULATORS_3_H
|
||||||
|
|
||||||
#include <CGAL/Triangulation_short_names_3.h>
|
|
||||||
#include <CGAL/triangulation_assertions.h>
|
#include <CGAL/triangulation_assertions.h>
|
||||||
#include <CGAL/Triangulation_utils_3.h>
|
#include <CGAL/Triangulation_utils_3.h>
|
||||||
#include <CGAL/circulator_bases.h>
|
#include <CGAL/circulator_bases.h>
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
// $URL$
|
// $URL$
|
||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
//
|
|
||||||
// Author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
// Author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||||
|
|
||||||
#ifndef CGAL_TRIANGULATION_DS_ITERATORS_3_H
|
#ifndef CGAL_TRIANGULATION_DS_ITERATORS_3_H
|
||||||
|
|
@ -22,7 +21,6 @@
|
||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#include <CGAL/Triangulation_short_names_3.h>
|
|
||||||
#include <CGAL/triangulation_assertions.h>
|
#include <CGAL/triangulation_assertions.h>
|
||||||
#include <CGAL/Triangulation_ds_circulators_3.h>
|
#include <CGAL/Triangulation_ds_circulators_3.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,14 +14,12 @@
|
||||||
// $URL$
|
// $URL$
|
||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
//
|
|
||||||
// Author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
// Author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||||
|
|
||||||
#ifndef CGAL_TRIANGULATION_DS_VERTEX_BASE_3_H
|
#ifndef CGAL_TRIANGULATION_DS_VERTEX_BASE_3_H
|
||||||
#define CGAL_TRIANGULATION_DS_VERTEX_BASE_3_H
|
#define CGAL_TRIANGULATION_DS_VERTEX_BASE_3_H
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/basic.h>
|
||||||
#include <CGAL/Triangulation_short_names_3.h>
|
|
||||||
#include <CGAL/Dummy_tds_3.h>
|
#include <CGAL/Dummy_tds_3.h>
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
|
||||||
|
|
@ -14,13 +14,10 @@
|
||||||
// $URL$
|
// $URL$
|
||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
//
|
|
||||||
// Author(s) : Andreas Fabri <Andreas.Fabri@sophia.inria.fr>
|
// Author(s) : Andreas Fabri <Andreas.Fabri@sophia.inria.fr>
|
||||||
// Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
// Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||||
//
|
|
||||||
// geometric traits for a <=3 D triangulation
|
// geometric traits for a <=3 D triangulation
|
||||||
//
|
|
||||||
// ============================================================================
|
|
||||||
|
|
||||||
// OBSOLETE !!!!!!!!!!!!!!!!!
|
// OBSOLETE !!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
|
@ -30,7 +27,6 @@
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/basic.h>
|
||||||
|
|
||||||
#include <CGAL/triangulation_assertions.h>
|
#include <CGAL/triangulation_assertions.h>
|
||||||
#include <CGAL/Triangulation_short_names_3.h>
|
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
// $URL$
|
// $URL$
|
||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
//
|
|
||||||
// Author(s) : Olivier Devillers <Olivier.Devillers@sophia.inria.fr>
|
// Author(s) : Olivier Devillers <Olivier.Devillers@sophia.inria.fr>
|
||||||
// Sylvain Pion
|
// Sylvain Pion
|
||||||
|
|
||||||
|
|
@ -22,7 +21,6 @@
|
||||||
#define CGAL_TRIANGULATION_HIERARCHY_3_H
|
#define CGAL_TRIANGULATION_HIERARCHY_3_H
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/basic.h>
|
||||||
#include <CGAL/Triangulation_short_names_3.h>
|
|
||||||
#include <CGAL/Random.h>
|
#include <CGAL/Random.h>
|
||||||
#include <CGAL/Triangulation_hierarchy_vertex_base_3.h>
|
#include <CGAL/Triangulation_hierarchy_vertex_base_3.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
// $URL$
|
// $URL$
|
||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
//
|
|
||||||
// Author(s) : Olivier Devillers <Olivier.Devillers@sophia.inria.fr>
|
// Author(s) : Olivier Devillers <Olivier.Devillers@sophia.inria.fr>
|
||||||
// Sylvain Pion
|
// Sylvain Pion
|
||||||
|
|
||||||
|
|
@ -22,7 +21,6 @@
|
||||||
#define CGAL_TRIANGULATION_HIERARCHY_VERTEX_BASE_3_H
|
#define CGAL_TRIANGULATION_HIERARCHY_VERTEX_BASE_3_H
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/basic.h>
|
||||||
#include <CGAL/Triangulation_short_names_3.h>
|
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,54 +0,0 @@
|
||||||
// Copyright (c) 1999 INRIA Sophia-Antipolis (France).
|
|
||||||
// All rights reserved.
|
|
||||||
//
|
|
||||||
// This file is part of CGAL (www.cgal.org); you may redistribute it under
|
|
||||||
// the terms of the Q Public License version 1.0.
|
|
||||||
// See the file LICENSE.QPL 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) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
|
||||||
|
|
||||||
#ifndef CGAL_TRIANGULATION_SHORT_NAMES_3_H
|
|
||||||
#define CGAL_TRIANGULATION_SHORT_NAMES_3_H
|
|
||||||
|
|
||||||
#if 0 // Disabled to see if it's still really needed.
|
|
||||||
|
|
||||||
#define Triangulation_vertex_base_3 T_vb3
|
|
||||||
#define Triangulation_cell_base_3 T_cb3
|
|
||||||
|
|
||||||
#define Triangulation_data_structure_3 TDS3
|
|
||||||
|
|
||||||
#define Triangulation_ds_vertex_base_3 TDS_vb3
|
|
||||||
#define Triangulation_ds_cell_base_3 TDS_cb3
|
|
||||||
|
|
||||||
#define Triangulation_ds_edge_iterator_3 TDS_eit3
|
|
||||||
#define Triangulation_ds_facet_iterator_3 TDS_fit3
|
|
||||||
|
|
||||||
#define Triangulation_ds_cell_circulator_3 TDS_ccir3
|
|
||||||
#define Triangulation_ds_facet_circulator_3 TDS_fcir3
|
|
||||||
|
|
||||||
#define Triangulation_3 TR3
|
|
||||||
|
|
||||||
#define Delaunay_triangulation_3 DT3
|
|
||||||
#define Delaunay_remove_tds_face_3_2 DRf32
|
|
||||||
#define Delaunay_remove_tds_vertex_3_2 DRv32
|
|
||||||
|
|
||||||
#define Regular_triangulation_euclidean_traits_3 R_gt3
|
|
||||||
#define Regular_triangulation_filtered_traits_3 R_ft3
|
|
||||||
#define Regular_triangulation_3 RT3
|
|
||||||
|
|
||||||
#define Triangulation_hierarchy_3 TH3
|
|
||||||
#define Triangulation_hierarchy_vertex_base_3 TH_vb3
|
|
||||||
|
|
||||||
#endif // 0
|
|
||||||
|
|
||||||
#endif // CGAL_TRIANGULATION_SHORT_NAMES_3_H
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
// $URL$
|
// $URL$
|
||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
//
|
|
||||||
// Author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
// Author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||||
|
|
||||||
#ifndef CGAL_TRIANGULATION_UTILS_3_H
|
#ifndef CGAL_TRIANGULATION_UTILS_3_H
|
||||||
|
|
@ -22,7 +21,6 @@
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/basic.h>
|
||||||
#include <CGAL/triangulation_assertions.h>
|
#include <CGAL/triangulation_assertions.h>
|
||||||
#include <CGAL/Triangulation_short_names_3.h>
|
|
||||||
#include <CGAL/Triangulation_utils_2.h>
|
#include <CGAL/Triangulation_utils_2.h>
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
|
||||||
|
|
@ -14,14 +14,12 @@
|
||||||
// $URL$
|
// $URL$
|
||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
//
|
|
||||||
// Author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
// Author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||||
|
|
||||||
#ifndef CGAL_TRIANGULATION_VERTEX_BASE_3_H
|
#ifndef CGAL_TRIANGULATION_VERTEX_BASE_3_H
|
||||||
#define CGAL_TRIANGULATION_VERTEX_BASE_3_H
|
#define CGAL_TRIANGULATION_VERTEX_BASE_3_H
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/basic.h>
|
||||||
#include <CGAL/Triangulation_short_names_3.h>
|
|
||||||
#include <CGAL/Triangulation_ds_vertex_base_3.h>
|
#include <CGAL/Triangulation_ds_vertex_base_3.h>
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue