mirror of https://github.com/CGAL/cgal
Segment_voronoi
This commit is contained in:
parent
87b08fdccb
commit
341d2bb249
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include <CGAL/license/Segment_Delaunay_graph_2.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
|
@ -2030,5 +2031,6 @@ std::ostream& operator<<(std::ostream& os,
|
|||
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Segment_Delaunay_graph_2_impl.h>
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_SEGMENT_DELAUNAY_GRAPH_2_H
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include <CGAL/license/Segment_Delaunay_graph_2.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Triangulation_ds_face_base_2.h>
|
||||
|
|
@ -152,4 +153,6 @@ public:
|
|||
|
||||
} //namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif //CGAL_SEGMENT_DELAUNAY_GRAPH_FACE_BASE_2_H
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include <CGAL/license/Segment_Delaunay_graph_2.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <CGAL/Segment_Delaunay_graph_2/basic.h>
|
||||
|
||||
|
|
@ -247,4 +248,6 @@ struct Segment_Delaunay_graph_filtered_traits_without_intersections_2
|
|||
|
||||
} //namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_SEGMENT_DELAUNAY_GRAPH_FILTERED_TRAITS_2_H
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include <CGAL/license/Segment_Delaunay_graph_2.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <map>
|
||||
|
||||
|
|
@ -497,5 +498,6 @@ std::ostream& operator<<(std::ostream& os,
|
|||
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Segment_Delaunay_graph_hierarchy_2_impl.h>
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_SEGMENT_DELAUNAY_GRAPH_HIERARCHY_2_H
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <CGAL/license/Segment_Delaunay_graph_2.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <CGAL/Segment_Delaunay_graph_2/basic.h>
|
||||
|
||||
|
|
@ -74,5 +75,6 @@ private:
|
|||
|
||||
} //namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_SEGMENT_DELAUNAY_GRAPH_HIERARCHY_VERTEX_BASE_2_H
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include <CGAL/license/Segment_Delaunay_graph_2.h>
|
||||
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <CGAL/Segment_Delaunay_graph_2/basic.h>
|
||||
|
||||
|
|
@ -168,4 +168,6 @@ Segment_Delaunay_graph_traits_without_intersections_2<Filtered_kernel<R>,
|
|||
|
||||
} //namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_SEGMENT_DELAUNAY_GRAPH_TRAITS_2_H
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <CGAL/license/Segment_Delaunay_graph_2.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <CGAL/Segment_Delaunay_graph_2/basic.h>
|
||||
|
||||
|
|
@ -100,4 +101,6 @@ private:
|
|||
|
||||
} //namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_SEGMENT_DELAUNAY_GRAPH_VERTEX_BASE_2_H
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <CGAL/license/Segment_Delaunay_graph_Linf_2.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
|
@ -483,5 +484,6 @@ public:
|
|||
|
||||
#include <CGAL/Segment_Delaunay_graph_Linf_2/Segment_Delaunay_graph_Linf_2_impl.h>
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_SEGMENT_DELAUNAY_GRAPH_LINF_2_H
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <CGAL/license/Segment_Delaunay_graph_Linf_2.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <CGAL/Segment_Delaunay_graph_Linf_2/basic.h>
|
||||
|
||||
|
|
@ -246,4 +247,6 @@ struct Segment_Delaunay_graph_Linf_filtered_traits_without_intersections_2
|
|||
|
||||
} //namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_SEGMENT_DELAUNAY_GRAPH_LINF_FILTERED_TRAITS_2_H
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <CGAL/license/Segment_Delaunay_graph_Linf_2.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <CGAL/Segment_Delaunay_graph_Linf_2.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_hierarchy_2.h>
|
||||
|
|
@ -80,4 +81,6 @@ class Segment_Delaunay_graph_Linf_hierarchy_2
|
|||
|
||||
} //namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_SEGMENT_DELAUNAY_GRAPH_LINF_HIERARCHY_2_H
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <CGAL/license/Segment_Delaunay_graph_Linf_2.h>
|
||||
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <CGAL/Segment_Delaunay_graph_Linf_2/basic.h>
|
||||
|
||||
|
|
@ -167,4 +167,6 @@ Segment_Delaunay_graph_Linf_traits_without_intersections_2<Filtered_kernel<R>,
|
|||
|
||||
} //namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_SEGMENT_DELAUNAY_GRAPH_LINF_TRAITS_2_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue