Public Member Functions | |
| Channel () | |
| Channel (const Channel &channel) | |
| virtual | ~Channel () |
| virtual Channel * | clone () const =0 |
| virtual void | update (float 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 float | getStartTime () const =0 |
| virtual float | 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 |
Protected Attributes | |
| std::string | _targetName |
| std::string | _name |
| osgAnimation::Channel::Channel | ( | ) |
| osgAnimation::Channel::Channel | ( | const Channel & | channel | ) |
| virtual osgAnimation::Channel::~Channel | ( | ) | [virtual] |
| virtual Channel* osgAnimation::Channel::clone | ( | ) | const [pure virtual] |
Implemented in osgAnimation::TemplateChannel< SamplerType >.
| virtual bool osgAnimation::Channel::createKeyframeContainerFromTargetValue | ( | ) | [pure virtual] |
Implemented in osgAnimation::TemplateChannel< SamplerType >.
| virtual float osgAnimation::Channel::getEndTime | ( | ) | const [pure virtual] |
Implemented in osgAnimation::TemplateChannel< SamplerType >.
| const std::string& osgAnimation::Channel::getName | ( | ) | const |
| virtual const Sampler* osgAnimation::Channel::getSampler | ( | ) | const [pure virtual] |
Implemented in osgAnimation::TemplateChannel< SamplerType >.
| virtual Sampler* osgAnimation::Channel::getSampler | ( | ) | [pure virtual] |
Implemented in osgAnimation::TemplateChannel< SamplerType >.
| virtual float osgAnimation::Channel::getStartTime | ( | ) | const [pure virtual] |
Implemented in osgAnimation::TemplateChannel< SamplerType >.
| virtual Target* osgAnimation::Channel::getTarget | ( | ) | [pure virtual] |
Implemented in osgAnimation::TemplateChannel< SamplerType >.
| const std::string& osgAnimation::Channel::getTargetName | ( | ) | const |
| virtual void osgAnimation::Channel::reset | ( | ) | [pure virtual] |
Implemented in osgAnimation::TemplateChannel< SamplerType >.
| void osgAnimation::Channel::setName | ( | const std::string & | name | ) |
| virtual bool osgAnimation::Channel::setTarget | ( | Target * | ) | [pure virtual] |
Implemented in osgAnimation::TemplateChannel< SamplerType >.
| void osgAnimation::Channel::setTargetName | ( | const std::string & | name | ) |
| virtual void osgAnimation::Channel::update | ( | float | time, | |
| float | weight, | |||
| int | priority | |||
| ) | [pure virtual] |
Implemented in osgAnimation::TemplateChannel< SamplerType >.
std::string osgAnimation::Channel::_name [protected] |
std::string osgAnimation::Channel::_targetName [protected] |
| Generated at Sat May 14 08:21:15 2011 for the OpenSceneGraph by doxygen 1.5.9. |