openscenegraph
Public Member Functions | Protected Attributes | List of all members
osgAnimation::RigTransformSoftware::BoneWeight Class Reference

Public Member Functions

 BoneWeight (Bone *bone, float weight)
 
const BonegetBone () const
 
float getWeight () const
 
void setWeight (float w)
 

Protected Attributes

osg::observer_ptr< Bone_bone
 
float _weight
 

Constructor & Destructor Documentation

§ BoneWeight()

osgAnimation::RigTransformSoftware::BoneWeight::BoneWeight ( Bone bone,
float  weight 
)
inline

Member Function Documentation

§ getBone()

const Bone* osgAnimation::RigTransformSoftware::BoneWeight::getBone ( ) const
inline

§ getWeight()

float osgAnimation::RigTransformSoftware::BoneWeight::getWeight ( ) const
inline

§ setWeight()

void osgAnimation::RigTransformSoftware::BoneWeight::setWeight ( float  w)
inline

Member Data Documentation

§ _bone

osg::observer_ptr<Bone> osgAnimation::RigTransformSoftware::BoneWeight::_bone
protected

§ _weight

float osgAnimation::RigTransformSoftware::BoneWeight::_weight
protected

The documentation for this class was generated from the following file: