|
MeVisLab Toolbox 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 |
| 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 | |
| namespace | 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. | |