maliput
|
#include <include/maliput/test_utilities/mock.h>
Public Member Functions | |
MockSegment (const SegmentId &id) | |
void | set_junction (Junction *junction) |
void | set_lane (std::unique_ptr< MockLane > lane) |
![]() | |
virtual | ~Segment ()=default |
SegmentId | id () const |
Returns the persistent identifier. More... | |
const Junction * | junction () const |
Returns the Junction to which this Segment belongs. More... | |
int | num_lanes () const |
Returns the number of Lanes contained in this Segment. More... | |
const Lane * | lane (int index) const |
Returns the Lane indexed by index . More... | |
Additional Inherited Members | |
![]() | |
Segment ()=default | |
MockSegment | ( | const SegmentId & | id | ) |
void set_junction | ( | Junction * | junction | ) |
void set_lane | ( | std::unique_ptr< MockLane > | lane | ) |