Home
last modified time | relevance | path

Searched refs:getAllLogics (Results 1 – 7 of 7) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/traffic_lights/
H A DMSTLLogicControl.h119 std::vector<MSTrafficLightLogic*> getAllLogics() const;
209 std::vector<MSTrafficLightLogic*> getAllLogics() const;
H A DMSTLLogicControl.cpp180 MSTLLogicControl::TLSLogicVariants::getAllLogics() const { in getAllLogics() function in MSTLLogicControl::TLSLogicVariants
573 MSTLLogicControl::getAllLogics() const { in getAllLogics() function in MSTLLogicControl
577 std::vector<MSTrafficLightLogic*> s = (*i).second->getAllLogics(); in getAllLogics()
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUITrafficLightLogicWrapper.cpp139 std::vector<MSTrafficLightLogic*> logics = vars.getAllLogics(); in getPopUpMenu()
228 std::vector<MSTrafficLightLogic*> logics = vars.getAllLogics(); in switchTLSLogic()
H A DGUINet.cpp140 const std::vector<MSTrafficLightLogic*>& logics = getTLSControl().getAllLogics(); in initTLMap()
285 for (const auto tls : getTLSControl().getAllLogics()) { in initGUIStructures()
/dports/cad/sumo/sumo-1.2.0/src/gui/
H A DGUIViewTraffic.cpp340 const std::vector<MSTrafficLightLogic*>& logics = tlsControl.getAllLogics(); in onGamingClick()
360 const std::vector<MSTrafficLightLogic*> logics = vars.getAllLogics(); in onGamingClick()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DTrafficLight.cpp67 const std::vector<MSTrafficLightLogic*> logics = getTLS(tlsID).getAllLogics(); in getCompleteRedYellowGreenDefinition()
/dports/cad/sumo/sumo-1.2.0/src/osgview/
H A DGUIOSGView.cpp554 const std::vector<MSTrafficLightLogic*>& logics = tlsControl.getAllLogics(); in onGamingClick()
574 const std::vector<MSTrafficLightLogic*> logics = vars.getAllLogics(); in onGamingClick()