Public Member Functions | |
| JointWeightData () | |
| JointWeightData (Int32 index) | |
| JointWeightData (Int32 lower, Int32 upper) | |
| Bool | operator< (const JointWeightData &dst) const |
| Bool | operator> (const JointWeightData &dst) const |
| Bool | operator<= (const JointWeightData &dst) const |
| Bool | operator>= (const JointWeightData &dst) const |
| Bool | operator== (const JointWeightData &dst) const |
| JointWeightData & | operator= (const JointWeightData &src) |
Static Public Member Functions | |
| static Bool | Write (HyperFile *hf, JointWeightData *data, Int32 cnt) |
| static Bool | Read (HyperFile *hf, JointWeightData *data, Int32 cnt) |
Public Attributes | |
| Int32 | m_Lower |
| Int32 | m_Upper |
| Int32 | m_wIndex |
| JointWeightData | ( | ) |
| JointWeightData | ( | Int32 | index | ) |
| JointWeightData | ( | Int32 | lower, |
| Int32 | upper | ||
| ) |
| Bool operator< | ( | const JointWeightData & | dst | ) | const |
| Bool operator> | ( | const JointWeightData & | dst | ) | const |
| Bool operator<= | ( | const JointWeightData & | dst | ) | const |
| Bool operator>= | ( | const JointWeightData & | dst | ) | const |
| Bool operator== | ( | const JointWeightData & | dst | ) | const |
| JointWeightData& operator= | ( | const JointWeightData & | src | ) |
|
static |
|
static |
| Int32 m_Lower |
| Int32 m_Upper |
| Int32 m_wIndex |