33 WEMModule(std::string type=
"WEMModule",
int numInImages=0,
int numOutImages=0);
Module(int numInputImages, int numOutputImages)
void activateAttachments() override
Initialize module after loading.
~WEMModule() override
Standard destructor.
void handleNotification(Field *field) override
Called when input changes.
BoolField * _isProcessingFld
Is the module currently processing?
std::string getType()
Returns the type of the WEMGenerator.
WEMModule(std::string type="WEMModule", int numInImages=0, int numOutImages=0)
Standard constructor.
FloatField * _elapsedTimeFld
Elapsed time.
virtual void _finishProcessing()
End processing timer.
void _startProcessing()
Start processing timer.
#define ML_MODULE_CLASS_HEADER(className)