| eLynx SDK
v3.0.1 C++ image processing API reference |
#include <CoreTask.h>
Public Member Functions | |
| IterationRangeTask () | |
| Constructs task with an empty iteration range and NULL process notifier. | |
| IterationRangeTask (ProgressNotifier &iNotifier) | |
| Constructs task with an empty iteration range and specified process notifier. | |
| IterationRangeTask (const IterationRange &iRange, ProgressNotifier &iNotifier) | |
Protected Attributes | |
| size_t | _Begin |
| First range element. | |
| size_t | _End |
| Last range element. | |
| ESubRangePosition | _Position |
| Range position. | |
| ProgressNotifier & | _Notifier |
| Process Notifier. | |
Definition at line 35 of file CoreTask.h.
| eLynx::IterationRangeTask::IterationRangeTask | ( | ) |
Constructs task with an empty iteration range and NULL process notifier.
| eLynx::IterationRangeTask::IterationRangeTask | ( | ProgressNotifier & | iNotifier | ) |
Constructs task with an empty iteration range and specified process notifier.
| eLynx::IterationRangeTask::IterationRangeTask | ( | const IterationRange & | iRange, | |
| ProgressNotifier & | iNotifier | |||
| ) |
Constructs task with a specified iteration range. Progress Notifier is set to point to ProgressNotifier_NULL for all range positions but SRP_LAST. For the SRP_LAST position it is pointing a specified one.
| iRange | iteration range | |
| iNotifier | process notifier |
size_t eLynx::IterationRangeTask::_Begin [protected] |
size_t eLynx::IterationRangeTask::_End [protected] |
ProgressNotifier& eLynx::IterationRangeTask::_Notifier [protected] |