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