21 #ifndef NIVissimExtendedEdgePoint_h 22 #define NIVissimExtendedEdgePoint_h 59 SUMOReal position,
const std::vector<int>& assignedVehicles);
64 const std::vector<int>&
getLanes()
const;
NIVissimExtendedEdgePoint(int edgeid, const std::vector< int > &lanes, SUMOReal position, const std::vector< int > &assignedVehicles)
Constructor.
Position getGeomPosition() const
void recheckLanes(const NBEdge *const edge)
Resets lane numbers if all lanes shall be used.
The representation of a single edge during network building.
SUMOReal getPosition() const
A point in 2D or 3D with translation and scaling methods.
const std::vector< int > & getLanes() const
std::vector< int > myAssignedVehicles
std::vector< int > myLanes
~NIVissimExtendedEdgePoint()