Home
last modified time | relevance | path

Searched refs:getStoppingPlaces (Results 1 – 3 of 3) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSNet.h512 const NamedObjectCont<MSStoppingPlace*>& getStoppingPlaces(SumoXMLTag category) const;
H A DMSNet.cpp920 MSNet::getStoppingPlaces(SumoXMLTag category) const { in getStoppingPlaces() function in MSNet
/dports/cad/sumo/sumo-1.2.0/src/gui/
H A DGUIViewTraffic.cpp408 …st NamedObjectCont<MSStoppingPlace*>& stops = MSNet::getInstance()->getStoppingPlaces(SUMO_TAG_BUS… in onGamingClick()