Skip to content

Geometries::Box::maxCorner

Bruno Turcksin edited this page Feb 10, 2026 · 1 revision

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 maximum corner. This can be used to modify the maximum corner of the box.
  2. Returns a constant reference to the maximum corner.

Clone this wiki locally