OpenSceneGraph
3.4.0
|
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 Tue Dec 8 2015 00:16:46 for the OpenSceneGraph by doxygen 1.7.6.1. |