Soactionmethodlist.h -
#include <Inventor/lists/SbPList.h>
#include <Inventor/SoType.h>
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. "
typedef void(* SoActionMethod )(SoAction *, SoNode *)
Generated automatically by Doxygen for Coin from the source code.