61 const std::string& name,
62 std::vector<MSLane*> incoming,
63 std::vector<MSLane*> internal,
SumoXMLNodeType
Numbers representing special SUMO-XML-attribute values for representing node- (junction-) types used ...
Representation of a lane in the micro simulation.
A junction with right-of-way - rules.
const std::vector< MSLane * > & getFoeInternalLanes(const MSLink *const srcLink) const
MSJunctionLogic * myLogic
std::map< const MSLink *, std::vector< MSLane * > > myLinkFoeInternalLanes
void postloadInit()
initialises the junction after the whole net has been loaded
MSRightOfWayJunction(const MSRightOfWayJunction &)
Invalidated copy constructor.
std::map< const MSLink *, std::vector< MSLink * > > myLinkFoeLinks
const std::vector< MSLink * > & getFoeLinks(const MSLink *const srcLink) const
const MSJunctionLogic * getLogic() const
MSRightOfWayJunction & operator=(const MSRightOfWayJunction &)
Invalidated assignment operator.
virtual ~MSRightOfWayJunction()
Destructor.
A point in 2D or 3D with translation and scaling methods.