MeVisLab Toolbox Reference
ml::WEM::WEMNotificationCBData Struct Reference

#include <WEM.h>

Public Attributes

wemNotificationCBnotificationCB
 The callback function that is triggered by the notification.
void * notificationCBData
 The callback data that is a pointer to the observer object.
std::vector< WEMEventContainerecList
 Each eventContainer contains all information on the type and content of the notification.

Detailed Description

This struct combines a function pointer, a user data pointer and a flag for the notification observer mechanism.

Definition at line 111 of file WEM.h.

Member Data Documentation

◆ ecList

std::vector<WEMEventContainer> ml::WEM::WEMNotificationCBData::ecList

Each eventContainer contains all information on the type and content of the notification.

Definition at line 115 of file WEM.h.

◆ notificationCB

wemNotificationCB* ml::WEM::WEMNotificationCBData::notificationCB

The callback function that is triggered by the notification.

Definition at line 113 of file WEM.h.

◆ notificationCBData

void* ml::WEM::WEMNotificationCBData::notificationCBData

The callback data that is a pointer to the observer object.

Definition at line 114 of file WEM.h.


The documentation for this struct was generated from the following file:
  • MeVisLab/Standard/Sources/ML/MLWEM/WEMBase/WEM.h