43 #ifdef CHECK_MEMORY_LEAKS
45 #endif // CHECK_MEMORY_LEAKS
61 myOriginalNodes(def->getNodes().begin(), def->getNodes().end())
91 NBConnection conn(from, fromLane, to, toLane, linkIndex);
168 if (it->getFrom() == conn.
getFrom() &&
169 it->getTo() == conn.
getTo() &&
180 const int removed = it->getTLIndex();
197 const std::vector<NBTrafficLightLogic::PhaseDefinition> phases =
myTLLogic->
getPhases();
200 for (std::vector<NBTrafficLightLogic::PhaseDefinition>::const_iterator it = phases.begin(); it != phases.end(); it++) {
201 std::string newState = it->state;
202 newState.erase(newState.begin() + removed);
203 newLogic->
addStep(it->duration, newState);