OpenSceneGraph
3.4.0
|
Public Member Functions | |
UpdateUniform (const std::string &aName="") | |
UpdateUniform (const UpdateUniform &updateuniform, const osg::CopyOp ©op) | |
META_Object (osgAnimation, UpdateUniform< T >) | |
virtual void | operator() (osg::Uniform *uniform, osg::NodeVisitor *nv) |
Callback method called by the NodeVisitor when visiting a node. | |
bool | link (Channel *channel) |
void | update (osg::Uniform &uniform) |
Protected Attributes | |
osg::ref_ptr< TemplateTarget< T > > | _uniformTarget |
osgAnimation::UpdateUniform< T >::UpdateUniform | ( | const std::string & | aName = "" | ) | [inline] |
osgAnimation::UpdateUniform< T >::UpdateUniform | ( | const UpdateUniform< T > & | updateuniform, |
const osg::CopyOp & | copyop | ||
) | [inline] |
bool osgAnimation::UpdateUniform< T >::link | ( | Channel * | channel | ) | [inline, virtual] |
Reimplemented from osgAnimation::AnimationUpdateCallback< osg::UniformCallback >.
osgAnimation::UpdateUniform< T >::META_Object | ( | osgAnimation | , |
UpdateUniform< T > | |||
) |
virtual void osgAnimation::UpdateUniform< T >::operator() | ( | osg::Uniform * | uniform, |
osg::NodeVisitor * | nv | ||
) | [inline, virtual] |
Callback method called by the NodeVisitor when visiting a node.
Reimplemented from osg::UniformCallback.
void osgAnimation::UpdateUniform< T >::update | ( | osg::Uniform & | uniform | ) | [inline] |
Referenced by osgAnimation::UpdateUniform< osg::Matrixf >::operator()().
osg::ref_ptr< TemplateTarget<T> > osgAnimation::UpdateUniform< T >::_uniformTarget [protected] |
![]() | Generated at Tue Dec 8 2015 00:14:27 for the OpenSceneGraph by doxygen 1.7.6.1. |