Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
List of all members
MassPerTimeUnit Class Reference
#include <SEScalarMassPerTime.h>
Inherits CCompoundUnit.
Public Member Functions | |
MassPerTimeUnit (const std::string &u) | |
virtual ~MassPerTimeUnit () | |
MassPerTimeUnit (const MassPerTimeUnit &)=delete | |
MassPerTimeUnit & operator= (const MassPerTimeUnit &)=delete | |
![]() | |
CCompoundUnit () | |
CCompoundUnit (const std::string &unitString) | |
CCompoundUnit (const CCompoundUnit &src) | |
virtual ~CCompoundUnit () | |
const CUnitDimension * GetDimension () const | |
const double & GetBigness () const | |
double GetBias () const | |
CCompoundUnit & operator= (const CCompoundUnit &rhs) | |
CCompoundUnit & operator*= (const CCompoundUnit &rhs) | |
CCompoundUnit & operator/= (const CCompoundUnit &rhs) | |
CCompoundUnit operator* (const CCompoundUnit &rhs) const | |
CCompoundUnit operator/ (const CCompoundUnit &rhs) const | |
CCompoundUnit & Raise (CCompoundUnitElement::ExponentType) | |
bool operator== (const CCompoundUnit &rhs) const | |
bool operator!= (const CCompoundUnit &rhs) const | |
bool IsOfType (int quantityTypeID) | |
bool IsOfType (const std::string &quantityName) | |
bool IsDimensionless () const | |
bool IsDecibel () const | |
bool IsUnitEmpty () const | |
double GetDecibelLogScaleFactor () const | |
void DecibelModeOn () | |
void DecibelModeOff () | |
CCompoundUnitElement & AddElement (const CCompoundUnitElement &) | |
void clear () | |
void ParseString (const std::string &unitString) | |
std::string GetString () const | |
std::ostream & PrintSelf (std::ostream &output) const | |
Static Public Member Functions | |
static bool IsValidUnit (const std::string &unit) | |
static const MassPerTimeUnit & GetCompoundUnit (const std::string &unit) | |
Static Public Attributes | |
static const MassPerTimeUnit g_Per_s | |
static const MassPerTimeUnit g_Per_min | |
static const MassPerTimeUnit g_Per_day | |
static const MassPerTimeUnit mg_Per_s | |
static const MassPerTimeUnit mg_Per_min | |
static const MassPerTimeUnit ug_Per_min | |
static const MassPerTimeUnit ug_Per_s | |
static const MassPerTimeUnit kg_Per_s | |
Additional Inherited Members | |
![]() | |
void BuildDimension () const | |
void ComputeBigness () const | |
Constructor & Destructor Documentation
◆ MassPerTimeUnit() [1/2]
|
inline |
◆ ~MassPerTimeUnit()
|
inlinevirtual |
◆ MassPerTimeUnit() [2/2]
|
delete |
Member Function Documentation
◆ GetCompoundUnit()
|
static |
◆ IsValidUnit()
|
static |
◆ operator=()
|
delete |
Member Data Documentation
◆ g_Per_day
|
static |
◆ g_Per_min
|
static |
◆ g_Per_s
|
static |
◆ kg_Per_s
|
static |
◆ mg_Per_min
|
static |
◆ mg_Per_s
|
static |
◆ ug_Per_min
|
static |
◆ ug_Per_s
|
static |