22 #ifndef MSNoLogicJunction_h 23 #define MSNoLogicJunction_h 69 std::vector<MSLane*> incoming,
70 std::vector<MSLane*>
internal);
virtual const std::vector< MSLane * > getInternalLanes() const
Returns all internal lanes on the junction.
std::vector< MSLane * > myIncomingLanes
The base class for an intersection.
virtual ~MSNoLogicJunction()
Destructor.
MSNoLogicJunction(const std::string &id, SumoXMLNodeType type, const Position &position, const PositionVector &shape, std::vector< MSLane *> incoming, std::vector< MSLane *> internal)
Constructor.
MSNoLogicJunction & operator=(const MSNoLogicJunction &)
Invalidated assignment operator.
A point in 2D or 3D with translation and scaling methods.
std::vector< MSLane * > myInternalLanes
SumoXMLNodeType
Numbers representing special SUMO-XML-attribute values for representing node- (junction-) types used ...
Representation of a lane in the micro simulation.