HDK
|
#include <UnitSystem.h>
Public Member Functions | |
UnitTransform (const string &ss, const string &ts, const TypeDesc *t, const string &unittype) | |
bool | operator== (const UnitTransform &rhs) const |
Comparison operator. More... | |
Public Attributes | |
string | sourceUnit |
string | targetUnit |
const TypeDesc * | type |
string | unitType |
Structure that represents unit transform information
Definition at line 30 of file UnitSystem.h.
UnitTransform::UnitTransform | ( | const string & | ss, |
const string & | ts, | ||
const TypeDesc * | t, | ||
const string & | unittype | ||
) |
|
inline |
Comparison operator.
Definition at line 40 of file UnitSystem.h.
string UnitTransform::sourceUnit |
Definition at line 34 of file UnitSystem.h.
string UnitTransform::targetUnit |
Definition at line 35 of file UnitSystem.h.
const TypeDesc* UnitTransform::type |
Definition at line 36 of file UnitSystem.h.
string UnitTransform::unitType |
Definition at line 37 of file UnitSystem.h.