48 std::vector<MSLane*> incoming
49 , std::vector<MSLane*>
internal 52 myIncomingLanes(incoming),
53 myInternalLanes(internal) {
The base class for an intersection.
A point in 2D or 3D with translation and scaling methods.
virtual ~MSLogicJunction()
Destructor.
virtual void postloadInit()
initialises the junction after the whole net has been loaded
SumoXMLNodeType
Numbers representing special SUMO-XML-attribute values for representing node- (junction-) types used ...
MSLogicJunction(const std::string &id, SumoXMLNodeType type, const Position &position, const PositionVector &shape, std::vector< MSLane *> incoming, std::vector< MSLane *> internal)
Constructor.