19 #ifndef MSRightOfWayJunction_h 20 #define MSRightOfWayJunction_h 64 std::vector<MSLane*> incoming,
65 std::vector<MSLane*>
internal,
MSRightOfWayJunction & operator=(const MSRightOfWayJunction &)
Invalidated assignment operator.
MSJunctionLogic * myLogic
const MSJunctionLogic * getLogic() const
void postloadInit()
initialises the junction after the whole net has been loaded
virtual ~MSRightOfWayJunction()
Destructor.
const std::vector< MSLane * > & getFoeInternalLanes(const MSLink *const srcLink) const
std::map< const MSLink *, std::vector< MSLink * > > myLinkFoeLinks
A point in 2D or 3D with translation and scaling methods.
MSRightOfWayJunction(const std::string &id, SumoXMLNodeType type, const Position &position, const PositionVector &shape, std::vector< MSLane *> incoming, std::vector< MSLane *> internal, MSJunctionLogic *logic)
Constructor.
std::map< const MSLink *, std::vector< MSLane * > > myLinkFoeInternalLanes
const std::vector< MSLink * > & getFoeLinks(const MSLink *const srcLink) const
SumoXMLNodeType
Numbers representing special SUMO-XML-attribute values for representing node- (junction-) types used ...
A junction with right-of-way - rules.
Representation of a lane in the micro simulation.