|
maliput
|
A specific endpoint of a specific Lane.
#include <include/maliput/api/lane_data.h>
Classes | |
| struct | StrictOrder |
| An arbitrary strict complete ordering, useful for, e.g., std::map. More... | |
Public Types | |
| enum | Which { kStart, kFinish } |
| Labels for the endpoints of a Lane. More... | |
Public Member Functions | |
| LaneEnd ()=default | |
| Default constructor. More... | |
| LaneEnd (const Lane *_lane, Which _end) | |
Construct a LaneEnd specifying the end of lane. More... | |
Public Attributes | |
| const Lane * | lane {} |
| Which | end {} |
| enum Which |
Labels for the endpoints of a Lane.
kStart is the "s == 0" end, and kFinish is the other end.
| Enumerator | |
|---|---|
| kStart | |
| kFinish | |
|
default |
Default constructor.
| Which end {} |
| const Lane* lane {} |