FlightGear next
|
Describes an element of a LayerTable. More...
Public Member Functions | |
bool | operator< (const LayerTableBucket &b) const |
Static Public Member Functions | |
static bool | lessThan (LayerTableBucket *a, LayerTableBucket *b) |
LessThan predicate for bucket pointers. | |
Public Attributes | |
double | altitude_ft |
FGEnvironment | environment |
Describes an element of a LayerTable.
A defined environment at a given altitude.
Definition at line 39 of file environment_ctrl.cxx.
|
inlinestatic |
LessThan predicate for bucket pointers.
Definition at line 48 of file environment_ctrl.cxx.
|
inline |
Definition at line 42 of file environment_ctrl.cxx.
double Environment::LayerTableBucket::altitude_ft |
Definition at line 40 of file environment_ctrl.cxx.
FGEnvironment Environment::LayerTableBucket::environment |
Definition at line 41 of file environment_ctrl.cxx.