Libosmium  2.10.0
Fast and flexible C++ library for working with OpenStreetMap data
Public Member Functions | Public Attributes | List of all members
osmium::area::Assembler::candidate Struct Reference
Collaboration diagram for osmium::area::Assembler::candidate:
Collaboration graph
[legend]

Public Member Functions

 candidate (location_to_ring_map &ring, bool reverse)
 
bool closed () const noexcept
 

Public Attributes

int64_t sum
 
std::vector< std::pair< location_to_ring_map, bool > > rings
 
osmium::Location start_location
 
osmium::Location stop_location
 

Constructor & Destructor Documentation

§ candidate()

osmium::area::Assembler::candidate::candidate ( location_to_ring_map ring,
bool  reverse 
)
inlineexplicit

Member Function Documentation

§ closed()

bool osmium::area::Assembler::candidate::closed ( ) const
inlinenoexcept

Member Data Documentation

§ rings

std::vector<std::pair<location_to_ring_map, bool> > osmium::area::Assembler::candidate::rings

§ start_location

osmium::Location osmium::area::Assembler::candidate::start_location

§ stop_location

osmium::Location osmium::area::Assembler::candidate::stop_location

§ sum

int64_t osmium::area::Assembler::candidate::sum

The documentation for this struct was generated from the following file: