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] |
References _boneName.
Referenced by operator==().
float osgAnimation::VertexInfluenceSet::BoneWeight::getWeight | ( | ) | const [inline] |
References _weight.
Referenced by operator==().
bool osgAnimation::VertexInfluenceSet::BoneWeight::operator== | ( | const BoneWeight & | b | ) | const [inline] |
References _boneName, _weight, getBoneName(), and getWeight().
void osgAnimation::VertexInfluenceSet::BoneWeight::setWeight | ( | float | weight | ) | [inline] |
References _weight.
std::string osgAnimation::VertexInfluenceSet::BoneWeight::_boneName [protected] |
Referenced by getBoneName(), and operator==().
float osgAnimation::VertexInfluenceSet::BoneWeight::_weight [protected] |
Referenced by getWeight(), operator==(), and setWeight().
![]() | Generated at Wed Dec 15 2010 01:23:37 for the OpenSceneGraph by doxygen 1.7.1. |