Provided by: libcoin80-doc_3.1.4~abc9f50-4ubuntu2_all 

NAME
SoCallback.h -
SYNOPSIS
#include <Inventor/nodes/SoSubNode.h>
Classes
class SoCallback
The SoCallback class is a node type which provides a means of setting callback hooks in the scene
graph.
By inserting SoCallback nodes in a scene graph, the application programmer can set up functions to be
executed at certain points in the traversal. "
Typedefs
typedef void SoCallbackCB (void *userdata, SoAction *action)
Typedef Documentation
void SoCallbackCB
Signature that callback functions need to have.
Author
Generated automatically by Doxygen for Coin from the source code.
Version 4.0.0a Wed Feb 26 2014 SoCallback.h(3)