OpenWalnut  1.2.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Static Public Member Functions | List of all members
WGECallbackTraits< osg::StateSet > Class Template Reference

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

#include <WGECallbackTraits.h>

Public Types

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

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

Definition at line 128 of file WGECallbackTraits.h.

Member Typedef Documentation

typedef osg::StateSet::Callback WGECallbackTraits< osg::StateSet >::CallbackType

The real callback type.

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

Definition at line 135 of file WGECallbackTraits.h.

typedef osg::StateSet WGECallbackTraits< osg::StateSet >::HandledType

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

Definition at line 140 of file WGECallbackTraits.h.

Member Function Documentation

static void WGECallbackTraits< osg::StateSet >::traverse ( CallbackType ,
HandledType ,
osg::NodeVisitor *   
)
inlinestatic

Call traversal method if existing for the specific callback type.

Definition at line 145 of file WGECallbackTraits.h.


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