37 #ifdef CHECK_MEMORY_LEAKS 39 #endif // CHECK_MEMORY_LEAKS 56 #ifdef HAVE_INTERNAL_LANES 59 for (std::vector<MSJunction*>::const_iterator i = junctions.begin(); i != junctions.end(); ++i) {
60 if (dynamic_cast<MSInternalJunction*>(*i) == 0) {
64 for (std::vector<MSJunction*>::const_iterator i = junctions.begin(); i != junctions.end(); ++i) {
65 if (dynamic_cast<MSInternalJunction*>(*i) != 0) {
70 for (std::vector<MSJunction*>::const_iterator i = junctions.begin(); i != junctions.end(); ++i) {
~MSJunctionControl()
Destructor.
MSJunctionControl()
Constructor.
void postloadInitContainer()
Closes building of junctions.
const std::vector< MSJunction * > & buildAndGetStaticVector() const