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==().
| bool osgAnimation::VertexInfluenceSet::BoneWeight::operator== | ( | const BoneWeight & | b | ) | const [inline] |
References getBoneName(), and getWeight().
| void osgAnimation::VertexInfluenceSet::BoneWeight::setWeight | ( | float | weight | ) | [inline] |
std::string osgAnimation::VertexInfluenceSet::BoneWeight::_boneName [protected] |
float osgAnimation::VertexInfluenceSet::BoneWeight::_weight [protected] |
| Generated at Sat May 14 08:21:16 2011 for the OpenSceneGraph by doxygen 1.5.9. |