15 #ifndef OSGANIMATION_STATSVISITOR_H
16 #define OSGANIMATION_STATSVISITOR_H
18 #include <osgAnimation/Export>
19 #include <osgAnimation/ActionVisitor>
38 const std::vector<std::string>&
getChannels()
const {
return _channels; }
41 void setFrame(
unsigned int frame) { _frame = frame; }
43 void apply(
Action& action);
std::vector< std::string > _channels
#define OSGANIMATION_EXPORT
const std::vector< std::string > & getChannels() const
osg::ref_ptr< osg::Stats > _stats
blend in from 0 to weight in duration
#define META_ActionVisitor(library, name)
blend out from weight to 0 in duration
void setFrame(unsigned int frame)
void setStats(osg::Stats *stats)