MeVisLab Toolbox Reference
SoView2DCallback.h File Reference

Go to the source code of this file.

Classes

class  SoView2DCallback
 SoView2DCallback allows to set a callback for evalEvent and draw virtual functions of a SoView2DExtension. More...
 

Macros

#define evalEventCB   SoView2DEvalEventCB
 
#define drawCB   SoView2DDrawCB
 

Typedefs

typedef bool SoView2DEvalEventCB(void *usrData, SoView2D *dsl, View2DSliceList *slicelist, View2DEvent *ec, View2DEventPhase phase)
 SoView2DCallback allows to set a callback for evalEvent and draw virtual functions of a SoView2DExtension. More...
 
typedef void SoView2DDrawCB(void *usrData, View2DSliceList *dsl, View2DSlice *dslice, int slice)
 Callback used for draw of SoView2DExtension. More...
 

Macro Definition Documentation

◆ drawCB

#define drawCB   SoView2DDrawCB

Definition at line 27 of file SoView2DCallback.h.

◆ evalEventCB

#define evalEventCB   SoView2DEvalEventCB

Definition at line 26 of file SoView2DCallback.h.

Typedef Documentation

◆ SoView2DDrawCB

typedef void SoView2DDrawCB(void *usrData, View2DSliceList *dsl, View2DSlice *dslice, int slice)

Callback used for draw of SoView2DExtension.

Definition at line 23 of file SoView2DCallback.h.

◆ SoView2DEvalEventCB

typedef bool SoView2DEvalEventCB(void *usrData, SoView2D *dsl, View2DSliceList *slicelist, View2DEvent *ec, View2DEventPhase phase)

SoView2DCallback allows to set a callback for evalEvent and draw virtual functions of a SoView2DExtension.

Callback used for evalEvent of SoView2DExtension

Definition at line 21 of file SoView2DCallback.h.