OpenWalnut  1.4.0
Public Types | Static Public Member Functions
WGECallbackTraits< osg::Drawable > Class Template Reference

Drawables have their own callback type and do NOT provide a traverse method. More...

#include <WGECallbackTraits.h>

List of all members.

Public Types

typedef
osg::Drawable::UpdateCallback 
CallbackType
 The real callback type.
typedef osg::Drawable 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.

Detailed Description

template<>
class WGECallbackTraits< osg::Drawable >

Drawables have their own callback type and do NOT provide a traverse method.

Definition at line 152 of file WGECallbackTraits.h.


Member Typedef Documentation

typedef osg::Drawable::UpdateCallback WGECallbackTraits< osg::Drawable >::CallbackType

The real callback type.

Some specific OSG classes have specific callbacks. Specialize this template in this case.

Definition at line 158 of file WGECallbackTraits.h.

typedef osg::Drawable WGECallbackTraits< osg::Drawable >::HandledType

The type of the element used as parameter in the () operator.

Definition at line 163 of file WGECallbackTraits.h.


Member Function Documentation

static void WGECallbackTraits< osg::Drawable >::traverse ( CallbackType ,
HandledType ,
osg::NodeVisitor *   
) [inline, static]

Call traversal method if existing for the specific callback type.

Definition at line 168 of file WGECallbackTraits.h.


The documentation for this class was generated from the following file: