Libosmium
2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <undirected_segment.hpp>
Public Member Functions | |
UndirectedSegment (const osmium::Location &location1, const osmium::Location &location2) | |
Public Member Functions inherited from osmium::Segment | |
constexpr | Segment (const osmium::Location &location1, const osmium::Location &location2) noexcept |
constexpr osmium::Location | first () const noexcept |
Return first Location of Segment. More... | |
constexpr osmium::Location | second () const noexcept |
Return second Location of Segment. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from osmium::Segment | |
void | swap_locations () |
Undirected connection between two Locations. The first Location is always equal or "smaller" than the second Location, ie to the left and down.
|
inlineexplicit |