31 WEMInspector(std::string type=
"WEMInspector",
int numInImages=0,
int numOutImages=0);
89 bool _isInNotificationCB;
95 static void _wemNotificationCB(
void* userData, std::vector<WEMEventContainer> ecList);
virtual void _process()
Triggers the computation of the preprocessing.
virtual void _inWEMChanged()
Called when the inputWEM has changed.
void handleNotification(Field *field) override
Called when input changes.
WEMInspector(std::string type="WEMInspector", int numInImages=0, int numOutImages=0)
Standard constructor.
BoolField * _autoApplyFld
BoolField * _listenToRepaintNotificationsFld
Shall the module listen to repaint events?
BaseField * _inputWEMFld
WEM input field.
~WEMInspector() override
Standard destructor.
BoolField * _autoClearFld
WEM * _inWEM
A pointer to the input WEM.
BoolField * _autoUpdateFld
void activateAttachments() override
Initialize module after loading.
BoolField * _listenToSelectionChangedNotificationsFld
Shall the module listen to selection change notifications?
BoolField * _listenToFinishingNotificationsFld
Shall the module listen to finishing events?
WEMModule(std::string type="WEMModule", int numInImages=0, int numOutImages=0)
Standard constructor.
#define ML_CLASS_HEADER(className)