SYNOPSIS

#include <Inventor/lists/SbPList.h>

#include <Inventor/SoType.h>

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. "

Typedefs

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

Author

Generated automatically by Doxygen for Coin from the source code.