MaterialX 1.39.1
|
Structure that represents unit transform information. More...
#include <UnitSystem.h>
Public Member Functions | |
UnitTransform (const string &ss, const string &ts, TypeDesc t, const string &unittype) | |
bool | operator== (const UnitTransform &rhs) const |
Comparison operator. | |
Public Attributes | |
string | sourceUnit |
string | targetUnit |
TypeDesc | type |
string | unitType |
Structure that represents unit transform information.