OpenSceneGraph
3.0.1
|
Public Member Functions | |
AnimationUpdateCallback () | |
AnimationUpdateCallback (const std::string &name) | |
AnimationUpdateCallback (const AnimationUpdateCallback &apc, const osg::CopyOp ©op) | |
META_Object (osgAnimation, AnimationUpdateCallback< T >) | |
const std::string & | getName () const |
Get the name of object. | |
bool | link (Channel *channel) |
int | link (Animation *animation) |
Additional Inherited Members | |
![]() | |
enum | DataVariance { DYNAMIC, STATIC, UNSPECIFIED } |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
Get the optional global Referenced mutex, this can be shared between all osg::Referenced. | |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
Set whether reference counting should use a mutex for thread safe reference counting. | |
static bool | getThreadSafeReferenceCounting () |
Get whether reference counting is active. | |
static void | setDeleteHandler (DeleteHandler *handler) |
Set a DeleteHandler to which deletion of all referenced counted objects will be delegated. | |
static DeleteHandler * | getDeleteHandler () |
Get a DeleteHandler. | |
![]() | |
virtual | ~Object () |
Object destructor. | |
![]() | |
std::string | _name |
DataVariance | _dataVariance |
osg::UserDataContainer * | _userDataContainer |
|
inline |
|
inline |
|
inline |
|
inline |
Get the name of object.
Reimplemented from osg::Object.
Referenced by osgAnimation::AnimationUpdateCallback< osg::StateAttributeCallback >::getName().
|
inlinevirtual |
Implements osgAnimation::AnimationUpdateCallbackBase.
Reimplemented in osgAnimation::UpdateMorph, osgAnimation::UpdateMaterial, and osgAnimation::UpdateMatrixTransform.
|
inlinevirtual |
Implements osgAnimation::AnimationUpdateCallbackBase.
osgAnimation::AnimationUpdateCallback< T >::META_Object | ( | osgAnimation | , |
AnimationUpdateCallback< T > | |||
) |
![]() | Generated at Tue Sep 4 2012 06:14:37 for the OpenSceneGraph by doxygen 1.8.1.2. |