![]() |
OpendTect 8.0
|
Base class for RegularSeisFlatDataPack and RandomSeisFlatDataPack. More...
#include <seisdatapack.h>
Public Member Functions | |
| bool | dimValuesInInt (const uiString &keystr, bool dim0) const override |
| void | getAltDimKeys (uiStringSet &, bool dim0) const override |
| First one is 'default'. | |
| void | getAltDimKeysUnitLbls (uiStringSet &, bool dim0, bool abbreviated=true, bool withparentheses=true) const override |
| double | getAltDimValue (int ikey, bool dim0, int i0) const override |
| virtual const TrcKeySet & | getPath () const =0 |
| RandomLineID | getRandomLineID () const |
| const Scaler * | getScaler () const |
| ConstRefMan< SeisVolumeDataPack > | getSource () const |
| int | getSourceGlobalIdx (const TrcKey &) const |
| DataPackID | getSourceID () const |
| bool | is2D () const |
| virtual bool | isRandom () const |
| bool | isStraight () const |
| bool | isVertical () const override=0 |
| float | nrKBytes () const override |
| int | nrTrcs () const |
| ZSampling | zRange () const |
Public Member Functions inherited from FlatDataPack | |
| FlatDataPack (const char *categry, Array2D< float > *) | |
| Array2D become mine (of course) | |
| FlatDataPack (const FlatDataPack &) | |
| virtual Array2D< float > & | data () |
| const Array2D< float > & | data () const |
| virtual uiString | dimName (bool dim0) const |
| virtual const UnitOfMeasure * | dimUnit (bool dim0, bool display) const |
| virtual uiString | dimUnitLbl (bool dim0, bool display, bool abbreviated=true, bool withparentheses=true) const |
| void | dumpInfo (StringPairSet &) const override |
| virtual void | getAuxInfo (int idim0, int idim1, IOPar &) const |
| virtual Coord3 | getCoord (int, int) const |
| int,int = Array2D position | |
| virtual float | getPosDistance (bool dim0, float posfidx) const |
| virtual TrcKey | getTrcKey (int, int) const |
| virtual double | getZ (int, int) const |
| overload to set Z also in getCoord | |
| bool | isOK () const override |
| virtual FlatPosData & | posData () |
| const FlatPosData & | posData () const |
| virtual bool | posDataIsCoord () const |
| virtual int | size (bool dim0) const |
Public Member Functions inherited from ZDataPack | |
| ZDataPack & | setZDomain (const ZDataPack &) |
| virtual ZDataPack & | setZDomain (const ZDomain::Info &) |
| virtual const ZDomain::Info & | zDomain () const |
| bool | zInFeet () const |
| bool | zInMeter () const |
| bool | zIsTime () const |
| const UnitOfMeasure * | zUnit () const |
Public Member Functions inherited from DataPack | |
| virtual const char * | category () const |
| FullID | fullID (DataPackMgrID mgrid) const |
| DataPackID | id () const |
| DataPack * | obtain () |
| void | release () |
| Threads::Lock & | updateLock () const |
Public Member Functions inherited from SharedObject | |
| SharedObject (const char *nm=nullptr) | |
Public Member Functions inherited from NamedCallBacker | |
| NamedCallBacker (const char *nm=nullptr) | |
| NamedCallBacker (const NamedCallBacker &)=delete | |
| ~NamedCallBacker () | |
| virtual Notifier< NamedCallBacker > & | objectToBeDeleted () const |
| NamedCallBacker & | operator= (const NamedCallBacker &)=delete |
| 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. | |
| 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. | |
| CallBacker & | operator= (const CallBacker &)=delete |
| 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 |
Public Member Functions inherited from RefCount::Referenced | |
| void | addObserver (WeakPtrBase *obs) |
| Not for normal use. May become private. | |
| int | nrRefs () const |
| Only for expert use. | |
| void | ref () const |
| bool | refIfReffed () const |
| Don't use in production, for debugging. | |
| void | removeObserver (WeakPtrBase *obs) |
| Not for normal use. May become private. | |
| bool | tryRef () const |
| Not for normal use. May become private. | |
| void | unRef () const |
| void | unRefNoDelete () const |
Protected Member Functions | |
| SeisFlatDataPack (const SeisVolumeDataPack &, int comp, const char *ctgy) | |
| ~SeisFlatDataPack () | |
| TrcKey | getTrcKey_ (int trcidx) const |
| void | setPosData () |
| virtual void | setSourceData ()=0 |
| virtual void | setTrcInfoFlds ()=0 |
Protected Member Functions inherited from FlatDataPack | |
| FlatDataPack (const char *category) | |
| ~FlatDataPack () | |
Protected Member Functions inherited from ZDataPack | |
| ZDataPack (const char *categry) | |
| ZDataPack (const ZDataPack &) | |
| ~ZDataPack () | |
| const ZDomain::Info & | zDomain (bool display) const |
| const UnitOfMeasure * | zUnit (bool display) const |
Protected Member Functions inherited from DataPack | |
| DataPack (const char *categry) | |
| DataPack (const DataPack &) | |
| ~DataPack () | |
| void | setCategory (const char *c) |
| void | setManager (const DataPackMgr *) |
Protected Member Functions inherited from SharedObject | |
| ~SharedObject () | |
Protected Member Functions inherited from NamedCallBacker | |
| void | sendDelNotif () const |
Protected Member Functions inherited from RefCount::Referenced | |
| Referenced () | |
| Referenced (const Referenced &) | |
| virtual | ~Referenced () |
| Referenced & | operator= (const Referenced &) |
Protected Attributes | |
| int | comp_ |
| RandomLineID | rdlid_ |
| ConstRefMan< SeisVolumeDataPack > | source_ |
| TypeSet< SeisTrcInfo::Fld > | tiflds_ |
| const StepInterval< float > | zsamp_ |
Protected Attributes inherited from FlatDataPack | |
| Array2D< float > * | arr2d_ = nullptr |
| FlatPosData & | posdata_ |
Protected Attributes inherited from DataPack | |
| const BufferString | category_ |
| const DataPackID | id_ |
| const DataPackMgr * | manager_ = nullptr |
| Threads::Lock | updatelock_ |
Protected Attributes inherited from NamedCallBacker | |
| Threads::Atomic< bool > | delalreadytriggered_ |
| Notifier< NamedCallBacker > | delnotif_ |
Protected Attributes inherited from NamedObject | |
| BufferString | name_ |
Additional Inherited Members | |
Public Types inherited from DataPack | |
| using | ID = DataPackID |
| using | MgrID = DataPackMgrID |
Public Types inherited from ObjectWithName | |
| typedef OD::String | name_type |
Static Public Member Functions inherited from DataPack | |
| static DataPackID | cNoID () |
| static DataPackID | cUdfID () |
| static DataPackID | getID (const FullID &fid) |
| static const char * | sKeyCategory () |
Static Public Member Functions inherited from SharedObject | |
| static Notifier< SharedObject > & | instanceCreated () |
Static Public Member Functions inherited from CallBacker | |
| static void | createReceiverForCurrentThread () |
| static void | removeReceiverForCurrentThread () |
Static Public Member Functions inherited from RefCount::Referenced | |
| static bool | isSane (const Referenced *) |
Static Protected Member Functions inherited from DataPack | |
| static DataPackID | getNewID () |
| ensures a global data pack ID | |
| static float | sKb2MbFac () |
| 1 / 1024 | |
Base class for RegularSeisFlatDataPack and RandomSeisFlatDataPack.
<>
|
protected |
|
protected |
|
overridevirtual |
Reimplemented from FlatDataPack.
|
overridevirtual |
First one is 'default'.
Reimplemented from FlatDataPack.
|
overridevirtual |
Reimplemented from FlatDataPack.
|
overridevirtual |
Reimplemented from FlatDataPack.
|
pure virtual |
Will be empty if isVertical() is false Eg: Z-slices. Or if the data corresponds to a single trace.
Implemented in RegularSeisFlatDataPack, and RandomSeisFlatDataPack.
| RandomLineID SeisFlatDataPack::getRandomLineID | ( | ) | const |
| const Scaler * SeisFlatDataPack::getScaler | ( | ) | const |
| ConstRefMan< SeisVolumeDataPack > SeisFlatDataPack::getSource | ( | ) | const |
| int SeisFlatDataPack::getSourceGlobalIdx | ( | const TrcKey & | ) | const |
| DataPackID SeisFlatDataPack::getSourceID | ( | ) | const |
|
protected |
| bool SeisFlatDataPack::is2D | ( | ) | const |
|
inlinevirtual |
Reimplemented in RandomSeisFlatDataPack.
| bool SeisFlatDataPack::isStraight | ( | ) | const |
|
overridepure virtual |
Reimplemented from FlatDataPack.
Implemented in RegularSeisFlatDataPack, and RandomSeisFlatDataPack.
|
overridevirtual |
Reimplemented from FlatDataPack.
| int SeisFlatDataPack::nrTrcs | ( | ) | const |
|
protected |
Sets distances from start and Z-values as X1 and X2 posData. Assumes getPath() is not empty.
|
protectedpure virtual |
Implemented in RegularSeisFlatDataPack, and RandomSeisFlatDataPack.
|
protectedpure virtual |
Implemented in RegularSeisFlatDataPack, and RandomSeisFlatDataPack.
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2025