1#ifndef OSMSCOUT_INTERSECTION_H
2#define OSMSCOUT_INTERSECTION_H
45 std::vector<ObjectFileRef> objects;
55 inline const std::vector<ObjectFileRef>&
GetObjects()
const
#define OSMSCOUT_API
Definition CoreImportExport.h:45
bool Read(FileScanner &scanner)
const std::vector< ObjectFileRef > & GetObjects() const
Definition Intersection.h:55
bool Read(const TypeConfig &typeConfig, FileScanner &scanner)
Id GetId() const
Definition Intersection.h:50
uint64_t Id
Definition OSMScoutTypes.h:40
std::shared_ptr< Intersection > JunctionRef
Definition Intersection.h:65