Blender V2.61 - r43446
|
#include <mvmcoords.h>
Public Member Functions | |
mvmIndexWeight () | |
mvmIndexWeight (int const &i, mvmFloat const &w) | |
bool | operator> (mvmIndexWeight const &w) const |
bool | operator< (mvmIndexWeight const &w) const |
Public Attributes | |
mvmFloat | weight |
int | index |
Definition at line 38 of file mvmcoords.h.
mvmIndexWeight::mvmIndexWeight | ( | ) | [inline] |
Definition at line 41 of file mvmcoords.h.
mvmIndexWeight::mvmIndexWeight | ( | int const & | i, |
mvmFloat const & | w | ||
) | [inline] |
Definition at line 43 of file mvmcoords.h.
bool mvmIndexWeight::operator< | ( | mvmIndexWeight const & | w | ) | const [inline] |
Definition at line 48 of file mvmcoords.h.
References weight.
bool mvmIndexWeight::operator> | ( | mvmIndexWeight const & | w | ) | const [inline] |
Definition at line 47 of file mvmcoords.h.
References weight.
Definition at line 51 of file mvmcoords.h.
mvmFloat mvmIndexWeight::weight |
Definition at line 50 of file mvmcoords.h.
Referenced by operator<(), and operator>().