Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
SoActionMethodList.h File Reference
#include <Inventor/lists/SbPList.h>
#include <Inventor/SoType.h>

Go to the source code of this file.

Classes

class  SoActionMethodList
 The SoActionMethodList class contains function pointers for action methods.An SoActionMethodList contains one function pointer per node type. Each action contains an SoActioMethodList to know which functions to call during scene graph traversal. More...
 

Typedefs

typedef void(* SoActionMethod) (SoAction *, SoNode *)
 

Typedef Documentation

◆ SoActionMethod

void(* SoActionMethod)(SoAction *, SoNode *)

The type definition for all action method functions.