Public Types | |
| typedef aiVector3D | elem_type |
Public Member Functions | |
| aiVectorKey (double time, const aiVector3D &value) | |
| Construction from a given time and key value. | |
| aiVectorKey () | |
| Default constructor. | |
| bool | operator!= (const aiVectorKey &o) const |
| bool | operator< (const aiVectorKey &o) const |
| Relational operators. | |
| bool | operator== (const aiVectorKey &o) const |
| Comparison operators. | |
| bool | operator> (const aiVectorKey &o) const |
Public Attributes | |
| double | mTime |
| The time of this key. | |
| aiVector3D | mValue |
| The value of this key. | |
| typedef aiVector3D aiVectorKey::elem_type |
| aiVectorKey::aiVectorKey | ( | ) | [inline] |
Default constructor.
| aiVectorKey::aiVectorKey | ( | double | time, | |
| const aiVector3D & | value | |||
| ) | [inline] |
Construction from a given time and key value.
| bool aiVectorKey::operator!= | ( | const aiVectorKey & | o | ) | const [inline] |
| bool aiVectorKey::operator< | ( | const aiVectorKey & | o | ) | const [inline] |
Relational operators.
Just the key time is compared For use with std::sort();
| bool aiVectorKey::operator== | ( | const aiVectorKey & | o | ) | const [inline] |
Comparison operators.
Just the key value is compared For use with std::find();
| bool aiVectorKey::operator> | ( | const aiVectorKey & | o | ) | const [inline] |
| double aiVectorKey::mTime |
The time of this key.
The value of this key.
1.5.8