|
WSF
|
Specifies a location along a route. More...
#include <WsfRouteNetwork.hpp>
Public Member Functions | |
| RoutePoint ()=default | |
| RoutePoint (const WaypointAddr &aAddr, double aDistanceAlongSegment=0) | |
| int | RouteIndex () const |
| int | WaypointIndex () const |
Public Attributes | |
| WaypointAddr | mWaypointAddr |
| Waypoint and route index. | |
| double | mDistanceAlongSegment = 0.0 |
| Distance from the waypoint addressed toward the next waypoint. | |
Specifies a location along a route.
|
default |
|
inline |
References mDistanceAlongSegment, and mWaypointAddr.
|
inline |
|
inline |
| double WsfRouteNetwork::RoutePoint::mDistanceAlongSegment = 0.0 |
Distance from the waypoint addressed toward the next waypoint.
Referenced by WsfRouteNetwork::Append(), WsfRouteNetwork::AppendShortestPathOnNetwork(), WsfRouteNetwork::AppendSubroute(), WsfRouteNetwork::FindClosestSegment(), WsfRouteNetwork::GetAdjacentNodeIndices(), and RoutePoint().
| WaypointAddr WsfRouteNetwork::RoutePoint::mWaypointAddr |
Waypoint and route index.
Referenced by WsfRouteNetwork::Append(), WsfRouteNetwork::AppendShortestPathOnNetwork(), WsfRouteNetwork::FindClosestSegment(), RouteIndex(), RoutePoint(), and WaypointIndex().