47 const std::map<LaneId, Lane> &
GetLanes()
const;
57 const double _s = 0.0;
geom::CubicPolynomial _lane_offset
double GetDistance() const
Describes a Cubic Polynomial so: f(x) = a + bx + cx^2 + dx^3.
LaneSection(SectionId id, double s)
std::vector< Lane * > GetLanesOfType(Lane::LaneType type)
This file contains definitions of common data structures used in traffic manager. ...
std::map< LaneId, Lane > _lanes
Inherit (privately) to suppress copy construction and assignment.
LaneType
Can be used as flags.
std::map< LaneId, Lane > & GetLanes()
bool ContainsLane(LaneId id) const
Lane * GetLane(const LaneId id)