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