OpenWalnut 1.2.5
|
StateAttributes have their own callback type and do NOT provide a traverse method. More...
#include <WGECallbackTraits.h>
Public Types | |
typedef osg::StateAttribute::Callback | CallbackType |
The real callback type. | |
typedef osg::StateAttribute | HandledType |
The type of the element used as parameter in the () operator. | |
Static Public Member Functions | |
static void | traverse (CallbackType *, HandledType *, osg::NodeVisitor *) |
Call traversal method if existing for the specific callback type. |
StateAttributes have their own callback type and do NOT provide a traverse method.
Definition at line 101 of file WGECallbackTraits.h.
typedef osg::StateAttribute::Callback WGECallbackTraits< osg::StateAttribute >::CallbackType |
The real callback type.
Some specific OSG classes have specific callbacks. Specialize this template in this case.
Definition at line 108 of file WGECallbackTraits.h.
typedef osg::StateAttribute WGECallbackTraits< osg::StateAttribute >::HandledType |
The type of the element used as parameter in the () operator.
Definition at line 113 of file WGECallbackTraits.h.
static void WGECallbackTraits< osg::StateAttribute >::traverse | ( | CallbackType * | , |
HandledType * | , | ||
osg::NodeVisitor * | |||
) | [inline, static] |
Call traversal method if existing for the specific callback type.
Definition at line 118 of file WGECallbackTraits.h.