Moved factorized 2D graph traits to /internal

This commit is contained in:
Mael Rouxel-Labbé 2019-04-29 13:21:46 +02:00
parent 9a03b19bfa
commit 64d7747f8b
16 changed files with 14 additions and 14 deletions

View File

@ -31,6 +31,6 @@
#define CGAL_2D_TRIANGULATION CGAL::Constrained_Delaunay_triangulation_2<GT, TDS, Itag>
#define CGAL_2D_TRIANGULATION_TEMPLATES GT, TDS, Itag
#include <CGAL/boost/graph/graph_traits_2D_triangulation.h>
#include <CGAL/boost/graph/internal/graph_traits_2D_triangulation.h>
#endif // CGAL_GRAPH_TRAITS_CONSTRAINED_DELAUNAY_TRIANGULATION_2_H

View File

@ -31,6 +31,6 @@
#define CGAL_2D_TRIANGULATION CGAL::Constrained_triangulation_2<GT, TDS, Itag>
#define CGAL_2D_TRIANGULATION_TEMPLATES GT, TDS, Itag
#include <CGAL/boost/graph/graph_traits_2D_triangulation.h>
#include <CGAL/boost/graph/internal/graph_traits_2D_triangulation.h>
#endif // CGAL_GRAPH_TRAITS_CONSTRAINED_TRIANGULATION_2_H

View File

@ -31,6 +31,6 @@
#define CGAL_2D_TRIANGULATION CGAL::Constrained_triangulation_plus_2<Tr>
#define CGAL_2D_TRIANGULATION_TEMPLATES Tr
#include <CGAL/boost/graph/graph_traits_2D_triangulation.h>
#include <CGAL/boost/graph/internal/graph_traits_2D_triangulation.h>
#endif // CGAL_GRAPH_TRAITS_CONSTRAINED_TRIANGULATION_PLUS_2_H

View File

@ -31,6 +31,6 @@
#define CGAL_2D_TRIANGULATION CGAL::Delaunay_triangulation_2<GT, TDS>
#define CGAL_2D_TRIANGULATION_TEMPLATES GT, TDS
#include <CGAL/boost/graph/graph_traits_2D_triangulation.h>
#include <CGAL/boost/graph/internal/graph_traits_2D_triangulation.h>
#endif // CGAL_GRAPH_TRAITS_DELAUNAY_TRIANGULATION_2_H

View File

@ -31,6 +31,6 @@
#define CGAL_2D_TRIANGULATION CGAL::Regular_triangulation_2<GT, TDS>
#define CGAL_2D_TRIANGULATION_TEMPLATES GT, TDS
#include <CGAL/boost/graph/graph_traits_2D_triangulation.h>
#include <CGAL/boost/graph/internal/graph_traits_2D_triangulation.h>
#endif // CGAL_GRAPH_TRAITS_REGULAR_TRIANGULATION_2_H

View File

@ -31,6 +31,6 @@
#define CGAL_2D_TRIANGULATION CGAL::Triangulation_2<GT, TDS>
#define CGAL_2D_TRIANGULATION_TEMPLATES GT, TDS
#include <CGAL/boost/graph/graph_traits_2D_triangulation.h>
#include <CGAL/boost/graph/internal/graph_traits_2D_triangulation.h>
#endif // CGAL_GRAPH_TRAITS_TRIANGULATION_2_H

View File

@ -31,6 +31,6 @@
#define CGAL_2D_TRIANGULATION CGAL::Triangulation_hierarchy_2<Tr>
#define CGAL_2D_TRIANGULATION_TEMPLATES Tr
#include <CGAL/boost/graph/graph_traits_2D_triangulation.h>
#include <CGAL/boost/graph/internal/graph_traits_2D_triangulation.h>
#endif // CGAL_GRAPH_TRAITS_TRIANGULATION_HIERARCHY_2_H

View File

@ -25,6 +25,6 @@
#define CGAL_2D_TRIANGULATION_TEMPLATE_PARAMETERS typename GT, typename TDS, typename Itag
#define CGAL_2D_TRIANGULATION CGAL::Constrained_Delaunay_triangulation_2<GT, TDS, Itag>
#include <CGAL/boost/graph/properties_2D_triangulation.h>
#include <CGAL/boost/graph/internal/properties_2D_triangulation.h>
#endif /* CGAL_PROPERTIES_CONSTRAINED_DELAUNAY_TRIANGULATION_2_H */

View File

@ -25,6 +25,6 @@
#define CGAL_2D_TRIANGULATION_TEMPLATE_PARAMETERS typename GT, typename TDS, typename Itag
#define CGAL_2D_TRIANGULATION CGAL::Constrained_triangulation_2<GT, TDS, Itag>
#include <CGAL/boost/graph/properties_2D_triangulation.h>
#include <CGAL/boost/graph/internal/properties_2D_triangulation.h>
#endif /* CGAL_PROPERTIES_CONSTRAINED_TRIANGULATION_2_H */

View File

@ -25,6 +25,6 @@
#define CGAL_2D_TRIANGULATION_TEMPLATE_PARAMETERS typename Tr
#define CGAL_2D_TRIANGULATION CGAL::Constrained_triangulation_plus_2<Tr>
#include <CGAL/boost/graph/properties_2D_triangulation.h>
#include <CGAL/boost/graph/internal/properties_2D_triangulation.h>
#endif /* CGAL_PROPERTIES_CONSTRAINED_TRIANGULATION_PLUS_2_H */

View File

@ -25,6 +25,6 @@
#define CGAL_2D_TRIANGULATION_TEMPLATE_PARAMETERS typename GT, typename TDS
#define CGAL_2D_TRIANGULATION CGAL::Delaunay_triangulation_2<GT, TDS>
#include <CGAL/boost/graph/properties_2D_triangulation.h>
#include <CGAL/boost/graph/internal/properties_2D_triangulation.h>
#endif /* CGAL_PROPERTIES_DELAUNAY_TRIANGULATION_2_H */

View File

@ -25,6 +25,6 @@
#define CGAL_2D_TRIANGULATION_TEMPLATE_PARAMETERS typename GT, typename TDS
#define CGAL_2D_TRIANGULATION CGAL::Regular_triangulation_2<GT, TDS>
#include <CGAL/boost/graph/properties_2D_triangulation.h>
#include <CGAL/boost/graph/internal/properties_2D_triangulation.h>
#endif /* CGAL_PROPERTIES_REGULAR_TRIANGULATION_2_H */

View File

@ -25,6 +25,6 @@
#define CGAL_2D_TRIANGULATION_TEMPLATE_PARAMETERS typename GT, typename TDS
#define CGAL_2D_TRIANGULATION CGAL::Triangulation_2<GT, TDS>
#include <CGAL/boost/graph/properties_2D_triangulation.h>
#include <CGAL/boost/graph/internal/properties_2D_triangulation.h>
#endif /* CGAL_PROPERTIES_TRIANGULATION_2_H */

View File

@ -25,6 +25,6 @@
#define CGAL_2D_TRIANGULATION_TEMPLATE_PARAMETERS typename Tr
#define CGAL_2D_TRIANGULATION CGAL::Triangulation_hierarchy_2<Tr>
#include <CGAL/boost/graph/properties_2D_triangulation.h>
#include <CGAL/boost/graph/internal/properties_2D_triangulation.h>
#endif /* CGAL_PROPERTIES_TRIANGULATION_HIERARCHY_2_H */