mirror of https://github.com/CGAL/cgal
Polyhedron
This commit is contained in:
parent
5e3889127f
commit
22bd2815a3
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <CGAL/license/Box_intersection_d.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <CGAL/Box_intersection_d/segment_tree.h>
|
||||
#include <CGAL/Box_intersection_d/Box_d.h>
|
||||
|
|
@ -398,4 +399,6 @@ void box_self_intersection_all_pairs_d(
|
|||
|
||||
} //namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -29,6 +29,8 @@
|
|||
#ifndef CGAL_HALFEDGEDS_CUT_COMPONENT_H
|
||||
#define CGAL_HALFEDGEDS_CUT_COMPONENT_H 1
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/HalfedgeDS_decorator.h>
|
||||
|
||||
|
|
@ -150,5 +152,8 @@ halfedgeDS_cut_component( HDS& hds,
|
|||
}
|
||||
|
||||
} //namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_HALFEDGEDS_CUT_COMPONENT_H //
|
||||
// EOF //
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include <CGAL/license/Polyhedron.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Random_access_adaptor.h>
|
||||
|
|
@ -915,5 +916,7 @@ remove_unconnected_vertices( Tag_true) {
|
|||
|
||||
} //namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_POLYHEDRON_INCREMENTAL_BUILDER_3_H //
|
||||
// EOF //
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include <CGAL/license/Polyhedron.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Kernel_traits.h>
|
||||
|
|
@ -153,5 +154,8 @@ polyhedron_cut_plane_3( Poly& poly,
|
|||
}
|
||||
|
||||
} //namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_POLYHEDRON_CUT_PLANE_3_H //
|
||||
// EOF //
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include <CGAL/license/Polyhedron.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/IO/File_header_OFF.h>
|
||||
|
|
@ -151,5 +152,8 @@ Polyhedron_scan_OFF<HDS>:: operator()( HDS& target) {
|
|||
}
|
||||
|
||||
} //namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_IO_POLYHEDRON_SCAN_OFF_H //
|
||||
// EOF //
|
||||
|
|
|
|||
|
|
@ -28,6 +28,8 @@
|
|||
#ifndef CGAL_IN_PLACE_LIST_H
|
||||
#define CGAL_IN_PLACE_LIST_H 1
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <cstddef>
|
||||
#include <iterator>
|
||||
|
|
@ -810,4 +812,6 @@ namespace std {
|
|||
|
||||
} // namespace std
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_IN_PLACE_LIST_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue