Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
List of all members
LengthPerTimeUnit Class Reference
#include <SEScalarLengthPerTime.h>
Inherits CCompoundUnit.
Public Member Functions | |
LengthPerTimeUnit (const std::string &u) | |
virtual | ~LengthPerTimeUnit () |
LengthPerTimeUnit (const LengthPerTimeUnit &)=delete | |
LengthPerTimeUnit & | operator= (const LengthPerTimeUnit &)=delete |
Public Member Functions inherited from CCompoundUnit | |
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 LengthPerTimeUnit & | GetCompoundUnit (const std::string &unit) |
Static Public Attributes | |
static const LengthPerTimeUnit | m_Per_s |
static const LengthPerTimeUnit | cm_Per_s |
static const LengthPerTimeUnit | m_Per_min |
static const LengthPerTimeUnit | cm_Per_min |
static const LengthPerTimeUnit | ft_Per_s |
static const LengthPerTimeUnit | ft_Per_min |
static const LengthPerTimeUnit | km_Per_hr |
Additional Inherited Members | |
Protected Member Functions inherited from CCompoundUnit | |
void | BuildDimension () const |
void | ComputeBigness () const |
Constructor & Destructor Documentation
◆ LengthPerTimeUnit() [1/2]
|
inline |
◆ ~LengthPerTimeUnit()
|
inlinevirtual |
◆ LengthPerTimeUnit() [2/2]
|
delete |
Member Function Documentation
◆ GetCompoundUnit()
|
static |
◆ IsValidUnit()
|
static |
◆ operator=()
|
delete |
Member Data Documentation
◆ cm_Per_min
|
static |
◆ cm_Per_s
|
static |
◆ ft_Per_min
|
static |
◆ ft_Per_s
|
static |
◆ km_Per_hr
|
static |
◆ m_Per_min
|
static |
◆ m_Per_s
|
static |