diff --git a/Kernel_d/doc/Kernel_d/CGAL/Epeck_d.h b/Kernel_d/doc/Kernel_d/CGAL/Epeck_d.h index 3fd0b7132ac..bf291d6ee74 100644 --- a/Kernel_d/doc/Kernel_d/CGAL/Epeck_d.h +++ b/Kernel_d/doc/Kernel_d/CGAL/Epeck_d.h @@ -163,11 +163,20 @@ public: */ FT operator()(Weighted_point_d pw, Weighted_point_d qw); }; + +class Construct_bbox_d { +public: +/*! returns the bounding box of point `p`. + */ + Bbox_d operator()(Point_d p); +}; + Construct_circumcenter_d construct_circumcenter_d_object(); Compute_power_product_d compute_power_product_d_object(); Compute_squared_radius_d compute_squared_radius_d_object(); Compute_squared_radius_smallest_orthogonal_sphere_d compute_squared_radius_smallest_orthogonal_sphere_d_object(); Construct_power_sphere_d construct_power_sphere_d_object(); Power_side_of_bounded_power_sphere_d power_side_of_bounded_power_sphere_d_object(); +Construct_bbox_d construct_bbox_d_object(); }; /* end Epeck_d */ } /* end namespace CGAL */ diff --git a/Kernel_d/doc/Kernel_d/CGAL/Epick_d.h b/Kernel_d/doc/Kernel_d/CGAL/Epick_d.h index 44b375287bf..34a8b221e5a 100644 --- a/Kernel_d/doc/Kernel_d/CGAL/Epick_d.h +++ b/Kernel_d/doc/Kernel_d/CGAL/Epick_d.h @@ -151,11 +151,20 @@ public: */ FT operator()(Weighted_point_d pw, Weighted_point_d qw); }; + +class Construct_bbox_d { +public: +/*! returns the bounding box of point `p`. + */ + Bbox_d operator()(Point_d p); +}; + Construct_circumcenter_d construct_circumcenter_d_object(); Compute_power_product_d compute_power_product_d_object(); Compute_squared_radius_d compute_squared_radius_d_object(); Compute_squared_radius_smallest_orthogonal_sphere_d compute_squared_radius_smallest_orthogonal_sphere_d_object(); Construct_power_sphere_d construct_power_sphere_d_object(); Power_side_of_bounded_power_sphere_d power_side_of_bounded_power_sphere_d_object(); +Construct_bbox_d construct_bbox_d_object(); }; /* end Epick_d */ } /* end namespace CGAL */