From 003ce240b65d2563fbb9799262c9912df32b5893 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Thu, 27 Apr 2023 15:34:53 +0200 Subject: [PATCH] Added EPIC exact tag for the (two relevant) global functions. --- .../CGAL/Exact_predicates_inexact_constructions_kernel.h | 4 ++++ Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_inexact_constructions_kernel.h b/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_inexact_constructions_kernel.h index 8a5e33aa5fc..3349ebca977 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_inexact_constructions_kernel.h +++ b/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_inexact_constructions_kernel.h @@ -204,6 +204,10 @@ are trivial:

  • `FT Iso_cuboid_3::min_coord(int)`
  • `FT Iso_cuboid_3::max_coord(int)`
  • `Bbox_3 Iso_cuboid_3::bbox()` +
  • `Point_2 min_vertex(Iso_rectangle_2)` +
  • `Point_2 min_vertex(Iso_cuboid_3)` +
  • `Point_2 max_vertex(Iso_rectangle_2)` +
  • `Point_2 max_vertex(Iso_cuboid_3)` \cgalModels `Kernel` diff --git a/Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h b/Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h index 6be2530b49b..7ac44aca209 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h +++ b/Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h @@ -2242,12 +2242,14 @@ const CGAL::Point_3& q); /*! computes the vertex with the lexicographically largest coordinates of the iso rectangle `ir`. +\cgalEpicExact */ template CGAL::Point_2 max_vertex( const CGAL::Iso_rectangle_2& ir ); /*! computes the vertex with the lexicographically largest coordinates of the iso cuboid `ic`. +\cgalEpicExact */ template CGAL::Point_3 max_vertex( const CGAL::Iso_cuboid_3& ic ); @@ -2292,12 +2294,14 @@ CGAL::Point_3 midpoint( const CGAL::Segment_3& s ); /*! computes the vertex with the lexicographically smallest coordinates of the iso rectangle `ir`. +\cgalEpicExact */ template CGAL::Point_2 min_vertex( const CGAL::Iso_rectangle_2& ir ); /*! computes the vertex with the lexicographically smallest coordinates of the iso cuboid `ic`. +\cgalEpicExact */ template CGAL::Point_3 min_vertex( const CGAL::Iso_cuboid_3& ic );