OpenSceneGraph
3.0.1
|
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 |
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.
virtual bool osgAnimation::Channel::createKeyframeContainerFromTargetValue | ( | ) | [pure virtual] |
Implemented in osgAnimation::TemplateChannel.
virtual double osgAnimation::Channel::getEndTime | ( | ) | const [pure virtual] |
Implemented in osgAnimation::TemplateChannel.
const std::string& osgAnimation::Channel::getName | ( | ) | const |
virtual Sampler* osgAnimation::Channel::getSampler | ( | ) | [pure virtual] |
Implemented in osgAnimation::TemplateChannel.
virtual const Sampler* osgAnimation::Channel::getSampler | ( | ) | const [pure virtual] |
Implemented in osgAnimation::TemplateChannel.
virtual double osgAnimation::Channel::getStartTime | ( | ) | const [pure virtual] |
Implemented in osgAnimation::TemplateChannel.
virtual Target* osgAnimation::Channel::getTarget | ( | ) | [pure virtual] |
Implemented in osgAnimation::TemplateChannel.
const std::string& osgAnimation::Channel::getTargetName | ( | ) | const |
virtual void osgAnimation::Channel::reset | ( | ) | [pure virtual] |
Implemented in osgAnimation::TemplateChannel.
void osgAnimation::Channel::setName | ( | const std::string & | name | ) |
virtual bool osgAnimation::Channel::setTarget | ( | Target * | ) | [pure virtual] |
Implemented in osgAnimation::TemplateChannel.
void osgAnimation::Channel::setTargetName | ( | const std::string & | name | ) |
virtual void osgAnimation::Channel::update | ( | double | time, |
float | weight, | ||
int | priority | ||
) | [pure virtual] |
Implemented in osgAnimation::TemplateChannel.
std::string osgAnimation::Channel::_name [protected] |
std::string osgAnimation::Channel::_targetName [protected] |
![]() | Generated at Mon Oct 3 2011 12:39:45 for the OpenSceneGraph by doxygen 1.7.5. |