List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
osgAnimation::Bone::Bone |
( |
const Bone & |
b, |
|
|
const osg::CopyOp & |
copyop = osg::CopyOp::SHALLOW_COPY | |
|
) |
| | |
osgAnimation::Bone::Bone |
( |
const std::string & |
name = "" |
) |
|
Member Function Documentation
virtual bool osgAnimation::Bone::addChild |
( |
Node * |
child |
) |
[virtual] |
Add Node to Group.
If node is not NULL and is not contained in Group then increment its reference count, add it to the child list and dirty the bounding sphere to force it to recompute on next getBound() and return true for success. Otherwise return false. Scene nodes can't be added as child nodes.
virtual void osgAnimation::Bone::computeBindMatrix |
( |
|
) |
[virtual] |
const osg::Matrix& osgAnimation::Bone::getBindMatrixInBoneSpace |
( |
|
) |
const [inline] |
BoneMap osgAnimation::Bone::getBoneMap |
( |
|
) |
|
Bone* osgAnimation::Bone::getBoneParent |
( |
|
) |
|
const Bone* osgAnimation::Bone::getBoneParent |
( |
|
) |
const |
const osg::Matrix& osgAnimation::Bone::getInvBindMatrixInSkeletonSpace |
( |
|
) |
const [inline] |
osg::Matrix osgAnimation::Bone::getMatrixInBoneSpace |
( |
|
) |
const [inline] |
const osg::Matrix& osgAnimation::Bone::getMatrixInSkeletonSpace |
( |
|
) |
const [inline] |
const osg::Quat& osgAnimation::Bone::getRotation |
( |
|
) |
const [inline] |
const osg::Vec3& osgAnimation::Bone::getTranslation |
( |
|
) |
const [inline] |
osgAnimation::Bone::META_Node |
( |
osgAnimation |
, |
|
|
Bone |
| |
|
) |
| | |
bool osgAnimation::Bone::needLink |
( |
|
) |
const |
bool osgAnimation::Bone::needToComputeBindMatrix |
( |
|
) |
[inline] |
void osgAnimation::Bone::setBindMatrixInBoneSpace |
( |
const osg::Matrix & |
matrix |
) |
[inline] |
void osgAnimation::Bone::setDefaultUpdateCallback |
( |
const std::string & |
name = "" |
) |
|
void osgAnimation::Bone::setMatrixInSkeletonSpace |
( |
const osg::Matrix & |
matrix |
) |
[inline] |
void osgAnimation::Bone::setNeedToComputeBindMatrix |
( |
bool |
state |
) |
[inline] |
void osgAnimation::Bone::setRotation |
( |
const osg::Quat & |
quat |
) |
[inline] |
void osgAnimation::Bone::setScale |
( |
const osg::Vec3 & |
scale |
) |
[inline] |
void osgAnimation::Bone::setTranslation |
( |
const osg::Vec3 & |
trans |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: