SEScalarVolumePerTimePressureArea Class Reference
#include <SEScalarVolumePerTimePressureArea.h>
Inheritance diagram for SEScalarVolumePerTimePressureArea:

Public Member Functions | |
SEScalarVolumePerTimePressureArea () | |
virtual | ~SEScalarVolumePerTimePressureArea () |
![]() | |
SEScalarQuantity () | |
virtual | ~SEScalarQuantity () |
void | Invalidate () override |
void | ForceInvalidate () override |
bool | IsValid () const override |
virtual bool | Set (const SEScalarQuantity< VolumePerTimePressureAreaUnit > &s) |
virtual void | Copy (const SEScalarQuantity< VolumePerTimePressureAreaUnit > &s) |
virtual bool | Force (const SEScalarQuantity< VolumePerTimePressureAreaUnit > &s) |
double | GetValue () const=delete |
double | GetValue (int precision) const=delete |
virtual double | GetValue (const VolumePerTimePressureAreaUnit &unit) const |
virtual double | GetValue (const VolumePerTimePressureAreaUnit &unit, int decimal_places) const |
void | SetValue (double d)=delete |
virtual void | SetValue (double d, const VolumePerTimePressureAreaUnit &unit) |
void | ForceValue (double d)=delete |
virtual void | ForceValue (double d, const VolumePerTimePressureAreaUnit &unit) |
double | Increment (const SEScalar &s)=delete |
virtual double | Increment (const SEScalarQuantity &s) |
double | Increment (double d)=delete |
virtual double | Increment (double d, const VolumePerTimePressureAreaUnit &unit) |
double | ForceIncrement (double d)=delete |
virtual double | ForceIncrement (double d, const VolumePerTimePressureAreaUnit &unit) |
bool | HasUnit () const override |
const VolumePerTimePressureAreaUnit * | GetUnit () const override |
bool | Equals (const SEScalar &to) const=delete |
virtual bool | Equals (const SEScalarQuantity< VolumePerTimePressureAreaUnit > &to) const |
std::string | ToString () const override |
void | ToString (std::ostream &str) const override |
![]() | |
SEUnitScalar () | |
virtual | ~SEUnitScalar () |
![]() | |
SEScalar () | |
virtual | ~SEScalar () |
bool | Set (const SEScalar &s) |
bool | Force (const SEScalar &s) |
void | Copy (const SEScalar &s) |
bool | IsInfinity () const |
bool | IsPositive () const |
bool | IsNegative () const |
bool | IsZero (double limit=ZERO_APPROX) const |
void | SetReadOnly (bool b) |
bool | IsReadOnly () const |
double | GetValue () const |
double | GetValue (int precision) const |
void | SetValue (double d) |
void | ForceValue (double d) |
double | Increment (const SEScalar &s) |
double | Increment (double d) |
double | ForceIncrement (double d) |
double | Multiply (double d) |
void | Average (int cnt) |
bool | Equals (const SEScalar &to) const |
![]() | |
SEProperty () | |
virtual | ~SEProperty () |
Additional Inherited Members | |
![]() | |
static double | dNaN () |
static bool | IsNumber (double d) |
static bool | IsZero (double value, double limit) |
static bool | IsValue (double target, double value) |
static double | Truncate (double value, int decimal_places) |
![]() | |
bool | Set (const SEScalar &s) override |
void | Copy (const SEScalar &s) override |
bool | Force (const SEScalar &s) override |
double | GetValue (const CCompoundUnit &unit) const override |
double | GetValue (const CCompoundUnit &unit, int decimal_places) const override |
void | SetValue (double d, const CCompoundUnit &unit) override |
void | ForceValue (double d, const CCompoundUnit &unit) override |
double | Increment (double d, const CCompoundUnit &unit) override |
double | ForceIncrement (double d, const CCompoundUnit &unit) override |
const CCompoundUnit * | GetCompoundUnit (const std::string &unit) const override |
![]() | |
const VolumePerTimePressureAreaUnit * | m_unit |
![]() | |
double | m_value |
bool | m_isnan =true |
bool | m_isinf =false |
bool | m_readOnly =false |
Constructor & Destructor Documentation
◆ SEScalarVolumePerTimePressureArea()
|
inline |
◆ ~SEScalarVolumePerTimePressureArea()
|
inlinevirtual |