OpenSceneGraph
3.0.1
|
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 Mon May 7 2012 07:18:32 for the OpenSceneGraph by doxygen 1.8.0. |