FlightGear next
|
#include <awynet.hxx>
Public Member Functions | |
FGAirwayNetwork () | |
~FGAirwayNetwork () | |
void | addAirway (const FGAirway &seg) |
void | init () |
bool | exists () |
int | findNearestNode (const SGGeod &aPos) |
FGNode * | findNode (int idx) |
FGAirRoute | findShortestRoute (int start, int end) |
void | trace (FGNode *, int, int, double dist) |
void | load (const SGPath &path) |
Definition at line 169 of file awynet.hxx.
FGAirwayNetwork::FGAirwayNetwork | ( | ) |
Definition at line 141 of file awynet.cxx.
FGAirwayNetwork::~FGAirwayNetwork | ( | ) |
Definition at line 149 of file awynet.cxx.
void FGAirwayNetwork::addAirway | ( | const FGAirway & | seg | ) |
Definition at line 155 of file awynet.cxx.
|
inline |
Definition at line 192 of file awynet.hxx.
int FGAirwayNetwork::findNearestNode | ( | const SGGeod & | aPos | ) |
Definition at line 317 of file awynet.cxx.
FGNode * FGAirwayNetwork::findNode | ( | int | idx | ) |
Definition at line 340 of file awynet.cxx.
FGAirRoute FGAirwayNetwork::findShortestRoute | ( | int | start, |
int | end ) |
Definition at line 352 of file awynet.cxx.
void FGAirwayNetwork::init | ( | ) |
Definition at line 183 of file awynet.cxx.
void FGAirwayNetwork::load | ( | const SGPath & | path | ) |
Definition at line 200 of file awynet.cxx.
void FGAirwayNetwork::trace | ( | FGNode * | currNode, |
int | end, | ||
int | depth, | ||
double | dist ) |
Definition at line 384 of file awynet.cxx.