FlightGear next
TankPropertiesList Class Reference

#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
 

Detailed Description

Definition at line 93 of file TankProperties.hxx.

Constructor & Destructor Documentation

◆ TankPropertiesList()

TankPropertiesList::TankPropertiesList ( SGPropertyNode_ptr rootNode)

Definition at line 227 of file TankProperties.cxx.

Member Function Documentation

◆ bind()

void TankPropertiesList::bind ( )

Definition at line 292 of file TankProperties.cxx.

◆ getTotalContent_gal_imp()

double TankPropertiesList::getTotalContent_gal_imp ( ) const

Definition at line 265 of file TankProperties.cxx.

◆ getTotalContent_gal_us()

double TankPropertiesList::getTotalContent_gal_us ( ) const

Definition at line 257 of file TankProperties.cxx.

◆ getTotalContent_kg()

double TankPropertiesList::getTotalContent_kg ( ) const

Definition at line 249 of file TankProperties.cxx.

◆ getTotalContent_lbs()

double TankPropertiesList::getTotalContent_lbs ( ) const

Definition at line 241 of file TankProperties.cxx.

◆ getTotalContent_m3()

double TankPropertiesList::getTotalContent_m3 ( ) const

Definition at line 273 of file TankProperties.cxx.

◆ getTotalContent_norm()

double TankPropertiesList::getTotalContent_norm ( ) const

Definition at line 281 of file TankProperties.cxx.

◆ unbind()

void TankPropertiesList::unbind ( )

Definition at line 306 of file TankProperties.cxx.


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