CanDriveFrom(const LaneWaypoint &waypoint) const | apollo::hdmap::RouteSegments | |
CanExit() const | apollo::hdmap::RouteSegments | |
DebugString() | apollo::hdmap::RouteSegments | inline |
FirstWaypoint() const | apollo::hdmap::RouteSegments | |
GetProjection(const common::PointENU &point_enu, common::SLPoint *sl_point, LaneWaypoint *waypoint) const | apollo::hdmap::RouteSegments | |
GetProjection(const common::math::Vec2d &point, common::SLPoint *sl_point, LaneWaypoint *waypoint) const | apollo::hdmap::RouteSegments | |
GetProjection(const common::math::Vec2d &point, const double heading, common::SLPoint *sl_point, LaneWaypoint *waypoint) const | apollo::hdmap::RouteSegments | |
GetWaypoint(const double s, LaneWaypoint *waypoint) const | apollo::hdmap::RouteSegments | |
Id() const | apollo::hdmap::RouteSegments | |
IsConnectedSegment(const RouteSegments &other) const | apollo::hdmap::RouteSegments | |
IsNeighborSegment() const | apollo::hdmap::RouteSegments | |
IsOnSegment() const | apollo::hdmap::RouteSegments | |
IsWaypointOnSegment(const LaneWaypoint &waypoint) const | apollo::hdmap::RouteSegments | |
LastWaypoint() const | apollo::hdmap::RouteSegments | |
Length(const RouteSegments &segments) | apollo::hdmap::RouteSegments | static |
NextAction() const | apollo::hdmap::RouteSegments | |
PreviousAction() const | apollo::hdmap::RouteSegments | |
RouteEndWaypoint() const | apollo::hdmap::RouteSegments | |
RouteSegments()=default | apollo::hdmap::RouteSegments | |
SetCanExit(bool can_exit) | apollo::hdmap::RouteSegments | |
SetId(const std::string &id) | apollo::hdmap::RouteSegments | |
SetIsNeighborSegment(bool is_neighbor) | apollo::hdmap::RouteSegments | |
SetIsOnSegment(bool on_segment) | apollo::hdmap::RouteSegments | |
SetNextAction(routing::ChangeLaneType action) | apollo::hdmap::RouteSegments | |
SetPreviousAction(routing::ChangeLaneType action) | apollo::hdmap::RouteSegments | |
SetProperties(const RouteSegments &other) | apollo::hdmap::RouteSegments | |
SetRouteEndWaypoint(const LaneWaypoint &waypoint) | apollo::hdmap::RouteSegments | |
SetStopForDestination(bool stop_for_destination) | apollo::hdmap::RouteSegments | |
Shrink(const common::math::Vec2d &point, const double look_backward, const double look_forward) | apollo::hdmap::RouteSegments | |
Shrink(const double s, const double look_backward, const double look_forward) | apollo::hdmap::RouteSegments | |
Shrink(const double s, const LaneWaypoint &waypoint, const double look_backward, const double look_forward) | apollo::hdmap::RouteSegments | |
Stitch(const RouteSegments &other) | apollo::hdmap::RouteSegments | |
StopForDestination() const | apollo::hdmap::RouteSegments | |
WithinLaneSegment(const LaneSegment &lane_segment, const LaneWaypoint &waypoint) | apollo::hdmap::RouteSegments | static |
WithinLaneSegment(const LaneSegment &lane_segment, const routing::LaneWaypoint &waypoint) | apollo::hdmap::RouteSegments | static |
WithinLaneSegment(const routing::LaneSegment &lane_segment, const LaneWaypoint &waypoint) | apollo::hdmap::RouteSegments | static |
WithinLaneSegment(const routing::LaneSegment &lane_segment, const routing::LaneWaypoint &waypoint) | apollo::hdmap::RouteSegments | static |