Public Member Functions | |
BoneWeight (const std::string &name, float weight) | |
const std::string & | getBoneName () const |
float | getWeight () const |
void | setWeight (float weight) |
bool | operator== (const BoneWeight &b) const |
Protected Attributes | |
std::string | _boneName |
float | _weight |
osgAnimation::VertexInfluenceSet::BoneWeight::BoneWeight | ( | const std::string & | name, | |
float | weight | |||
) | [inline] |
const std::string& osgAnimation::VertexInfluenceSet::BoneWeight::getBoneName | ( | ) | const [inline] |
Referenced by operator==().
float osgAnimation::VertexInfluenceSet::BoneWeight::getWeight | ( | ) | const [inline] |
Referenced by operator==().
void osgAnimation::VertexInfluenceSet::BoneWeight::setWeight | ( | float | weight | ) | [inline] |
bool osgAnimation::VertexInfluenceSet::BoneWeight::operator== | ( | const BoneWeight & | b | ) | const [inline] |
References getBoneName(), and getWeight().
std::string osgAnimation::VertexInfluenceSet::BoneWeight::_boneName [protected] |
float osgAnimation::VertexInfluenceSet::BoneWeight::_weight [protected] |