Public Member Functions | |
| ChainExecutor (Chain &) | |
| ~ChainExecutor () | |
| const char * | errMsg () const |
| bool | setCalculationScope (const CubeSampling &) |
| const Attrib::DataCubes * | getOutput () const |
| int | nextStep () |
Protected Member Functions | |
| bool | prepareNewStep () |
| void | controlWork (Task::Control) |
| od_int64 | nrDone () const |
| od_int64 | totalNr () const |
| const char * | message () const |
Protected Attributes | |
| Threads::Mutex | curtasklock_ |
| Task * | curtask_ |
| ObjectSet< Step > | steps_ |
| int | currentstep_ |
| bool | isok_ |
| bool | firstisprep_ |
| Chain & | chain_ |
| HorSampling | hrg_ |
| StepInterval< int > | zrg_ |
| BufferString | errmsg_ |
| RefMan< Attrib::DataCubes > | curinput_ |
| RefMan< Attrib::DataCubes > | curoutput_ |
| VolProc::ChainExecutor::ChainExecutor | ( | Chain & | ) |
| VolProc::ChainExecutor::~ChainExecutor | ( | ) |
| void VolProc::ChainExecutor::controlWork | ( | Task::Control | ) | [protected, virtual] |
Reimplemented from Task.
| const char* VolProc::ChainExecutor::errMsg | ( | ) | const |
| const Attrib::DataCubes* VolProc::ChainExecutor::getOutput | ( | ) | const |
| const char* VolProc::ChainExecutor::message | ( | ) | const [protected, virtual] |
Reimplemented from Task.
| int VolProc::ChainExecutor::nextStep | ( | ) | [virtual] |
Implements SequentialTask.
| od_int64 VolProc::ChainExecutor::nrDone | ( | ) | const [protected, virtual] |
Reimplemented from Task.
| bool VolProc::ChainExecutor::prepareNewStep | ( | ) | [protected] |
| bool VolProc::ChainExecutor::setCalculationScope | ( | const CubeSampling & | ) |
| od_int64 VolProc::ChainExecutor::totalNr | ( | ) | const [protected, virtual] |
Reimplemented from Task.
Chain& VolProc::ChainExecutor::chain_ [protected] |
RefMan<Attrib::DataCubes> VolProc::ChainExecutor::curinput_ [protected] |
RefMan<Attrib::DataCubes> VolProc::ChainExecutor::curoutput_ [protected] |
int VolProc::ChainExecutor::currentstep_ [protected] |
Task* VolProc::ChainExecutor::curtask_ [protected] |
Threads::Mutex VolProc::ChainExecutor::curtasklock_ [mutable, protected] |
BufferString VolProc::ChainExecutor::errmsg_ [protected] |
bool VolProc::ChainExecutor::firstisprep_ [protected] |
HorSampling VolProc::ChainExecutor::hrg_ [protected] |
bool VolProc::ChainExecutor::isok_ [protected] |
ObjectSet<Step> VolProc::ChainExecutor::steps_ [protected] |
StepInterval<int> VolProc::ChainExecutor::zrg_ [protected] |
1.7.1