 |
Eclipse SUMO - Simulation of Urban MObility
|
std::vector< MSLink * > myEmptyLinks
MSJunction(const MSJunction &)
Invalidated copy constructor.
virtual const std::vector< MSLane * > & getFoeInternalLanes(const MSLink *const) const
An upper class for objects with additional parameters.
Representation of a lane in the micro simulation.
Base class for objects which have an id.
The base class for an intersection.
std::vector< MSLane * > myEmptyLanes
std::vector< const MSEdge * > ConstMSEdgeVector
virtual const std::vector< MSLane * > getInternalLanes() const
Returns all internal lanes on the junction.
std::vector< const MSEdge * > ConstMSEdgeVector
void addOutgoing(MSEdge *edge)
void addIncoming(MSEdge *edge)
virtual void postloadInit()
ConstMSEdgeVector myOutgoing
outgoing edges
const ConstMSEdgeVector & getIncoming() const
const ConstMSEdgeVector & getOutgoing() const
MSJunction(const std::string &id, SumoXMLNodeType type, const Position &position, const PositionVector &shape)
Constructor.
SumoXMLNodeType
Numbers representing special SUMO-XML-attribute values for representing node- (junction-) types used ...
PositionVector myShape
The shape of the junction.
std::vector< MSEdge * > MSEdgeVector
A point in 2D or 3D with translation and scaling methods.
ConstMSEdgeVector myIncoming
incoming edges
virtual const MSJunctionLogic * getLogic() const
A road/street connecting two junctions.
SumoXMLNodeType getType() const
return the type of this Junction
const Position & getPosition() const
SumoXMLNodeType myType
Tye type of this junction.
MSJunction & operator=(const MSJunction &)
Invalidated assignment operator.
virtual ~MSJunction()
Destructor.
const PositionVector & getShape() const
Returns this junction's shape.
virtual const std::vector< MSLink * > & getFoeLinks(const MSLink *const) const
void passedJunction(const MSVehicle *vehicle)
erase vehicle from myLinkLeaders
int getNrOfIncomingLanes() const
Position myPosition
The position of the junction.
std::map< std::string, MSJunction * > DictType
definition of the static dictionary type
Representation of a vehicle in the micro simulation.