
Public Member Functions | |
| Target () | |
| virtual | ~Target () |
| virtual void | normalize ()=0 |
| float | getWeight () const |
| void | reset () |
| int | getCount () const |
Protected Member Functions | |
| void | addWeight (float w) |
Protected Attributes | |
| float | _weight |
| osgAnimation::Target::Target | ( | ) |
| virtual osgAnimation::Target::~Target | ( | ) | [virtual] |
| void osgAnimation::Target::addWeight | ( | float | w | ) | [inline, protected] |
| int osgAnimation::Target::getCount | ( | ) | const [inline] |
| float osgAnimation::Target::getWeight | ( | ) | const [inline] |
| virtual void osgAnimation::Target::normalize | ( | ) | [pure virtual] |
Implemented in osgAnimation::TemplateTarget< T >, and osgAnimation::TemplateTarget< osg::Quat >.
| void osgAnimation::Target::reset | ( | ) | [inline] |
float osgAnimation::Target::_weight [protected] |
1.5.9