mirror of https://github.com/CGAL/cgal
Fixed some includes
This commit is contained in:
parent
303edf3517
commit
f143463fc8
|
|
@ -25,11 +25,9 @@
|
|||
|
||||
#include <CGAL/license/Periodic_3_triangulation_3.h>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/internal/Periodic_3_construct_point_3.h>
|
||||
#include <CGAL/internal/Functor_with_offset_points_adaptor.h>
|
||||
#include <CGAL/Periodic_3_offset_3.h>
|
||||
#include <CGAL/Traits_with_offsets_adaptor.h>
|
||||
#include <CGAL/Periodic_3_construct_point_3.h>
|
||||
#include <CGAL/internal/Has_boolean_tags.h>
|
||||
#include <CGAL/Periodic_3_triangulation_traits_3.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
|
|
|||
|
|
@ -706,7 +706,7 @@ public:
|
|||
}
|
||||
|
||||
#define CGAL_INCLUDE_FROM_PERIODIC_3_REGULAR_TRIANGULATION_3_H
|
||||
#include <CGAL/Periodic_3_regular_triangulation_dummy_288.h>
|
||||
#include <CGAL/internal/Periodic_3_regular_triangulation_dummy_288.h>
|
||||
#undef CGAL_INCLUDE_FROM_PERIODIC_3_REGULAR_TRIANGULATION_3_H
|
||||
|
||||
Vertex_handle nearest_power_vertex(const Bare_point& p, Cell_handle start) const
|
||||
|
|
|
|||
|
|
@ -25,9 +25,9 @@
|
|||
|
||||
#include <CGAL/license/Periodic_3_triangulation_3.h>
|
||||
|
||||
#include <CGAL/internal/Functor_with_offset_weighted_points_adaptor.h>
|
||||
#include <CGAL/internal/Periodic_3_construct_weighted_point_3.h>
|
||||
#include <CGAL/Periodic_3_offset_3.h>
|
||||
#include <CGAL/Regular_traits_with_offsets_adaptor.h>
|
||||
#include <CGAL/Periodic_3_construct_weighted_point_3.h>
|
||||
#include <CGAL/Periodic_3_triangulation_traits_3.h>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
#include <CGAL/Triangulation_cell_base_3.h>
|
||||
#include <CGAL/Triangulation_vertex_base_3.h>
|
||||
|
||||
#include <CGAL/Periodic_3_triangulation_iterators_3.h>
|
||||
#include <CGAL/internal/Periodic_3_triangulation_iterators_3.h>
|
||||
|
||||
#include <CGAL/Unique_hash_map.h>
|
||||
|
||||
|
|
@ -2750,7 +2750,7 @@ Periodic_3_triangulation_3<GT,TDS>::create_initial_triangulation(
|
|||
return vir_vertices[0][0][0];
|
||||
}
|
||||
#define CGAL_INCLUDE_FROM_PERIODIC_3_TRIANGULATION_3_H
|
||||
#include <CGAL/Periodic_3_triangulation_dummy_36.h>
|
||||
#include <CGAL/internal/Periodic_3_triangulation_dummy_36.h>
|
||||
#undef CGAL_INCLUDE_FROM_PERIODIC_3_TRIANGULATION_3_H
|
||||
|
||||
/** finds all cells that are in conflict with the currently added point
|
||||
|
|
|
|||
|
|
@ -24,12 +24,13 @@
|
|||
|
||||
#include <CGAL/license/Periodic_3_triangulation_3.h>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/internal/Periodic_3_construct_point_3.h>
|
||||
#include <CGAL/internal/Functor_with_offset_points_adaptor.h>
|
||||
#include <CGAL/Periodic_3_offset_3.h>
|
||||
#include <CGAL/Periodic_3_construct_point_3.h>
|
||||
#include <CGAL/triangulation_assertions.h>
|
||||
#include <CGAL/Traits_with_offsets_adaptor.h>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/internal/Has_boolean_tags.h>
|
||||
#include <CGAL/triangulation_assertions.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
#include <CGAL/license/Periodic_3_triangulation_3.h>
|
||||
|
||||
#include <CGAL/internal/Static_filters/Periodic_3_side_of_oriented_sphere_3.h>
|
||||
#include <CGAL/internal/Periodic_3_Delaunay_triangulation_filtered_traits_3.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,10 @@
|
|||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Periodic_3_offset_3.h>
|
||||
|
||||
#include <CGAL/internal/Periodic_3_Delaunay_triangulation_remove_traits_3.h>
|
||||
|
||||
#include <utility>
|
||||
|
||||
namespace CGAL
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
#include <CGAL/license/Periodic_3_triangulation_3.h>
|
||||
|
||||
#include <CGAL/internal/Static_filters/Periodic_3_power_side_of_oriented_power_sphere_3.h>
|
||||
#include <CGAL/internal/Periodic_3_regular_triangulation_filtered_traits_3.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
#include <CGAL/license/Periodic_3_triangulation_3.h>
|
||||
|
||||
#include <CGAL/internal/Static_filters/Periodic_3_orientation_3.h>
|
||||
#include <CGAL/internal/Periodic_3_triangulation_filtered_traits_3.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue