openscenegraph
Public Member Functions | List of all members
osgAnimation::AnimationUpdateCallback< T > Class Template Reference
Inheritance diagram for osgAnimation::AnimationUpdateCallback< T >:
osgAnimation::AnimationUpdateCallbackBase osg::Object osg::Referenced

Public Member Functions

 AnimationUpdateCallback ()
 
 AnimationUpdateCallback (const std::string &name)
 
 AnimationUpdateCallback (const AnimationUpdateCallback &apc, const osg::CopyOp &copyop)
 
 META_Object (osgAnimation, AnimationUpdateCallback< T >)
 
const std::string & getName () const
 
bool link (Channel *channel)
 
int link (Animation *animation)
 

Additional Inherited Members

- Public Types inherited from osg::Object
enum  DataVariance { DYNAMIC, STATIC, UNSPECIFIED }
 
- Static Public Member Functions inherited from osg::Referenced
static OpenThreads::MutexgetGlobalReferencedMutex ()
 
static void setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting)
 
static bool getThreadSafeReferenceCounting ()
 
static void setDeleteHandler (DeleteHandler *handler)
 
static DeleteHandlergetDeleteHandler ()
 
- Protected Member Functions inherited from osg::Object
virtual ~Object ()
 
- Protected Attributes inherited from osg::Object
std::string _name
 
DataVariance _dataVariance
 
osg::UserDataContainer_userDataContainer
 

Constructor & Destructor Documentation

template<class T>
osgAnimation::AnimationUpdateCallback< T >::AnimationUpdateCallback ( const std::string &  name)
inline
template<class T>
osgAnimation::AnimationUpdateCallback< T >::AnimationUpdateCallback ( const AnimationUpdateCallback< T > &  apc,
const osg::CopyOp copyop 
)
inline

Member Function Documentation

template<class T>
const std::string& osgAnimation::AnimationUpdateCallback< T >::getName ( ) const
inline
template<class T>
bool osgAnimation::AnimationUpdateCallback< T >::link ( Channel channel)
inlinevirtual
template<class T>
int osgAnimation::AnimationUpdateCallback< T >::link ( Animation animation)
inlinevirtual
template<class T>
osgAnimation::AnimationUpdateCallback< T >::META_Object ( osgAnimation  ,
AnimationUpdateCallback< T >   
)

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