Fills DataPointSet with data from a VolumeDataPack.
More...
|
enum | Control { Run,
Pause,
Stop
} |
|
virtual | ~ParallelTask () |
|
bool | execute () |
|
virtual bool | executeParallel (bool parallel) |
|
void | setProgressMeter (ProgressMeter *) |
| Must be called before execute() More...
|
|
int64_t | nrDone () const |
| May be -1, i.e. class does not report nrdone. More...
|
|
int64_t | totalNr () const |
|
virtual | ~Task () |
|
virtual void | enableWorkControl (bool=true) |
| Must be called before execute() More...
|
|
bool | workControlEnabled () const |
|
virtual void | controlWork (Control) |
|
virtual Control | getState () const |
|
| NamedObject (const char *nm=0) |
|
| NamedObject (const NamedObject *linkedto) |
|
| NamedObject (const NamedObject &) |
|
virtual | ~NamedObject () |
|
void | setLinkedTo (NamedObject *) |
|
bool | operator== (const NamedObject &oth) const |
|
virtual const OD::String & | name () const |
|
virtual const OD::String & | annotName () const |
|
virtual void | setName (const char *) |
|
void | setCleanName (const char *) |
| cleans string first More...
|
|
void | deleteNotify (const CallBack &) |
|
| CallBacker () |
|
| CallBacker (const CallBacker &) |
|
virtual | ~CallBacker () |
|
bool | attachCB (NotifierAccess &, const CallBack &, bool onlyifnew=false) |
|
bool | attachCB (NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) |
|
void | detachCB (NotifierAccess &, const CallBack &) |
|
void | detachCB (NotifierAccess *notif, const CallBack &cb) |
|
bool | isNotifierAttached (NotifierAccess *) const |
| Only for debugging purposes, don't use. More...
|
|
static uiString | sPosFinished () |
|
static uiString | sTrcFinished () |
|
static uiString | stdNrDoneText () |
|
static uiString | uiStdNrDoneText () |
|
virtual bool DPSFromVolumeFiller::doWork |
( |
od_int64 |
start, |
|
|
od_int64 |
stop, |
|
|
int |
thridx |
|
) |
| |
|
protectedvirtual |
virtual od_int64 DPSFromVolumeFiller::nrIterations |
( |
| ) |
const |
|
protectedvirtual |
- Returns
- the number of times the process should be run.
Implements ParallelTask.
virtual uiString DPSFromVolumeFiller::uiMessage |
( |
| ) |
const |
|
privatevirtual |
will be message() again in 7.x
- Note
- totalNr is only used for displaying progress.
Reimplemented from Task.
virtual uiString DPSFromVolumeFiller::uiNrDoneText |
( |
| ) |
const |
|
privatevirtual |
int DPSFromVolumeFiller::component_ |
|
protected |
int DPSFromVolumeFiller::firstcol_ |
|
protected |
bool DPSFromVolumeFiller::hasstorage_ |
|
protected |
bool DPSFromVolumeFiller::hastrcdata_ |
|
protected |