OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
osgAnimation::Channel Class Referenceabstract

#include <Channel.h>

Inheritance diagram for osgAnimation::Channel:
Inheritance graph
[legend]
Collaboration diagram for osgAnimation::Channel:
Collaboration graph
[legend]

Public Member Functions

 Channel ()
 
 Channel (const Channel &channel)
 
virtual ~Channel ()
 
virtual Channelclone () const =0
 
virtual void update (double time, float weight, int priority)=0
 
virtual void reset ()=0
 
virtual TargetgetTarget ()=0
 
virtual bool setTarget (Target *)=0
 
const std::string & getName () const
 
void setName (const std::string &name)
 
virtual double getStartTime () const =0
 
virtual double getEndTime () const =0
 
const std::string & getTargetName () const
 
void setTargetName (const std::string &name)
 
virtual SamplergetSampler ()=0
 
virtual const SamplergetSampler () const =0
 
virtual bool createKeyframeContainerFromTargetValue ()=0
 
- Public Member Functions inherited from osg::Referenced
 Referenced ()
 
 Referenced (bool threadSafeRefUnref)
 
 Referenced (const Referenced &)
 
Referencedoperator= (const Referenced &)
 
virtual void setThreadSafeRefUnref (bool threadSafe)
 
bool getThreadSafeRefUnref () const
 
OpenThreads::MutexgetRefMutex () const
 
int ref () const
 
int unref () const
 
int unref_nodelete () const
 
int referenceCount () const
 
ObserverSetgetObserverSet () const
 
ObserverSetgetOrCreateObserverSet () const
 
void addObserver (Observer *observer) const
 
void removeObserver (Observer *observer) const
 

Protected Attributes

std::string _targetName
 
std::string _name
 
- 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::MutexgetGlobalReferencedMutex ()
 
static void setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting)
 
static bool getThreadSafeReferenceCounting ()
 
static void setDeleteHandler (DeleteHandler *handler)
 
static DeleteHandlergetDeleteHandler ()
 
- Protected Member Functions inherited from osg::Referenced
virtual ~Referenced ()
 
void signalObserversAndDelete (bool signalDelete, bool doDelete) const
 
void deleteUsingDeleteHandler () const
 

Detailed Description

Definition at line 31 of file Channel.h.

Constructor & Destructor Documentation

osgAnimation::Channel::Channel ( )
osgAnimation::Channel::Channel ( const Channel channel)
virtual osgAnimation::Channel::~Channel ( )
virtual

Member Function Documentation

virtual Channel* osgAnimation::Channel::clone ( ) const
pure virtual
virtual bool osgAnimation::Channel::createKeyframeContainerFromTargetValue ( )
pure virtual
virtual double osgAnimation::Channel::getEndTime ( ) const
pure virtual
const std::string& osgAnimation::Channel::getName ( ) const

Here is the caller graph for this function:

virtual Sampler* osgAnimation::Channel::getSampler ( )
pure virtual
virtual const Sampler* osgAnimation::Channel::getSampler ( ) const
pure virtual
virtual double osgAnimation::Channel::getStartTime ( ) const
pure virtual
virtual Target* osgAnimation::Channel::getTarget ( )
pure virtual
const std::string& osgAnimation::Channel::getTargetName ( ) const
virtual void osgAnimation::Channel::reset ( )
pure virtual
void osgAnimation::Channel::setName ( const std::string &  name)
virtual bool osgAnimation::Channel::setTarget ( Target )
pure virtual

Implemented in osgAnimation::TemplateChannel< SamplerType >.

Here is the caller graph for this function:

void osgAnimation::Channel::setTargetName ( const std::string &  name)
virtual void osgAnimation::Channel::update ( double  time,
float  weight,
int  priority 
)
pure virtual

Member Data Documentation

std::string osgAnimation::Channel::_name
protected

Definition at line 65 of file Channel.h.

std::string osgAnimation::Channel::_targetName
protected

Definition at line 64 of file Channel.h.


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