|
OSG
3.4.0
|
This class manage format for software skinning. More...
#include <RigTransformSoftware.h>


Classes | |
| class | BoneWeight |
| class | UniqBoneSetVertexSet |
Public Types | |
| typedef std::vector< BoneWeight > | BoneWeightList |
| typedef std::vector< int > | VertexList |
Public Member Functions | |
| RigTransformSoftware () | |
| virtual void | operator() (RigGeometry &) |
| template<class V > | |
| void | compute (const osg::Matrix &transform, const osg::Matrix &invTransform, const V *src, V *dst) |
| template<class V > | |
| void | computeNormal (const osg::Matrix &transform, const osg::Matrix &invTransform, const V *src, V *dst) |
Public Member Functions inherited from osgAnimation::RigTransform | |
| RigTransform () | |
| virtual | ~RigTransform () |
Public Member Functions inherited from osg::Referenced | |
| Referenced () | |
| Referenced (bool threadSafeRefUnref) | |
| Referenced (const Referenced &) | |
| Referenced & | operator= (const Referenced &) |
| virtual void | setThreadSafeRefUnref (bool threadSafe) |
| bool | getThreadSafeRefUnref () const |
| OpenThreads::Mutex * | getRefMutex () const |
| int | ref () const |
| int | unref () const |
| int | unref_nodelete () const |
| int | referenceCount () const |
| ObserverSet * | getObserverSet () const |
| ObserverSet * | getOrCreateObserverSet () const |
| void | addObserver (Observer *observer) const |
| void | removeObserver (Observer *observer) const |
Protected Member Functions | |
| bool | init (RigGeometry &) |
| void | initVertexSetFromBones (const BoneMap &map, const VertexInfluenceSet::UniqVertexSetToBoneSetList &influence) |
Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
Protected Attributes | |
| std::vector< UniqBoneSetVertexSet > | _boneSetVertexSet |
| bool | _needInit |
Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
Additional Inherited Members | |
Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
| static bool | getThreadSafeReferenceCounting () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
This class manage format for software skinning.
Definition at line 30 of file RigTransformSoftware.h.
| typedef std::vector<BoneWeight> osgAnimation::RigTransformSoftware::BoneWeightList |
Definition at line 50 of file RigTransformSoftware.h.
| typedef std::vector<int> osgAnimation::RigTransformSoftware::VertexList |
Definition at line 51 of file RigTransformSoftware.h.
| osgAnimation::RigTransformSoftware::RigTransformSoftware | ( | ) |
|
inline |
|
inline |
|
protected |
|
protected |
|
virtual |
Reimplemented from osgAnimation::RigTransform.
|
protected |
Definition at line 165 of file RigTransformSoftware.h.
|
protected |
Definition at line 167 of file RigTransformSoftware.h.
1.8.8