FlightGear next
FGAirway Class Reference

#include <awynet.hxx>

Public Member Functions

 FGAirway ()
 
 FGAirway (FGNode *, FGNode *, int)
 
void setIndex (int val)
 
void setStartNodeRef (std::string val)
 
void setEndNodeRef (std::string val)
 
void setStart (node_map *nodes)
 
void setEnd (node_map *nodes)
 
void setType (int tp)
 
void setBase (int val)
 
void setTop (int val)
 
void setName (std::string val)
 
void setTrackDistance ()
 
FGNodegetEnd ()
 
double getLength ()
 
int getIndex ()
 
std::string getName ()
 

Detailed Description

Definition at line 89 of file awynet.hxx.

Constructor & Destructor Documentation

◆ FGAirway() [1/2]

FGAirway::FGAirway ( )

Definition at line 72 of file awynet.cxx.

◆ FGAirway() [2/2]

FGAirway::FGAirway ( FGNode * ,
FGNode * ,
int  )

Member Function Documentation

◆ getEnd()

FGNode * FGAirway::getEnd ( )
inline

Definition at line 120 of file awynet.hxx.

◆ getIndex()

int FGAirway::getIndex ( )
inline

Definition at line 122 of file awynet.hxx.

◆ getLength()

double FGAirway::getLength ( )
inline

Definition at line 121 of file awynet.hxx.

◆ getName()

std::string FGAirway::getName ( )
inline

Definition at line 123 of file awynet.hxx.

◆ setBase()

void FGAirway::setBase ( int val)
inline

Definition at line 114 of file awynet.hxx.

◆ setEnd()

void FGAirway::setEnd ( node_map * nodes)

Definition at line 89 of file awynet.cxx.

◆ setEndNodeRef()

void FGAirway::setEndNodeRef ( std::string val)
inline

Definition at line 109 of file awynet.hxx.

◆ setIndex()

void FGAirway::setIndex ( int val)
inline

Definition at line 107 of file awynet.hxx.

◆ setName()

void FGAirway::setName ( std::string val)
inline

Definition at line 116 of file awynet.hxx.

◆ setStart()

void FGAirway::setStart ( node_map * nodes)

Definition at line 77 of file awynet.cxx.

◆ setStartNodeRef()

void FGAirway::setStartNodeRef ( std::string val)
inline

Definition at line 108 of file awynet.hxx.

◆ setTop()

void FGAirway::setTop ( int val)
inline

Definition at line 115 of file awynet.hxx.

◆ setTrackDistance()

void FGAirway::setTrackDistance ( )

Definition at line 102 of file awynet.cxx.

◆ setType()

void FGAirway::setType ( int tp)
inline

Definition at line 113 of file awynet.hxx.


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