Public Member Functions | |
| BoneWeight (BoneType *bone, float weight) | |
| const BoneType * | getBone () const |
| float | getWeight () const |
| void | setWeight (float w) |
Protected Attributes | |
| osg::ref_ptr< BoneType > | _bone |
| float | _weight |
| osgAnimation::TransformVertexFunctor::BoneWeight::BoneWeight | ( | BoneType * | bone, | |
| float | weight | |||
| ) | [inline] |
| const BoneType* osgAnimation::TransformVertexFunctor::BoneWeight::getBone | ( | ) | const [inline] |
| float osgAnimation::TransformVertexFunctor::BoneWeight::getWeight | ( | ) | const [inline] |
References _weight.
| void osgAnimation::TransformVertexFunctor::BoneWeight::setWeight | ( | float | w | ) | [inline] |
References _weight.
float osgAnimation::TransformVertexFunctor::BoneWeight::_weight [protected] |
Referenced by getWeight(), and setWeight().
| Generated at Sat May 14 08:21:16 2011 for the OpenSceneGraph by doxygen 1.5.9. |