MeVisLab Toolbox Reference
WEM.h File Reference
#include "MLWEMIncludes.h"
#include "WEMAttributes.h"
#include "WEMPatch.h"
#include "WEMTrianglePatch.h"
#include "WEMQuadPatch.h"
#include "WEMPolygonPatch.h"

Go to the source code of this file.

Classes

struct  ml::WEMEventContainer
 This struct holds all necessary data for the different notifications. More...
 
class  ml::WEM
 A WEM comprises a number of WEMPatches. More...
 
struct  ml::WEM::WEMNotificationCBData
 This struct combines a function pointer, a user data pointer and a flag for the notification observer mechanism. More...
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Macros

#define ML_WEM_REFCOUNTED   1
 

Typedefs

typedef void * HANDLE
 
typedef void ml::wemNotificationCB(void *data, std::vector< WEMEventContainer > ecList)
 Defines the function signature for the callback methods that is to be touched by a WEM notification. More...
 

Macro Definition Documentation

◆ ML_WEM_REFCOUNTED

#define ML_WEM_REFCOUNTED   1

Definition at line 76 of file WEM.h.

Typedef Documentation

◆ HANDLE

typedef void* HANDLE

Definition at line 23 of file WEM.h.