|
WSF
|
Represents a node key for use with the RouteGraph class. More...
#include <WsfRouteNetwork.hpp>
Public Member Functions | |
| RouteNode () | |
| RouteNode (WsfStringId aId, WaypointAddrList *aWptListPtr=nullptr) | |
| bool | operator== (const RouteNode &aRhs) const |
| bool | operator!= (const RouteNode &aRhs) const |
| bool | operator< (const RouteNode &aRhs) const |
Public Attributes | |
| bool | mSegmentNode |
| WsfStringId | mId |
| WaypointAddrList * | mWaypoints |
Represents a node key for use with the RouteGraph class.
|
inline |
References mId, mSegmentNode, and mWaypoints.
Referenced by operator!=(), operator<(), and operator==().
|
inlineexplicit |
References mId, mSegmentNode, and mWaypoints.
|
inline |
References mId, and RouteNode().
|
inline |
References mId, and RouteNode().
|
inline |
References mId, and RouteNode().
| WsfStringId WsfRouteNetwork::RouteNode::mId |
Referenced by operator!=(), operator<(), operator==(), RouteNode(), and RouteNode().
| bool WsfRouteNetwork::RouteNode::mSegmentNode |
Referenced by WsfRouteNetwork::AppendShortestPathOnNetwork(), RouteNode(), and RouteNode().
| WaypointAddrList* WsfRouteNetwork::RouteNode::mWaypoints |