openscenegraph
|
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 |
bool | link (Channel *channel) |
int | link (Animation *animation) |
Additional Inherited Members | |
![]() | |
enum | DataVariance { DYNAMIC, STATIC, UNSPECIFIED } |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
static bool | getThreadSafeReferenceCounting () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
![]() | |
virtual | ~Object () |
![]() | |
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 > | |||
) |