Skip to main content

template <int Dims>
box<Dims> bounding_box(const box<Dims>& box1,
                       const box<Dims>& box2)

Declared at: include/grid.h:157

Template Parameters

int Dims

Parameters

const box<Dims>& box1
const box<Dims>& box2

template <int Dims>
box<Dims> bounding_box(const region<Dims>& region)

Declared at: include/grid.h:341

Template Parameters

int Dims

Parameters

const region<Dims>& region

template <typename InputIterator>
auto bounding_box(InputIterator begin,
                  InputIterator end)

Declared at: include/grid.h:168

Template Parameters

InputIterator

Parameters

InputIterator begin
InputIterator end

template <typename Range>
auto bounding_box(const Range& range)

Declared at: include/grid.h:180

Template Parameters

Range

Parameters

const Range& range