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 & operator=(const MSNoLogicJunction &)
Invalidated assignment operator.
A point in 2D or 3D with translation and scaling methods.
MSNoLogicJunction(const std::string &id, SumoXMLNodeType type, const Position &position, const PositionVector &shape, std::vector< MSLane *> incoming)
Constructor.
SumoXMLNodeType
Numbers representing special SUMO-XML-attribute values for representing node- (junction-) types used ...
#define HAVE_INTERNAL_LANES
Representation of a lane in the micro simulation.