mirror of https://github.com/CGAL/cgal
Merge pull request #5929 from MaelRL/OBB-Misc_improvements-GF
OBB: Change package category
This commit is contained in:
commit
04a3f683ec
|
|
@ -134,7 +134,6 @@
|
|||
\package_listing{AABB_tree}
|
||||
\package_listing{Orthtree}
|
||||
\package_listing{Spatial_sorting}
|
||||
\package_listing{Optimal_bounding_box}
|
||||
|
||||
\cgalPackageSection{PartGeometricOptimization,Geometric Optimization}
|
||||
|
||||
|
|
@ -142,6 +141,7 @@
|
|||
\package_listing{Inscribed_areas}
|
||||
\package_listing{Polytope_distance_d}
|
||||
\package_listing{Principal_component_analysis}
|
||||
\package_listing{Optimal_bounding_box}
|
||||
|
||||
\cgalPackageSection{PartInterpolation,Interpolation}
|
||||
|
||||
|
|
|
|||
|
|
@ -14,10 +14,10 @@
|
|||
|
||||
#include <CGAL/license/Optimal_bounding_box.h>
|
||||
|
||||
#include <CGAL/assertions.h>
|
||||
#include <CGAL/ch_akl_toussaint.h>
|
||||
#include <CGAL/min_quadrilateral_2.h>
|
||||
#include <CGAL/Polygon_2.h>
|
||||
#include <CGAL/number_type_config.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <iterator>
|
||||
|
|
|
|||
|
|
@ -19,19 +19,16 @@
|
|||
#include <CGAL/Optimal_bounding_box/internal/population.h>
|
||||
#include <CGAL/Optimal_bounding_box/Oriented_bounding_box_traits_3.h>
|
||||
|
||||
#include <CGAL/boost/graph/Named_function_parameters.h>
|
||||
#include <CGAL/boost/graph/named_params_helper.h>
|
||||
|
||||
#include <CGAL/Aff_transformation_3.h>
|
||||
#include <CGAL/assertions.h>
|
||||
#include <CGAL/boost/graph/helpers.h>
|
||||
#include <CGAL/boost/graph/Named_function_parameters.h>
|
||||
#include <CGAL/boost/graph/named_params_helper.h>
|
||||
#include <CGAL/convex_hull_3.h>
|
||||
#include <CGAL/Convex_hull_traits_3.h>
|
||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
#include <CGAL/Iso_cuboid_3.h>
|
||||
#include <CGAL/Iterator_range.h>
|
||||
#include <CGAL/Kernel_traits.h>
|
||||
#include <CGAL/Random.h>
|
||||
#include <CGAL/Simple_cartesian.h>
|
||||
|
||||
#ifdef CGAL_OPTIMAL_BOUNDING_BOX_BENCHMARKS
|
||||
#include <CGAL/Real_timer.h>
|
||||
|
|
|
|||
|
|
@ -10,13 +10,11 @@ Distance_2
|
|||
Distance_3
|
||||
Filtered_kernel
|
||||
Hash_map
|
||||
Homogeneous_kernel
|
||||
Installation
|
||||
Intersections_2
|
||||
Intersections_3
|
||||
Interval_support
|
||||
Kernel_23
|
||||
Kernel_d
|
||||
Modular_arithmetic
|
||||
Number_types
|
||||
Optimal_bounding_box
|
||||
|
|
|
|||
Loading…
Reference in New Issue