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"
#include "WEMBoundingBox.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
struct  ml::WEM::WEMNotificationCBData

Namespaces

namespace  ml
 Defines the class GetTileJob.

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.

Macro Definition Documentation

◆ ML_WEM_REFCOUNTED

#define ML_WEM_REFCOUNTED   1

Definition at line 77 of file WEM.h.

Typedef Documentation

◆ HANDLE

typedef void* HANDLE

Definition at line 24 of file WEM.h.