FlightGear next
FGTaxiRoute Class Reference

#include <groundnetwork.hxx>

Public Member Functions

 FGTaxiRoute ()
 
 FGTaxiRoute (const FGTaxiNodeVector &nds, const intVec &rts, double dist, int dpth)
 
FGTaxiRouteoperator= (const FGTaxiRoute &other)
 
 FGTaxiRoute (const FGTaxiRoute &copy)
 
bool operator< (const FGTaxiRoute &other) const
 
bool empty ()
 
bool next (FGTaxiNodeRef &nde, int *rte)
 
void first ()
 
int size ()
 
int nodesLeft ()
 

Detailed Description

Definition at line 115 of file groundnetwork.hxx.

Constructor & Destructor Documentation

◆ FGTaxiRoute() [1/3]

FGTaxiRoute::FGTaxiRoute ( )
inline

Definition at line 125 of file groundnetwork.hxx.

◆ FGTaxiRoute() [2/3]

FGTaxiRoute::FGTaxiRoute ( const FGTaxiNodeVector & nds,
const intVec & rts,
double dist,
int dpth )

Definition at line 117 of file groundnetwork.cxx.

◆ FGTaxiRoute() [3/3]

FGTaxiRoute::FGTaxiRoute ( const FGTaxiRoute & copy)
inline

Definition at line 145 of file groundnetwork.hxx.

Member Function Documentation

◆ empty()

bool FGTaxiRoute::empty ( )
inline

Definition at line 155 of file groundnetwork.hxx.

◆ first()

void FGTaxiRoute::first ( )
inline

Definition at line 161 of file groundnetwork.hxx.

◆ next()

bool FGTaxiRoute::next ( FGTaxiNodeRef & nde,
int * rte )

Definition at line 129 of file groundnetwork.cxx.

◆ nodesLeft()

int FGTaxiRoute::nodesLeft ( )
inline

Definition at line 170 of file groundnetwork.hxx.

◆ operator<()

bool FGTaxiRoute::operator< ( const FGTaxiRoute & other) const
inline

Definition at line 151 of file groundnetwork.hxx.

◆ operator=()

FGTaxiRoute & FGTaxiRoute::operator= ( const FGTaxiRoute & other)
inline

Definition at line 135 of file groundnetwork.hxx.

◆ size()

int FGTaxiRoute::size ( )
inline

Definition at line 166 of file groundnetwork.hxx.


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