|
OSG
3.4.0
|
#include <Channel.h>


Public Member Functions | |
| Channel () | |
| Channel (const Channel &channel) | |
| virtual | ~Channel () |
| virtual Channel * | clone () const =0 |
| virtual void | update (double time, float weight, int priority)=0 |
| virtual void | reset ()=0 |
| virtual Target * | getTarget ()=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 Sampler * | getSampler ()=0 |
| virtual const Sampler * | getSampler () const =0 |
| virtual bool | createKeyframeContainerFromTargetValue ()=0 |
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 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::Mutex * | getGlobalReferencedMutex () |
| static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
| static bool | getThreadSafeReferenceCounting () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
| osgAnimation::Channel::Channel | ( | ) |
| osgAnimation::Channel::Channel | ( | const Channel & | channel | ) |
|
virtual |
|
pure virtual |
Implemented in osgAnimation::TemplateChannel< SamplerType >.
|
pure virtual |
Implemented in osgAnimation::TemplateChannel< SamplerType >.
|
pure virtual |
Implemented in osgAnimation::TemplateChannel< SamplerType >.
| const std::string& osgAnimation::Channel::getName | ( | ) | const |

|
pure virtual |
Implemented in osgAnimation::TemplateChannel< SamplerType >.
|
pure virtual |
Implemented in osgAnimation::TemplateChannel< SamplerType >.
|
pure virtual |
Implemented in osgAnimation::TemplateChannel< SamplerType >.
|
pure virtual |
Implemented in osgAnimation::TemplateChannel< SamplerType >.
| const std::string& osgAnimation::Channel::getTargetName | ( | ) | const |
|
pure virtual |
Implemented in osgAnimation::TemplateChannel< SamplerType >.
| void osgAnimation::Channel::setName | ( | const std::string & | name | ) |
|
pure virtual |
Implemented in osgAnimation::TemplateChannel< SamplerType >.

| void osgAnimation::Channel::setTargetName | ( | const std::string & | name | ) |
|
pure virtual |
Implemented in osgAnimation::TemplateChannel< SamplerType >.
1.8.8