Libosmium
2.1.0
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 | osmium::Box | inline |
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 |
Box(const Box &)=default | osmium::Box | |
Box(Box &&)=default | osmium::Box | |
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 |
operator=(const Box &)=default | osmium::Box | |
operator=(Box &&)=default | osmium::Box | |
size() const | osmium::Box | inline |
top_right() const noexcept | osmium::Box | inline |
top_right() noexcept | osmium::Box | inline |
valid() const noexcept | osmium::Box | inline |
~Box()=default | osmium::Box |