23 #ifndef MSNoLogicJunction_h
24 #define MSNoLogicJunction_h
70 std::vector<MSLane*> incoming
72 , std::vector<MSLane*>
internal
83 #ifdef HAVE_INTERNAL_LANES
85 std::vector<MSLane*> myInternalLanes;
std::vector< MSLane * > myIncomingLanes
The base class for an intersection.
virtual ~MSNoLogicJunction()
Destructor.
MSNoLogicJunction(const std::string &id, const Position &position, const PositionVector &shape, std::vector< MSLane * > incoming)
Constructor.
MSNoLogicJunction & operator=(const MSNoLogicJunction &)
Invalidated assignment operator.
A point in 2D or 3D with translation and scaling methods.
#define HAVE_INTERNAL_LANES
Representation of a lane in the micro simulation.