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

Go to the source code of this file.

Classes

class  SoCallback
 The SoCallback class is a node type which provides a means of setting callback hooks in the scene graph. More...
 

Typedefs

typedef void SoCallbackCB(void *userdata, SoAction *action)
 

Typedef Documentation

◆ SoCallbackCB

void SoCallbackCB

Signature that callback functions need to have.