39 #ifdef CHECK_MEMORY_LEAKS
41 #endif // CHECK_MEMORY_LEAKS
55 std::vector<MSLane*> incoming
57 , std::vector<MSLane*>
internal
61 myIncomingLanes(incoming)
62 #ifdef HAVE_INTERNAL_LANES
63 , myInternalLanes(internal)
73 std::vector<MSLane*>::iterator i;
77 for (MSLinkCont::const_iterator j = links.begin(); j != links.end(); j++) {
78 (*j)->setRequestInformation(-1,
false,
false, std::vector<MSLink*>(), std::vector<MSLane*>());
std::vector< MSLane * > myIncomingLanes
The base class for an intersection.
virtual ~MSNoLogicJunction()
Destructor.
MSNoLogicJunction(const std::string &id, SumoXMLNodeType type, const Position &position, const PositionVector &shape, std::vector< MSLane * > incoming)
Constructor.
A point in 2D or 3D with translation and scaling methods.
SumoXMLNodeType
Numbers representing special SUMO-XML-attribute values for representing node- (junction-) types used ...
#define HAVE_INTERNAL_LANES