openscenegraph
Classes | Public Types | Public Member Functions | Protected Attributes | List of all members
osgAnimation::VertexInfluenceSet Class Reference

Classes

class  BoneWeight
 
class  UniqVertexSetToBoneSet
 

Public Types

typedef std::vector< VertexInfluenceBoneToVertexList
 
typedef std::vector< BoneWeightBoneWeightList
 
typedef std::map< int, BoneWeightListVertexIndexToBoneWeightMap
 
typedef std::vector< UniqVertexSetToBoneSetUniqVertexSetToBoneSetList
 

Public Member Functions

const UniqVertexSetToBoneSetListgetUniqVertexSetToBoneSetList () const
 
void addVertexInfluence (const VertexInfluence &v)
 
void buildVertex2BoneList ()
 
void buildUniqVertexSetToBoneSetList ()
 
void clear ()
 
const VertexIndexToBoneWeightMapgetVertexToBoneList () const
 

Protected Attributes

BoneToVertexList _bone2Vertexes
 
VertexIndexToBoneWeightMap _vertex2Bones
 
UniqVertexSetToBoneSetList _uniqVertexSetToBoneSet
 

Member Typedef Documentation

§ BoneToVertexList

§ BoneWeightList

§ UniqVertexSetToBoneSetList

§ VertexIndexToBoneWeightMap

Member Function Documentation

§ addVertexInfluence()

void osgAnimation::VertexInfluenceSet::addVertexInfluence ( const VertexInfluence v)

§ buildUniqVertexSetToBoneSetList()

void osgAnimation::VertexInfluenceSet::buildUniqVertexSetToBoneSetList ( )

§ buildVertex2BoneList()

void osgAnimation::VertexInfluenceSet::buildVertex2BoneList ( )

§ clear()

void osgAnimation::VertexInfluenceSet::clear ( )

§ getUniqVertexSetToBoneSetList()

const UniqVertexSetToBoneSetList& osgAnimation::VertexInfluenceSet::getUniqVertexSetToBoneSetList ( ) const
inline

§ getVertexToBoneList()

const VertexIndexToBoneWeightMap& osgAnimation::VertexInfluenceSet::getVertexToBoneList ( ) const

Member Data Documentation

§ _bone2Vertexes

BoneToVertexList osgAnimation::VertexInfluenceSet::_bone2Vertexes
protected

§ _uniqVertexSetToBoneSet

UniqVertexSetToBoneSetList osgAnimation::VertexInfluenceSet::_uniqVertexSetToBoneSet
protected

§ _vertex2Bones

VertexIndexToBoneWeightMap osgAnimation::VertexInfluenceSet::_vertex2Bones
protected

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