Libosmium
2.15.4
Fast and flexible C++ library for working with OpenStreetMap data
|
This is the complete list of members for osmium::Box, including all inherited members.
bottom_left() const noexcept | osmium::Box | inline |
bottom_left() noexcept | osmium::Box | inline |
Box() noexcept=default | osmium::Box | |
Box(double minx, double miny, double maxx, double maxy) | osmium::Box | inline |
Box(const osmium::Location &bottom_left, const osmium::Location &top_right) | osmium::Box | inline |
contains(const osmium::Location &location) const noexcept | osmium::Box | inline |
extend(const Location &location) noexcept | osmium::Box | inline |
extend(const Box &box) noexcept | osmium::Box | inline |
m_bottom_left | osmium::Box | private |
m_top_right | osmium::Box | private |
operator bool() const noexcept | osmium::Box | inlineexplicit |
size() const | osmium::Box | inline |
top_right() const noexcept | osmium::Box | inline |
top_right() noexcept | osmium::Box | inline |
valid() const noexcept | osmium::Box | inline |