![]() |
SUMO - Simulation of Urban MObility
|
An internal definition of a loaded edge. More...
#include <PCLoaderOSM.h>
Data Fields | |
long long int | id |
The edge's id. More... | |
std::map< std::string, std::string > | myAttributes |
Additional attributes. More... | |
std::vector< long long int > | myCurrentNodes |
The list of nodes this edge is made of. More... | |
bool | myIsClosed |
Information whether this area is closed. More... | |
std::string | name |
The edge's name (if any) More... | |
An internal definition of a loaded edge.
Definition at line 103 of file PCLoaderOSM.h.
long long int PCLoaderOSM::PCOSMEdge::id |
The edge's id.
Definition at line 105 of file PCLoaderOSM.h.
Referenced by PCLoaderOSM::addPolygon(), PCLoaderOSM::loadIfSet(), PCLoaderOSM::EdgesHandler::myEndElement(), and PCLoaderOSM::EdgesHandler::myStartElement().
std::map<std::string, std::string> PCLoaderOSM::PCOSMEdge::myAttributes |
Additional attributes.
Definition at line 113 of file PCLoaderOSM.h.
Referenced by PCLoaderOSM::addPolygon(), PCLoaderOSM::loadIfSet(), PCLoaderOSM::EdgesHandler::myEndElement(), and PCLoaderOSM::EdgesHandler::myStartElement().
std::vector<long long int> PCLoaderOSM::PCOSMEdge::myCurrentNodes |
The list of nodes this edge is made of.
Definition at line 111 of file PCLoaderOSM.h.
Referenced by PCLoaderOSM::loadIfSet(), and PCLoaderOSM::EdgesHandler::myStartElement().
bool PCLoaderOSM::PCOSMEdge::myIsClosed |
Information whether this area is closed.
Definition at line 109 of file PCLoaderOSM.h.
Referenced by PCLoaderOSM::EdgesHandler::myStartElement().
std::string PCLoaderOSM::PCOSMEdge::name |
The edge's name (if any)
Definition at line 107 of file PCLoaderOSM.h.
Referenced by PCLoaderOSM::addPolygon(), and PCLoaderOSM::EdgesHandler::myStartElement().