FlightGear next
FGAirwayNetwork Class Reference

#include <awynet.hxx>

Public Member Functions

 FGAirwayNetwork ()
 
 ~FGAirwayNetwork ()
 
void addAirway (const FGAirway &seg)
 
void init ()
 
bool exists ()
 
int findNearestNode (const SGGeod &aPos)
 
FGNodefindNode (int idx)
 
FGAirRoute findShortestRoute (int start, int end)
 
void trace (FGNode *, int, int, double dist)
 
void load (const SGPath &path)
 

Detailed Description

Definition at line 169 of file awynet.hxx.

Constructor & Destructor Documentation

◆ FGAirwayNetwork()

FGAirwayNetwork::FGAirwayNetwork ( )

Definition at line 141 of file awynet.cxx.

◆ ~FGAirwayNetwork()

FGAirwayNetwork::~FGAirwayNetwork ( )

Definition at line 149 of file awynet.cxx.

Member Function Documentation

◆ addAirway()

void FGAirwayNetwork::addAirway ( const FGAirway & seg)

Definition at line 155 of file awynet.cxx.

◆ exists()

bool FGAirwayNetwork::exists ( )
inline

Definition at line 192 of file awynet.hxx.

◆ findNearestNode()

int FGAirwayNetwork::findNearestNode ( const SGGeod & aPos)

Definition at line 317 of file awynet.cxx.

◆ findNode()

FGNode * FGAirwayNetwork::findNode ( int idx)

Definition at line 340 of file awynet.cxx.

◆ findShortestRoute()

FGAirRoute FGAirwayNetwork::findShortestRoute ( int start,
int end )

Definition at line 352 of file awynet.cxx.

◆ init()

void FGAirwayNetwork::init ( )

Definition at line 183 of file awynet.cxx.

◆ load()

void FGAirwayNetwork::load ( const SGPath & path)

Definition at line 200 of file awynet.cxx.

◆ trace()

void FGAirwayNetwork::trace ( FGNode * currNode,
int end,
int depth,
double dist )

Definition at line 384 of file awynet.cxx.


The documentation for this class was generated from the following files: