22 #ifndef MSRightOfWayJunction_h
23 #define MSRightOfWayJunction_h
71 std::vector<MSLane*> incoming,
73 std::vector<MSLane*>
internal,
MSRightOfWayJunction & operator=(const MSRightOfWayJunction &)
Invalidated assignment operator.
const std::vector< MSLink * > & getFoeLinks(const MSLink *const srcLink) const
MSJunctionLogic * myLogic
MSRightOfWayJunction(const std::string &id, const Position &position, const PositionVector &shape, std::vector< MSLane * > incoming, MSJunctionLogic *logic)
Constructor.
void postloadInit()
initialises the junction after the whole net has been loaded
virtual ~MSRightOfWayJunction()
Destructor.
std::map< const MSLink *, std::vector< MSLink * > > myLinkFoeLinks
A point in 2D or 3D with translation and scaling methods.
std::map< const MSLink *, std::vector< MSLane * > > myLinkFoeInternalLanes
const std::vector< MSLane * > & getFoeInternalLanes(const MSLink *const srcLink) const
#define HAVE_INTERNAL_LANES
A junction with right-of-way - rules.
Representation of a lane in the micro simulation.