|
maliput_sparse
|
Represents a marking and the s-range over which it is valid on a lane boundary.
#include <include/maliput_sparse/parser/lane_marking.h>
Public Member Functions | |
| bool | operator== (const BoundaryMarkings &other) const |
| Equality operator. More... | |
| bool | operator!= (const BoundaryMarkings &other) const |
| Inequality operator. More... | |
Public Attributes | |
| double | s_start {0.} |
| Start s-coordinate where the marking begins. More... | |
| double | s_end {0.} |
| End s-coordinate where the marking ends. More... | |
| LaneMarking | marking {} |
| The marking data. More... | |
| bool operator!= | ( | const BoundaryMarkings & | other | ) | const |
Inequality operator.
| bool operator== | ( | const BoundaryMarkings & | other | ) | const |
Equality operator.
| LaneMarking marking {} |
The marking data.
| double s_end {0.} |
End s-coordinate where the marking ends.
| double s_start {0.} |
Start s-coordinate where the marking begins.