FlightGear next
|
Encapsulate a transition segment. More...
#include <procedure.hxx>
Inherits flightgear::Procedure.
Public Member Functions | |
virtual | ~Transition () |
bool | route (WayptVec &aPath) |
Procedure * | parent () const |
virtual FGAirport * | airport () const |
WayptRef | enroute () const |
Return the enroute end of the transition. | |
WayptRef | procedureEnd () const |
Return the procedure end of the transition. | |
virtual ProcedureType | type () const |
void | mark (WayptFlag f) |
![]() | |
virtual std::string | ident () const |
virtual RunwayVec | runways () const |
![]() | |
virtual | ~RouteBase () |
Friends | |
class | NavdataVisitor |
Additional Inherited Members | |
![]() | |
static void | loadAirportProcedures (const SGPath &aPath, FGAirport *aApt) |
static void | dumpRouteToKML (const WayptVec &aRoute, const std::string &aName) |
static void | dumpRouteToKMLLineString (const std::string &aIdent, const WayptVec &aRoute, std::ostream &aStream) |
![]() | |
Procedure (const std::string &aIdent) | |
![]() | |
std::string | _ident |
Encapsulate a transition segment.
Definition at line 69 of file procedure.hxx.
|
inlinevirtual |
Definition at line 72 of file procedure.hxx.
|
virtual |
Implements flightgear::Procedure.
Definition at line 477 of file procedure.cxx.
WayptRef flightgear::Transition::enroute | ( | ) | const |
Return the enroute end of the transition.
Definition at line 459 of file procedure.cxx.
void flightgear::Transition::mark | ( | WayptFlag | f | ) |
Definition at line 482 of file procedure.cxx.
|
inline |
Definition at line 76 of file procedure.hxx.
WayptRef flightgear::Transition::procedureEnd | ( | ) | const |
Return the procedure end of the transition.
Definition at line 465 of file procedure.cxx.
bool flightgear::Transition::route | ( | WayptVec & | aPath | ) |
Definition at line 471 of file procedure.cxx.
|
inlinevirtual |
Implements flightgear::Procedure.
Definition at line 92 of file procedure.hxx.
|
friend |
Definition at line 97 of file procedure.hxx.