|
| | Pressure () |
| |
|
| Pressure (const InchesHg &unit, double inchesHg) |
| |
|
| Pressure (const MilliBar &unit, double mBar) |
| |
|
| Pressure (const Torr &unit, double torr) |
| |
| virtual | ~Pressure () |
| |
|
void | setMilliBar (double mBar) |
| |
|
void | setInchesHg (double inchesHg) |
| |
|
void | setInHg (double inchesHg) |
| |
|
void | setTorr (double torr) |
| |
|
double | milliBar () |
| |
|
double | inchesHg () |
| |
|
double | inHg () |
| |
|
double | torr () |
| |
| | ConformableQuantity () |
| |
| virtual | ~ConformableQuantity () |
| |
|
virtual void | initialize () |
| |
|
bool | isFinite () |
| |
|
|
static const double | mBarPerInHg_ = 33.8639 |
| |
|
|
std::ostream & | operator<< (std::ostream &os, Pressure &pressure) |
| |
|
|
void | setFinite (bool finite) |
| |
|
bool | finite_ |
| |
Constructor.
....................................................................... Constructor.
Destructor.
....................................................................... Destructor.
The documentation for this class was generated from the following files:
- gcpCbass/util/common/Pressure.h
- gcpCbass/util/common/Pressure.cc