|
maliput
|
#include <include/maliput/test_utilities/mock.h>
Public Member Functions | |
| MockJunction (const JunctionId &id) | |
| void | set_road_geometry (RoadGeometry *road_geometry) |
| void | set_segment (std::unique_ptr< MockSegment > segment) |
Public Member Functions inherited from Junction | |
| virtual | ~Junction ()=default |
| JunctionId | id () const |
| Returns the persistent identifier. More... | |
| const RoadGeometry * | road_geometry () const |
| Returns the RoadGeometry to which this Junction belongs. More... | |
| int | num_segments () const |
| Returns the number of Segments in the Junction. More... | |
| const Segment * | segment (int index) const |
Returns the Segment indexed by index. More... | |
| std::optional< bool > | is_intersection () const |
| Returns whether this junction is an intersection. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Junction | |
| Junction ()=default | |
| MockJunction | ( | const JunctionId & | id | ) |
| void set_road_geometry | ( | RoadGeometry * | road_geometry | ) |
| void set_segment | ( | std::unique_ptr< MockSegment > | segment | ) |