#include <WEMModule.h>

Public Member Functions | |
| WEMModule (std::string type="WEMModule", int numInImages=0, int numOutImages=0) | |
| Standard constructor. | |
| std::string | getType () |
| Returns the type of the WEMGenerator. | |
Protected Member Functions | |
| virtual | ~WEMModule () |
| Standard destructor. | |
| virtual void | handleNotification (Field *field) |
| Called when input changes. | |
| virtual void | activateAttachments () |
| Initialize module after loading. | |
| void | _startProcessing () |
| Start processing timer. | |
| void | _finishProcessing () |
| End processing timer. | |
Protected Attributes | |
| BoolField * | _isProcessingFld |
| Is the module currently processing? | |
| FloatField * | _elapsedTimeFld |
| Elapsed time. | |
| std::string | _type |
| The module type as a string. | |
Definition at line 25 of file WEMModule.h.
| ml::WEMModule::WEMModule | ( | std::string | type = "WEMModule", |
|
| int | numInImages = 0, |
|||
| int | numOutImages = 0 | |||
| ) |
Standard constructor.
| virtual ml::WEMModule::~WEMModule | ( | ) | [protected, virtual] |
Standard destructor.
| void ml::WEMModule::_finishProcessing | ( | ) | [protected] |
End processing timer.
| void ml::WEMModule::_startProcessing | ( | ) | [protected] |
Start processing timer.
| virtual void ml::WEMModule::activateAttachments | ( | ) | [protected, virtual] |
Initialize module after loading.
Reimplemented from ml::FieldContainer.
Reimplemented in ml::WEMGenerator, ml::WEMInspector, and ml::WEMProcessor.
| std::string ml::WEMModule::getType | ( | ) | [inline] |
| virtual void ml::WEMModule::handleNotification | ( | Field * | field | ) | [protected, virtual] |
Called when input changes.
Reimplemented from ml::Module.
Reimplemented in ml::WEMGenerator, ml::WEMInspector, and ml::WEMProcessor.
FloatField* ml::WEMModule::_elapsedTimeFld [protected] |
BoolField* ml::WEMModule::_isProcessingFld [protected] |
std::string ml::WEMModule::_type [protected] |
The module type as a string.
This is set in the according module's constructor.
Definition at line 58 of file WEMModule.h.
1.5.8