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
The base class for an intersection.
const PositionVector & getShape() const
Returns this junction's shape.
std::vector< MSLink * > myEmptyLinks
virtual ~MSJunction()
Destructor.
Position myPosition
The position of the junction.
A point in 2D or 3D with translation and scaling methods.
MSJunction(const std::string &id, const Position &position, const PositionVector &shape)
Constructor.
Base class for objects which have an id.
virtual void postloadInit()
virtual const std::vector< MSLane * > & getFoeInternalLanes(const MSLink *const ) const
PositionVector myShape
The shape of the junction.
std::vector< MSLane * > myEmptyLanes
Representation of a lane in the micro simulation.
const Position & getPosition() const