 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
17 #ifndef NIImporter_RobocupRescue_h
18 #define NIImporter_RobocupRescue_h
Storage for edges, including some functionality operating on multiple edges.
Instance responsible for building networks.
NBEdgeCont & myEdgeCont
The edge container to fill.
Container for nodes during the netbuilding process.
The representation of a single edge during network building.
void loadNodes(const std::string &file)
Loads nodes from the given file.
static void loadNetwork(const OptionsCont &oc, NBNetBuilder &nb)
Loads content of the optionally given RoboCup Rescue League files.
A storage for options typed value containers)
~NIImporter_RobocupRescue()
Destructor.
NBNodeCont & myNodeCont
The node container to fill.
NIImporter_RobocupRescue(NBNodeCont &nc, NBEdgeCont &ec)
Constructor.
NIImporter_RobocupRescue & operator=(const NIImporter_RobocupRescue &s)
Invalidated assignment operator.
void loadEdges(const std::string &file)
Loads edges from the given file.
Importer for networks stored in robocup rescue league format.