60 const std::string& name,
61 std::vector<MSLane*> incoming,
62 std::vector<MSLane*> internal);
SumoXMLNodeType
Numbers representing special SUMO-XML-attribute values for representing node- (junction-) types used ...
The base class for an intersection.
Representation of a lane in the micro simulation.
virtual const std::vector< MSLane * > getInternalLanes() const
Returns all internal lanes on the junction.
std::vector< MSLane * > myIncomingLanes
std::vector< MSLane * > myInternalLanes
MSNoLogicJunction & operator=(const MSNoLogicJunction &)
Invalidated assignment operator.
virtual ~MSNoLogicJunction()
Destructor.
MSNoLogicJunction(const MSNoLogicJunction &)
Invalidated copy constructor.
A point in 2D or 3D with translation and scaling methods.