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

Public Member Functions

BoneWeightListgetBones ()
 
VertexListgetVertexes ()
 
void resetMatrix ()
 
void accummulateMatrix (const osg::Matrix &invBindMatrix, const osg::Matrix &matrix, osg::Matrix::value_type weight)
 
void computeMatrixForVertexSet ()
 
const osg::MatrixgetMatrix () const
 

Protected Attributes

BoneWeightList _bones
 
VertexList _vertexes
 
osg::Matrix _result
 

Member Function Documentation

§ accummulateMatrix()

void osgAnimation::RigTransformSoftware::UniqBoneSetVertexSet::accummulateMatrix ( const osg::Matrix invBindMatrix,
const osg::Matrix matrix,
osg::Matrix::value_type  weight 
)
inline

§ computeMatrixForVertexSet()

void osgAnimation::RigTransformSoftware::UniqBoneSetVertexSet::computeMatrixForVertexSet ( )
inline

§ getBones()

BoneWeightList& osgAnimation::RigTransformSoftware::UniqBoneSetVertexSet::getBones ( )
inline

§ getMatrix()

const osg::Matrix& osgAnimation::RigTransformSoftware::UniqBoneSetVertexSet::getMatrix ( ) const
inline

§ getVertexes()

VertexList& osgAnimation::RigTransformSoftware::UniqBoneSetVertexSet::getVertexes ( )
inline

§ resetMatrix()

void osgAnimation::RigTransformSoftware::UniqBoneSetVertexSet::resetMatrix ( )
inline

Member Data Documentation

§ _bones

BoneWeightList osgAnimation::RigTransformSoftware::UniqBoneSetVertexSet::_bones
protected

§ _result

osg::Matrix osgAnimation::RigTransformSoftware::UniqBoneSetVertexSet::_result
protected

§ _vertexes

VertexList osgAnimation::RigTransformSoftware::UniqBoneSetVertexSet::_vertexes
protected

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