34typedef void InvGenerateMovieCB(
void *data,
void *component,
const char* name,
const char* extension,
int count,
float framerate,
const char* targetFile);
void InvComponentCB(void *data, void *component)
Callback used for Inventor SoWinComponents.
void InvGenerateMovieCB(void *data, void *component, const char *name, const char *extension, int count, float framerate, const char *targetFile)
Callback used for movie generation.
int InvKeyPressedCB(void *data, void *component, void *message)
Callback used for key pressed forwarding (return 1 if used, 0 else) (deprecated!)
int InvBreakCheckCB()
Callbacks used by the host system, e.g. MeVisLab.
int InvHandleEventCB(void *data, void *component, void *message)
Callback used for event handling of viewers (return 1 if handled, 0 else) this replaces the above Inv...