|
FlightGear next
|
#include <groundnetwork.hxx>
Public Member Functions | |
| FGTaxiRoute () | |
| FGTaxiRoute (const FGTaxiNodeVector &nds, const intVec &rts, double dist, int dpth) | |
| FGTaxiRoute & | operator= (const FGTaxiRoute &other) |
| FGTaxiRoute (const FGTaxiRoute ©) | |
| bool | operator< (const FGTaxiRoute &other) const |
| bool | empty () |
| bool | next (FGTaxiNodeRef &nde, int *rte) |
| void | first () |
| int | size () |
| int | nodesLeft () |
Definition at line 115 of file groundnetwork.hxx.
|
inline |
Definition at line 125 of file groundnetwork.hxx.
| FGTaxiRoute::FGTaxiRoute | ( | const FGTaxiNodeVector & | nds, |
| const intVec & | rts, | ||
| double | dist, | ||
| int | dpth ) |
Definition at line 117 of file groundnetwork.cxx.
|
inline |
Definition at line 145 of file groundnetwork.hxx.
|
inline |
Definition at line 155 of file groundnetwork.hxx.
|
inline |
Definition at line 161 of file groundnetwork.hxx.
| bool FGTaxiRoute::next | ( | FGTaxiNodeRef & | nde, |
| int * | rte ) |
Definition at line 129 of file groundnetwork.cxx.
|
inline |
Definition at line 170 of file groundnetwork.hxx.
|
inline |
Definition at line 151 of file groundnetwork.hxx.
|
inline |
Definition at line 135 of file groundnetwork.hxx.
|
inline |
Definition at line 166 of file groundnetwork.hxx.