56 typedef std::bitset<SUMO_MAX_CONNECTIONS>
LinkBits;
78 const std::string& name,
79 std::vector<MSLane*> incoming,
80 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.
MSLogicJunction & operator=(const MSLogicJunction &)
Invalidated assignment operator.
std::vector< MSLane * > myInternalLanes
list of internal lanes
MSLogicJunction(const MSLogicJunction &)
Invalidated copy constructor.
const std::vector< MSLane * > getInternalLanes() const
Returns all internal lanes on the junction.
virtual void postloadInit()
initialises the junction after the whole net has been loaded
std::bitset< SUMO_MAX_CONNECTIONS > LinkBits
Container for link response and foes.
std::vector< MSLane * > myIncomingLanes
list of incoming lanes
virtual ~MSLogicJunction()
Destructor.
A point in 2D or 3D with translation and scaling methods.