Collects info about all wells in store. More...
Public Member Functions | |
| InfoCollector (bool wellloginfo=true, bool markers=true) | |
| ~InfoCollector () | |
| int | nextStep () |
| const char * | message () const |
| const char * | nrDoneText () const |
| od_int64 | nrDone () const |
| od_int64 | totalNr () const |
| const ObjectSet< MultiID > & | ids () const |
| const ObjectSet< Info > & | infos () const |
| Same size as ids(). | |
| const ObjectSet< MarkerSet > & | markers () const |
| If selected, same size as ids(). | |
| const ObjectSet < BufferStringSet > & | logs () const |
| If selected, same size as ids(). | |
Protected Attributes | |
| ObjectSet< MultiID > | ids_ |
| ObjectSet< Info > | infos_ |
| ObjectSet< MarkerSet > | markers_ |
| ObjectSet< BufferStringSet > | logs_ |
| IODirEntryList * | direntries_ |
| int | totalnr_ |
| int | curidx_ |
| BufferString | curmsg_ |
| bool | domrkrs_ |
| bool | dologs_ |
Collects info about all wells in store.
| Well::InfoCollector::InfoCollector | ( | bool | wellloginfo = true, |
|
| bool | markers = true | |||
| ) |
| Well::InfoCollector::~InfoCollector | ( | ) |
| const ObjectSet<BufferStringSet>& Well::InfoCollector::logs | ( | ) | const [inline] |
If selected, same size as ids().
If selected, same size as ids().
| const char* Well::InfoCollector::message | ( | ) | const [inline, virtual] |
Reimplemented from Task.
| int Well::InfoCollector::nextStep | ( | ) | [virtual] |
Implements SequentialTask.
| od_int64 Well::InfoCollector::nrDone | ( | ) | const [inline, virtual] |
Reimplemented from Task.
| const char* Well::InfoCollector::nrDoneText | ( | ) | const [inline, virtual] |
Reimplemented from Task.
| od_int64 Well::InfoCollector::totalNr | ( | ) | const [inline, virtual] |
Reimplemented from Task.
int Well::InfoCollector::curidx_ [protected] |
BufferString Well::InfoCollector::curmsg_ [protected] |
IODirEntryList* Well::InfoCollector::direntries_ [protected] |
bool Well::InfoCollector::dologs_ [protected] |
bool Well::InfoCollector::domrkrs_ [protected] |
ObjectSet<MultiID> Well::InfoCollector::ids_ [protected] |
ObjectSet<Info> Well::InfoCollector::infos_ [protected] |
ObjectSet<BufferStringSet> Well::InfoCollector::logs_ [protected] |
ObjectSet<MarkerSet> Well::InfoCollector::markers_ [protected] |
int Well::InfoCollector::totalnr_ [protected] |
1.7.1