Home
last modified time | relevance | path

Searched refs:FGTaxiwayRef (Results 1 – 4 of 4) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/Airports/
H A Dairports_fwd.hxx79 typedef SGSharedPtr<FGTaxiway> FGTaxiwayRef; typedef
88 typedef std::vector<FGTaxiwayRef> FGTaxiwayList;
H A Dairport.hxx164 FGTaxiwayRef getTaxiwayByIndex(unsigned int aIndex) const;
H A Dairport.cxx344 FGTaxiwayRef FGAirport::getTaxiwayByIndex(unsigned int aIndex) const in getTaxiwayByIndex()
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DAirportDiagram.cxx657 FGTaxiwayRef tx = m_airport->getTaxiwayByIndex(tIndex); in buildTaxiways()