FlightGear next
|
#include <TankProperties.hxx>
Inherits std::vector< SGSharedPtr< TankProperties > >.
Public Member Functions | |
TankPropertiesList (SGPropertyNode_ptr rootNode) | |
void | bind () |
void | unbind () |
double | getTotalContent_lbs () const |
double | getTotalContent_kg () const |
double | getTotalContent_gal_us () const |
double | getTotalContent_gal_imp () const |
double | getTotalContent_m3 () const |
double | getTotalContent_norm () const |
Definition at line 93 of file TankProperties.hxx.
TankPropertiesList::TankPropertiesList | ( | SGPropertyNode_ptr | rootNode | ) |
Definition at line 227 of file TankProperties.cxx.
void TankPropertiesList::bind | ( | ) |
Definition at line 292 of file TankProperties.cxx.
double TankPropertiesList::getTotalContent_gal_imp | ( | ) | const |
Definition at line 265 of file TankProperties.cxx.
double TankPropertiesList::getTotalContent_gal_us | ( | ) | const |
Definition at line 257 of file TankProperties.cxx.
double TankPropertiesList::getTotalContent_kg | ( | ) | const |
Definition at line 249 of file TankProperties.cxx.
double TankPropertiesList::getTotalContent_lbs | ( | ) | const |
Definition at line 241 of file TankProperties.cxx.
double TankPropertiesList::getTotalContent_m3 | ( | ) | const |
Definition at line 273 of file TankProperties.cxx.
double TankPropertiesList::getTotalContent_norm | ( | ) | const |
Definition at line 281 of file TankProperties.cxx.
void TankPropertiesList::unbind | ( | ) |
Definition at line 306 of file TankProperties.cxx.