Skip to content

Geometries::Box::maxCorner

Andrey Prokopenko edited this page Mar 30, 2026 · 2 revisions

ArborX / Geometries / ArborX::Box

ArborX::Box<DIM, Coordinate>::maxCorner()

KOKKOS_FUNCTION
constexpr auto &maxCorner(); // (1)

KOKKOS_FUNCTION
constexpr auto const &maxCorner() const; // (2)
  1. Returns a reference to the corner with maximal coordinates. This can be used to modify the corner.
  2. Returns a constant reference to the corner with maximal coordinates.

Clone this wiki locally