MeVisLab Toolbox Reference
|
#include "SoView2DExtension.h"
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. | |
typedef void | SoView2DDrawCB(void *usrData, View2DSliceList *dsl, View2DSlice *dslice, int slice) |
Callback used for draw of SoView2DExtension. | |
#define drawCB SoView2DDrawCB |
Definition at line 27 of file SoView2DCallback.h.
#define evalEventCB SoView2DEvalEventCB |
Definition at line 26 of file SoView2DCallback.h.
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.
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.