22 #ifndef MSInternalJunction_h
23 #define MSInternalJunction_h
59 #ifdef HAVE_INTERNAL_LANES
71 std::vector<MSLane*> incoming, std::vector<MSLane*>
internal);
79 const std::vector<MSLink*>& getFoeLinks(
const MSLink*
const srcLink)
const {
81 return myInternalLinkFoes;
84 const std::vector<MSLane*>& getFoeInternalLanes(
const MSLink*
const srcLink)
const {
86 return myInternalLaneFoes;
91 std::vector<MSLink*> myInternalLinkFoes;
92 std::vector<MSLane*> myInternalLaneFoes;
#define UNUSED_PARAMETER(x)
A point in 2D or 3D with translation and scaling methods.
Representation of a lane in the micro simulation.