Polyhedron

This commit is contained in:
Andreas Fabri 2018-01-17 17:13:53 +00:00
parent 5e3889127f
commit 22bd2815a3
6 changed files with 23 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <CGAL/license/Box_intersection_d.h> #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/segment_tree.h>
#include <CGAL/Box_intersection_d/Box_d.h> #include <CGAL/Box_intersection_d/Box_d.h>
@ -398,4 +399,6 @@ void box_self_intersection_all_pairs_d(
} //namespace CGAL } //namespace CGAL
#include <CGAL/enable_warnings.h>
#endif #endif

View File

@ -29,6 +29,8 @@
#ifndef CGAL_HALFEDGEDS_CUT_COMPONENT_H #ifndef CGAL_HALFEDGEDS_CUT_COMPONENT_H
#define CGAL_HALFEDGEDS_CUT_COMPONENT_H 1 #define CGAL_HALFEDGEDS_CUT_COMPONENT_H 1
#include <CGAL/disable_warnings.h>
#include <CGAL/basic.h> #include <CGAL/basic.h>
#include <CGAL/HalfedgeDS_decorator.h> #include <CGAL/HalfedgeDS_decorator.h>
@ -150,5 +152,8 @@ halfedgeDS_cut_component( HDS& hds,
} }
} //namespace CGAL } //namespace CGAL
#include <CGAL/enable_warnings.h>
#endif // CGAL_HALFEDGEDS_CUT_COMPONENT_H // #endif // CGAL_HALFEDGEDS_CUT_COMPONENT_H //
// EOF // // EOF //

View File

@ -24,6 +24,7 @@
#include <CGAL/license/Polyhedron.h> #include <CGAL/license/Polyhedron.h>
#include <CGAL/disable_warnings.h>
#include <CGAL/basic.h> #include <CGAL/basic.h>
#include <CGAL/Random_access_adaptor.h> #include <CGAL/Random_access_adaptor.h>
@ -915,5 +916,7 @@ remove_unconnected_vertices( Tag_true) {
} //namespace CGAL } //namespace CGAL
#include <CGAL/enable_warnings.h>
#endif // CGAL_POLYHEDRON_INCREMENTAL_BUILDER_3_H // #endif // CGAL_POLYHEDRON_INCREMENTAL_BUILDER_3_H //
// EOF // // EOF //

View File

@ -26,6 +26,7 @@
#include <CGAL/license/Polyhedron.h> #include <CGAL/license/Polyhedron.h>
#include <CGAL/disable_warnings.h>
#include <CGAL/basic.h> #include <CGAL/basic.h>
#include <CGAL/Kernel_traits.h> #include <CGAL/Kernel_traits.h>
@ -153,5 +154,8 @@ polyhedron_cut_plane_3( Poly& poly,
} }
} //namespace CGAL } //namespace CGAL
#include <CGAL/enable_warnings.h>
#endif // CGAL_POLYHEDRON_CUT_PLANE_3_H // #endif // CGAL_POLYHEDRON_CUT_PLANE_3_H //
// EOF // // EOF //

View File

@ -24,6 +24,7 @@
#include <CGAL/license/Polyhedron.h> #include <CGAL/license/Polyhedron.h>
#include <CGAL/disable_warnings.h>
#include <CGAL/basic.h> #include <CGAL/basic.h>
#include <CGAL/IO/File_header_OFF.h> #include <CGAL/IO/File_header_OFF.h>
@ -151,5 +152,8 @@ Polyhedron_scan_OFF<HDS>:: operator()( HDS& target) {
} }
} //namespace CGAL } //namespace CGAL
#include <CGAL/enable_warnings.h>
#endif // CGAL_IO_POLYHEDRON_SCAN_OFF_H // #endif // CGAL_IO_POLYHEDRON_SCAN_OFF_H //
// EOF // // EOF //

View File

@ -28,6 +28,8 @@
#ifndef CGAL_IN_PLACE_LIST_H #ifndef CGAL_IN_PLACE_LIST_H
#define CGAL_IN_PLACE_LIST_H 1 #define CGAL_IN_PLACE_LIST_H 1
#include <CGAL/disable_warnings.h>
#include <CGAL/basic.h> #include <CGAL/basic.h>
#include <cstddef> #include <cstddef>
#include <iterator> #include <iterator>
@ -810,4 +812,6 @@ namespace std {
} // namespace std } // namespace std
#include <CGAL/enable_warnings.h>
#endif // CGAL_IN_PLACE_LIST_H #endif // CGAL_IN_PLACE_LIST_H