144 typedef std::map<std::string, MSJunction* >
DictType;
MSJunction & operator=(const MSJunction &)
Invalidated assignment operator.
Representation of a vehicle in the micro simulation.
virtual const std::vector< MSLink * > & getFoeLinks(const MSLink *const ) const
void addIncoming(MSEdge *edge)
SumoXMLNodeType myType
Tye type of this junction.
The base class for an intersection.
ConstMSEdgeVector myOutgoing
outgoing edges
const PositionVector & getShape() const
Returns this junction's shape.
std::vector< const MSEdge * > ConstMSEdgeVector
std::vector< MSLink * > myEmptyLinks
std::vector< const MSEdge * > ConstMSEdgeVector
virtual ~MSJunction()
Destructor.
A road/street connecting two junctions.
ConstMSEdgeVector myIncoming
incoming edges
Position myPosition
The position of the junction.
MSJunction(const std::string &id, SumoXMLNodeType type, const Position &position, const PositionVector &shape)
Constructor.
std::map< std::string, MSJunction * > DictType
definition of the static dictionary type
A point in 2D or 3D with translation and scaling methods.
SumoXMLNodeType getType() const
return the type of this Junction
const ConstMSEdgeVector & getOutgoing() const
void addOutgoing(MSEdge *edge)
Base class for objects which have an id.
SumoXMLNodeType
Numbers representing special SUMO-XML-attribute values for representing node- (junction-) types used ...
virtual void postloadInit()
virtual const std::vector< MSLane * > & getFoeInternalLanes(const MSLink *const ) const
PositionVector myShape
The shape of the junction.
const ConstMSEdgeVector & getIncoming() const
std::vector< MSLane * > myEmptyLanes
Representation of a lane in the micro simulation.
const Position & getPosition() const