mirror of https://github.com/CGAL/cgal
Removing #include ... short_names
This commit is contained in:
parent
2cb3ddd05e
commit
2a5458f8ab
|
|
@ -16,7 +16,8 @@
|
|||
//
|
||||
// author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||
//
|
||||
// coordinator : INRIA Sophia Antipolis (Mariette Yvinec)
|
||||
// coordinator : INRIA Sophia Antipolis
|
||||
// (Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>)
|
||||
//
|
||||
// ============================================================================
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,8 @@
|
|||
//
|
||||
// author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||
//
|
||||
// coordinator : INRIA Sophia Antipolis (Mariette Yvinec)
|
||||
// coordinator : INRIA Sophia Antipolis
|
||||
// (Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>)
|
||||
//
|
||||
// ============================================================================
|
||||
|
||||
|
|
@ -28,8 +29,7 @@
|
|||
#include <iostream>
|
||||
#include <list>
|
||||
#include <map>
|
||||
//#include <algo>
|
||||
//#include <pair.h>
|
||||
|
||||
#include <utility>
|
||||
|
||||
#include <CGAL/Triangulation_utils_3.h>
|
||||
|
|
@ -42,7 +42,6 @@
|
|||
#include <CGAL/predicates_on_points_3.h>
|
||||
|
||||
#include <CGAL/triangulation_assertions.h>
|
||||
#include <CGAL/Triangulation_short_names_3.h>
|
||||
|
||||
#include <CGAL/Triangulation_data_structure_3.h>
|
||||
|
||||
|
|
@ -83,8 +82,6 @@ class Triangulation_3
|
|||
{
|
||||
friend std::istream& operator>> CGAL_NULL_TMPL_ARGS
|
||||
(std::istream& is, Triangulation_3<GT,Tds> &tr);
|
||||
// friend std::ostream& operator<< CGAL_NULL_TMPL_ARGS
|
||||
// (std::ostream& os, const Triangulation_3<GT,Tds> &tr);
|
||||
|
||||
friend class Triangulation_cell_3<GT,Tds>;
|
||||
friend class Triangulation_vertex_3<GT,Tds>;
|
||||
|
|
@ -98,7 +95,6 @@ class Triangulation_3
|
|||
friend Triangulation_cell_circulator_3<GT,Tds>;
|
||||
|
||||
public:
|
||||
// typedef Triangulation_3<GT,Tds> Triangulation;
|
||||
|
||||
typedef typename GT::Point Point;
|
||||
typedef typename GT::Segment Segment;
|
||||
|
|
@ -140,8 +136,8 @@ private:
|
|||
{
|
||||
infinite = (Vertex*) _tds.insert_outside_affine_hull(Vertex(Point(500,500,500)));
|
||||
// forces the compiler to instanciate debug :
|
||||
debug( infinite );
|
||||
debug( Cell_handle() );
|
||||
handle2pointer( infinite );
|
||||
handle2pointer( Cell_handle() );
|
||||
}
|
||||
|
||||
// debug
|
||||
|
|
@ -235,7 +231,7 @@ public:
|
|||
const Tds & tds() const
|
||||
{ return _tds;}
|
||||
|
||||
inline
|
||||
// inline
|
||||
int dimension() const
|
||||
{ return _tds.dimension();}
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@
|
|||
// revision : $Revision$
|
||||
// author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||
//
|
||||
// coordinator : INRIA Sophia Antipolis (Mariette Yvinec)
|
||||
// coordinator : INRIA Sophia Antipolis
|
||||
// (Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>)
|
||||
//
|
||||
// ============================================================================
|
||||
|
||||
|
|
@ -23,7 +24,6 @@
|
|||
#define CGAL_TRIANGULATION_CELL_3_H
|
||||
|
||||
#include <CGAL/Pointer.h>
|
||||
#include <CGAL/Triangulation_short_names_3.h>
|
||||
#include <CGAL/Triangulation_data_structure_3.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@
|
|||
// revision : $Revision$
|
||||
// author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||
//
|
||||
// coordinator : INRIA Sophia Antipolis (Mariette Yvinec)
|
||||
// coordinator : INRIA Sophia Antipolis
|
||||
// (Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>)
|
||||
//
|
||||
// ============================================================================
|
||||
//
|
||||
|
|
@ -27,7 +28,6 @@
|
|||
#define CGAL_TRIANGULATION_CELL_BASE_3_H
|
||||
|
||||
#include <CGAL/triangulation_assertions.h>
|
||||
#include <CGAL/Triangulation_short_names_3.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -16,18 +16,17 @@
|
|||
// revision : $Revision$
|
||||
// author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||
//
|
||||
// coordinator : INRIA Sophia Antipolis (Mariette Yvinec)
|
||||
// coordinator : INRIA Sophia Antipolis
|
||||
// (Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>)
|
||||
//
|
||||
// ============================================================================
|
||||
|
||||
#ifndef CGAL_TRIANGULATION_CIRCULATORS_3_H
|
||||
#define CGAL_TRIANGULATION_CIRCULATORS_3_H
|
||||
|
||||
// #include <pair.h>
|
||||
#include <CGAL/triple.h>
|
||||
#include <CGAL/circulator.h>
|
||||
#include <CGAL/triangulation_assertions.h>
|
||||
#include <CGAL/Triangulation_short_names_3.h>
|
||||
#include <CGAL/Triangulation_ds_circulators_3.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@
|
|||
// revision : $Revision$
|
||||
// author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||
//
|
||||
// coordinator : INRIA Sophia Antipolis (Mariette Yvinec)
|
||||
// coordinator : INRIA Sophia Antipolis
|
||||
// (Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>)
|
||||
//
|
||||
// ============================================================================
|
||||
//
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@
|
|||
// revision : $Revision$
|
||||
// author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||
//
|
||||
// coordinator : INRIA Sophia Antipolis (Mariette Yvinec)
|
||||
// coordinator : INRIA Sophia Antipolis
|
||||
// (Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>)
|
||||
//
|
||||
// ============================================================================
|
||||
//
|
||||
|
|
@ -28,7 +29,6 @@
|
|||
#ifndef CGAL_TRIANGULATION_DS_CELL_3_H
|
||||
#define CGAL_TRIANGULATION_DS_CELL_3_H
|
||||
|
||||
#include <CGAL/Triangulation_short_names_3.h>
|
||||
#include <CGAL/Triangulation_utils_3.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
|
@ -39,8 +39,6 @@ class Triangulation_ds_vertex_3;
|
|||
template < class Vb, class Cb >
|
||||
class Triangulation_data_structure_3;
|
||||
|
||||
//template < class Tds>
|
||||
//class Triangulation_ds_iterator_base_3;
|
||||
template < class Tds>
|
||||
class Triangulation_ds_cell_iterator_3;
|
||||
template < class Tds>
|
||||
|
|
|
|||
|
|
@ -15,19 +15,18 @@
|
|||
// revision : $Revision$
|
||||
// author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||
//
|
||||
// coordinator : INRIA Sophia Antipolis (Mariette Yvinec)
|
||||
// coordinator : INRIA Sophia Antipolis
|
||||
// (Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>)
|
||||
//
|
||||
// ============================================================================
|
||||
|
||||
#ifndef CGAL_TRIANGULATION_DS_CIRCULATORS_3_H
|
||||
#define CGAL_TRIANGULATION_DS_CIRCULATORS_3_H
|
||||
|
||||
//#include <pair.h>
|
||||
#include <utility>
|
||||
#include <CGAL/triple.h>
|
||||
#include <CGAL/circulator.h>
|
||||
#include <CGAL/triangulation_assertions.h>
|
||||
#include <CGAL/Triangulation_short_names_3.h>
|
||||
#include <CGAL/Triangulation_utils_3.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -15,19 +15,17 @@
|
|||
// revision : $Revision$
|
||||
// author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||
//
|
||||
// coordinator : INRIA Sophia Antipolis (Mariette Yvinec)
|
||||
// coordinator : INRIA Sophia Antipolis
|
||||
// (Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>)
|
||||
//
|
||||
// ============================================================================
|
||||
|
||||
#ifndef CGAL_TRIANGULATION_DS_ITERATORS_3_H
|
||||
#define CGAL_TRIANGULATION_DS_ITERATORS_3_H
|
||||
|
||||
//#include <pair.h>
|
||||
|
||||
#include <CGAL/triple.h>
|
||||
#include <utility>
|
||||
#include <CGAL/triangulation_assertions.h>
|
||||
#include <CGAL/Triangulation_short_names_3.h>
|
||||
|
||||
#include <CGAL/Triangulation_ds_circulators_3.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@
|
|||
// revision : $Revision$
|
||||
// author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||
//
|
||||
// coordinator : INRIA Sophia Antipolis (Mariette Yvinec)
|
||||
// coordinator : INRIA Sophia Antipolis
|
||||
// (Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>)
|
||||
//
|
||||
// ============================================================================
|
||||
//
|
||||
|
|
@ -26,7 +27,6 @@
|
|||
#ifndef CGAL_TRIANGULATION_DS_VERTEX_3_H
|
||||
#define CGAL_TRIANGULATION_DS_VERTEX_3_H
|
||||
|
||||
#include <CGAL/Triangulation_short_names_3.h>
|
||||
#include <CGAL/Triangulation_ds_iterators_3.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@
|
|||
// revision : $Revision$
|
||||
// author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||
//
|
||||
// coordinator : INRIA Sophia Antipolis (Mariette Yvinec)
|
||||
// coordinator : INRIA Sophia Antipolis
|
||||
// (Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>)
|
||||
//
|
||||
// ============================================================================
|
||||
//
|
||||
|
|
@ -33,7 +34,6 @@
|
|||
#include <CGAL/Tetrahedron_3.h>
|
||||
|
||||
#include <CGAL/triangulation_assertions.h>
|
||||
#include <CGAL/Triangulation_short_names_3.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@
|
|||
// revision : $Revision$
|
||||
// author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||
//
|
||||
// coordinator : INRIA Sophia Antipolis (Mariette Yvinec)
|
||||
// coordinator : INRIA Sophia Antipolis
|
||||
// (Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>)
|
||||
//
|
||||
// ============================================================================
|
||||
|
||||
|
|
@ -87,7 +88,7 @@ public:
|
|||
|
||||
template <class Gt, class Tds>
|
||||
Triangulation_vertex_3<Gt,Tds> *
|
||||
debug(const Triangulation_vertex_handle_3<Gt,Tds> v)
|
||||
handle2pointer(const Triangulation_vertex_handle_3<Gt,Tds> v)
|
||||
{
|
||||
return v.ptr();
|
||||
}
|
||||
|
|
@ -140,7 +141,7 @@ public:
|
|||
|
||||
template <class Gt, class Tds>
|
||||
Triangulation_cell_3<Gt,Tds> *
|
||||
debug(const Triangulation_cell_handle_3<Gt,Tds> c)
|
||||
handle2pointer(const Triangulation_cell_handle_3<Gt,Tds> c)
|
||||
{
|
||||
return c.ptr();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,18 +16,17 @@
|
|||
//
|
||||
// author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||
//
|
||||
// coordinator : INRIA Sophia Antipolis (Mariette Yvinec)
|
||||
// coordinator : INRIA Sophia Antipolis
|
||||
// (Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>)
|
||||
//
|
||||
// ============================================================================
|
||||
|
||||
#ifndef CGAL_TRIANGULATION_ITERATORS_3_H
|
||||
#define CGAL_TRIANGULATION_ITERATORS_3_H
|
||||
|
||||
//#include <pair.h>
|
||||
#include <utility>
|
||||
#include <iterator>
|
||||
#include <CGAL/triangulation_assertions.h>
|
||||
#include <CGAL/Triangulation_short_names_3.h>
|
||||
#include <CGAL/Triangulation_ds_iterators_3.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@
|
|||
// revision : $Revision$
|
||||
// author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||
//
|
||||
// coordinator : INRIA Sophia Antipolis (Mariette Yvinec)
|
||||
// coordinator : INRIA Sophia Antipolis
|
||||
// (Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>)
|
||||
//
|
||||
// ============================================================================
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@
|
|||
// revision : $Revision$
|
||||
// author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||
//
|
||||
// coordinator : INRIA Sophia Antipolis (Mariette Yvinec)
|
||||
// coordinator : INRIA Sophia Antipolis
|
||||
// (Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>)
|
||||
//
|
||||
// ============================================================================
|
||||
|
||||
|
|
@ -23,7 +24,6 @@
|
|||
#define CGAL_TRIANGULATION_VERTEX_3_H
|
||||
|
||||
#include <CGAL/Pointer.h>
|
||||
#include <CGAL/Triangulation_short_names_3.h>
|
||||
#include <CGAL/Triangulation_data_structure_3.h>
|
||||
#include <CGAL/Triangulation_circulators_3.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -15,15 +15,14 @@
|
|||
// revision : $Revision$
|
||||
// author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||
//
|
||||
// coordinator : INRIA Sophia Antipolis (Mariette Yvinec)
|
||||
// coordinator : INRIA Sophia Antipolis
|
||||
// (Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>)
|
||||
//
|
||||
// ============================================================================
|
||||
|
||||
#ifndef CGAL_TRIANGULATION_VERTEX_BASE_3_H
|
||||
#define CGAL_TRIANGULATION_VERTEX_BASE_3_H
|
||||
|
||||
#include <CGAL/Triangulation_short_names_3.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
||||
template < class GT >
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@
|
|||
// revision : $Revision$
|
||||
// author(s) : Monique Teillaud <Monique.Teillaud@sophia.inria.fr>
|
||||
//
|
||||
// coordinator : INRIA Sophia Antipolis (Mariette Yvinec)
|
||||
// coordinator : INRIA Sophia Antipolis
|
||||
// (Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>)
|
||||
//
|
||||
// ============================================================================
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue