mirror of https://github.com/CGAL/cgal
55 lines
1.9 KiB
C
55 lines
1.9 KiB
C
// 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
|