OpendTect
7.0
|
Public Member Functions | |
dgbSurfaceReader (const char *fullexp, const char *name, const char *filetype) | |
dgbSurfaceReader (const IOObj &ioobj, const char *filetype) | |
~dgbSurfaceReader () | |
const char * | auxDataName (int) const |
float | auxDataShift (int) const |
const StepInterval< int > & | colInterval () const |
const char * | dbInfo () const |
int | getParsOffset () const |
bool | isOK () const |
Pos::GeomID | lineGeomID (int) const |
BufferString | lineName (int) const |
BufferString | lineSet (int) const |
StepInterval< int > | lineTrcRanges (int idx) const |
int | nextStep () override |
int | nrAuxVals () const |
od_int64 | nrDone () const override |
int | nrLines () const |
mDeprecatedObs int | nrSections () const |
const IOPar * | pars () const |
const StepInterval< int > & | rowInterval () const |
mDeprecatedObs EM::SectionID | sectionID (int) const |
mDeprecatedObs BufferString | sectionName (int) const |
void | selAuxData (const TypeSet< int > &) |
mDeprecatedObs void | selSections (const TypeSet< EM::SectionID > &) |
void | setColInterval (const StepInterval< int > &) |
void | setGeometry () |
void | setLineNames (const BufferStringSet &) |
void | setLinesTrcRngs (const TypeSet< StepInterval< int > > &) |
void | setOutput (Array3D< float > &) |
void | setOutput (EM::Surface &) |
void | setReadOnlyZ (bool yn=true) |
void | setRowInterval (const StepInterval< int > &) |
Strat::LevelID | stratLevelID () const |
od_int64 | totalNr () const override |
uiString | uiMessage () const override |
will be message() again in 7.x More... | |
uiString | uiNrDoneText () const override |
will be nrDoneText() in 7.x More... | |
int | version () const |
const ZDomain::Info & | zDomain () const |
const Interval< float > & | zInterval () const |
const UnitOfMeasure * | zUnit () const |
Public Member Functions inherited from ExecutorGroup | |
ExecutorGroup (const char *nm, bool parallel=false, bool ownsexecs=true) | |
virtual | ~ExecutorGroup () |
virtual void | add (Executor *) |
Executor * | getExecutor (int idx) |
int | nrExecutors () |
void | setNrDoneText (const uiString &txt) |
If set, will use this and the counted nrdone. More... | |
Public Member Functions inherited from Executor | |
Executor (const char *nm) | |
virtual | ~Executor () |
int | doStep () override |
bool | execute () override |
bool | go (od_ostream &s, bool isfirst=true, bool islast=true, int delaybtwnstepsinms=0) |
bool | go (od_ostream *s=0, bool isfirst=true, bool islast=true, int delaybtwnstepsinms=0) |
Public Member Functions inherited from SequentialTask | |
SequentialTask (const char *nm=nullptr) | |
virtual | ~SequentialTask () |
bool | execute () override |
Public Member Functions inherited from ReportingTask | |
virtual | ~ReportingTask () |
void | getProgress (const ReportingTask &) |
Public Member Functions inherited from Task | |
virtual | ~Task () |
virtual void | controlWork (Control) |
virtual void | enableWorkControl (bool=true) |
Must be called before execute() More... | |
virtual uiRetVal | errorWithDetails () const |
virtual Control | getState () const |
bool | workControlEnabled () const |
Public Member Functions inherited from NamedCallBacker | |
NamedCallBacker (const char *nm=0) | |
NamedCallBacker (const NamedCallBacker &) | |
virtual Notifier< NamedCallBacker > & | objectToBeDeleted () const |
bool | operator== (const NamedCallBacker &oth) const |
bool | operator== (const NamedObject &oth) const |
Public Member Functions inherited from CallBacker | |
CallBacker () | |
CallBacker (const CallBacker &) | |
virtual | ~CallBacker () |
bool | attachCB (const NotifierAccess &, const CallBack &, bool onlyifnew=false) const |
bool | attachCB (const NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) const |
void | detachAllNotifiers () const |
Call from the destructor of your inherited object. More... | |
void | detachCB (const NotifierAccess &, const CallBack &) const |
void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
virtual bool | isCapsule () const |
bool | isNotifierAttached (const NotifierAccess *) const |
Only for debugging purposes, don't use. More... | |
void | stopReceivingNotifications () const |
virtual CallBacker * | trueCaller () |
Public Member Functions inherited from NamedObject | |
NamedObject (const char *nm=nullptr) | |
NamedObject (const NamedObject &oth) | |
virtual | ~NamedObject () |
virtual BufferString | getName () const |
bool | getNameFromPar (const IOPar &) |
const name_type & | name () const override |
NamedObject & | operator= (const NamedObject &) |
bool | operator== (const NamedObject &oth) const |
virtual void | setName (const char *nm) |
Public Member Functions inherited from ObjectWithName | |
virtual | ~ObjectWithName () |
bool | hasName (const char *nm) const |
bool | hasName (const name_type &nm) const |
void | putNameInPar (IOPar &) const |
Static Public Member Functions | |
static BufferString | sColStepKey (int rowidx) |
static const char * | sKeyColRange () |
static const char * | sKeyDBInfo () |
static const char * | sKeyDepthOnly () |
static const char * | sKeyFloatDataChar () |
static const char * | sKeyInt16DataChar () |
static const char * | sKeyInt32DataChar () |
static const char * | sKeyInt64DataChar () |
static const char * | sKeyLineIDs () |
static const char * | sKeyLineSets () |
static const char * | sKeyNrSections () |
static const char * | sKeyNrSectionsV1 () |
static const char * | sKeyRowRange () |
static const char * | sKeyTraceRange () |
static const char * | sKeyUndefLine () |
static const char * | sKeyUndefLineSet () |
static const char * | sKeyVersion () |
static const char * | sKeyZRange () |
static const char * | sMsgParseError () |
static uiString | sMsgReadError () |
static BufferString | sSectionIDKey (int idx) |
static BufferString | sSectionNameKey (int idx) |
Static Public Member Functions inherited from SequentialTask | |
static int | ErrorOccurred () |
static int | Finished () |
static int | MoreToDo () |
static int | WarningAvailable () |
Static Public Member Functions inherited from Task | |
static uiString | stdNrDoneText () |
static uiString | uiStdNrDoneText () |
Static Public Member Functions inherited from CallBacker | |
static void | createReceiverForCurrentThread () |
static void | removeReceiverForCurrentThread () |
Protected Member Functions | |
RowCol | convertRowCol (int, int) const |
void | createArray () |
void | createAuxDataReader () |
int | currentRow () const |
RowCol | getFileStep () const |
bool | getIndices (const RowCol &, int &, int &) const |
void | goToNextRow () |
void | init (const char *fulluserexp, const char *name) |
int | int64Size () const |
bool | isBinary () const |
void | mergeExternalPar (const char *) |
bool | parseVersion1 (const IOPar &) |
int | prepareNewSection (od_istream &) |
bool | prepareRowRead (od_istream &) |
double | readDouble (od_istream &) const |
bool | readHeaders (const char *) |
int | readInt16 (od_istream &) const |
int | readInt32 (od_istream &) const |
od_int64 | readInt64 (od_istream &) const |
bool | readParData (od_istream &, const IOPar &, const char *) |
bool | readRowOffsets (od_istream &) |
bool | readVersion1Row (od_istream &, int, int) |
bool | readVersion2Row (od_istream &, int, int) |
bool | readVersion3Row (od_istream &, int, int, int, int noofcoltoskip=0) |
int | scanFor2DGeom (TypeSet< StepInterval< int > > &) |
bool | shouldSkipCurrentRow () const |
int | skipRow (od_istream &) |
int | wrapUp (int) |
Protected Member Functions inherited from ExecutorGroup | |
void | findNextSumStop () |
virtual bool | goToNextExecutor () |
Protected Member Functions inherited from Executor | |
virtual bool | goImpl (od_ostream *, bool, bool, int) |
Protected Member Functions inherited from ReportingTask | |
ReportingTask (const char *nm=nullptr) | |
void | incrementProgress () |
ProgressMeter * | progressMeter () const |
void | reportProgressFinished () |
void | reportProgressStarted () |
void | resetProgress () |
void | setProgressMeter (ProgressMeter *) override |
Must be called before execute() More... | |
void | updateProgressMeter (bool forced=false, std::int64_t *totalnr=0) |
void | updateReportedName () |
Protected Member Functions inherited from Task | |
Task (const char *nm=nullptr) | |
virtual bool | shouldContinue () |
Protected Member Functions inherited from NamedCallBacker | |
void | sendDelNotif () const |
Static Protected Member Functions | |
static const char * | sKeyTransformX () |
static const char * | sKeyTransformY () |
Static Protected Attributes | |
static const char * | linenamesstr_ |
Additional Inherited Members | |
Public Types inherited from Task | |
enum | Control { Run , Pause , Stop } |
Public Types inherited from ObjectWithName | |
typedef OD::String | name_type |
Public Attributes inherited from Executor | |
Notifier< Executor > | poststep |
Only when MoreToDo will be returned. More... | |
Notifier< Executor > | prestep |
Public Attributes inherited from ReportingTask | |
Notifier< ReportingTask > | progressUpdated |
Surface Reader.
Do NextStep
<>
EM::dgbSurfaceReader::dgbSurfaceReader | ( | const IOObj & | ioobj, |
const char * | filetype | ||
) |
EM::dgbSurfaceReader::dgbSurfaceReader | ( | const char * | fullexp, |
const char * | name, | ||
const char * | filetype | ||
) |
EM::dgbSurfaceReader::~dgbSurfaceReader | ( | ) |
const char* EM::dgbSurfaceReader::auxDataName | ( | int | ) | const |
float EM::dgbSurfaceReader::auxDataShift | ( | int | ) | const |
const StepInterval<int>& EM::dgbSurfaceReader::colInterval | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
const char* EM::dgbSurfaceReader::dbInfo | ( | ) | const |
|
protected |
|
protected |
int EM::dgbSurfaceReader::getParsOffset | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
bool EM::dgbSurfaceReader::isOK | ( | ) | const |
Pos::GeomID EM::dgbSurfaceReader::lineGeomID | ( | int | ) | const |
BufferString EM::dgbSurfaceReader::lineName | ( | int | ) | const |
BufferString EM::dgbSurfaceReader::lineSet | ( | int | ) | const |
StepInterval<int> EM::dgbSurfaceReader::lineTrcRanges | ( | int | idx | ) | const |
|
protected |
|
overridevirtual |
MoreToDo() | Not finished. Call me again. |
Finished() | Nothing more to do. |
ErrorOccurred() | Something went wrong. |
Reimplemented from ExecutorGroup.
int EM::dgbSurfaceReader::nrAuxVals | ( | ) | const |
|
overridevirtual |
Reimplemented from ExecutorGroup.
int EM::dgbSurfaceReader::nrLines | ( | ) | const |
mDeprecatedObs int EM::dgbSurfaceReader::nrSections | ( | ) | const |
const IOPar* EM::dgbSurfaceReader::pars | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
const StepInterval<int>& EM::dgbSurfaceReader::rowInterval | ( | ) | const |
|
protected |
|
static |
mDeprecatedObs EM::SectionID EM::dgbSurfaceReader::sectionID | ( | int | ) | const |
mDeprecatedObs BufferString EM::dgbSurfaceReader::sectionName | ( | int | ) | const |
void EM::dgbSurfaceReader::selAuxData | ( | const TypeSet< int > & | ) |
The specified data will be loaded. If this function is not called, all avaliable auxdata will be loaded.
mDeprecatedObs void EM::dgbSurfaceReader::selSections | ( | const TypeSet< EM::SectionID > & | ) |
The given sectionIDs will be loaded. If this function is not called, all avaliable sections will be loaded.
void EM::dgbSurfaceReader::setColInterval | ( | const StepInterval< int > & | ) |
void EM::dgbSurfaceReader::setGeometry | ( | ) |
void EM::dgbSurfaceReader::setLineNames | ( | const BufferStringSet & | ) |
void EM::dgbSurfaceReader::setLinesTrcRngs | ( | const TypeSet< StepInterval< int > > & | ) |
void EM::dgbSurfaceReader::setOutput | ( | Array3D< float > & | ) |
void EM::dgbSurfaceReader::setOutput | ( | EM::Surface & | ) |
void EM::dgbSurfaceReader::setReadOnlyZ | ( | bool | yn = true | ) |
void EM::dgbSurfaceReader::setRowInterval | ( | const StepInterval< int > & | ) |
|
protected |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
static |
|
static |
|
static |
|
static |
|
protected |
|
static |
|
static |
|
static |
|
static |
Strat::LevelID EM::dgbSurfaceReader::stratLevelID | ( | ) | const |
|
overridevirtual |
Reimplemented from ExecutorGroup.
|
overridevirtual |
will be message() again in 7.x
Reimplemented from ExecutorGroup.
|
overridevirtual |
will be nrDoneText() in 7.x
Reimplemented from ExecutorGroup.
|
inline |
|
protected |
const ZDomain::Info& EM::dgbSurfaceReader::zDomain | ( | ) | const |
const Interval<float>& EM::dgbSurfaceReader::zInterval | ( | ) | const |
const UnitOfMeasure* EM::dgbSurfaceReader::zUnit | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
staticprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024