![]() |
OpendTect
6.6
|
DataPack for volume data. Should be renamed to VolumeDataPack later. More...
Public Member Functions | |
| ~SeisDataPack () | |
| virtual bool | addComponent (const char *nm)=0 |
| Array3DImpl< float > & | data (int component=0) |
| const Array3DImpl< float > & | data (int component=0) const |
| void | deleteScaler () |
| void | dumpInfo (IOPar &) const |
| int | getComponentIdx (const char *nm, int defcompidx=-1) const |
| const char * | getComponentName (int comp=0) const |
| bool | getCopiedTrcData (int comp, int globaltrcidx, Array1D< float > &) const |
| const BinDataDesc & | getDataDesc () const |
| virtual int | getGlobalIdx (const TrcKey &) const =0 |
| virtual int | getNearestGlobalIdx (const TrcKey &) const |
| void | getPath (TrcKeyPath &) const |
| int | getRandomLineID () const |
| float | getRefNr (int globaltrcidx) const |
| const Scaler * | getScaler () const |
| float * | getTrcData (int comp, int globaltrcidx) |
| const float * | getTrcData (int comp, int globaltrcidx) const |
| virtual TrcKey | getTrcKey (int globaltrcidx) const =0 |
| OffsetValueSeries< float > | getTrcStorage (int comp, int globaltrcidx) |
| const OffsetValueSeries< float > | getTrcStorage (int comp, int globaltrcidx) const |
| virtual const StepInterval< float > & | getZRange () const =0 |
| virtual bool | is2D () const =0 |
| bool | isEmpty () const |
| int | nrComponents () const |
| float | nrKBytes () const |
| virtual int | nrTrcs () const =0 |
| void | setComponentName (const char *, int comp=0) |
| void | setDataDesc (const BinDataDesc &) |
| void | setRandomLineID (int) |
| void | setRefNrs (const TypeSet< float > &refnrs) |
| void | setScaler (const Scaler &) |
| void | setZDomain (const ZDomain::Info &) |
| bool | validComp (int comp) const |
| const ZDomain::Info & | zDomain () const |
Public Member Functions inherited from DataPack | |
| DataPack (const char *categry) | |
| DataPack (const DataPack &) | |
| virtual | ~DataPack () |
| virtual const char * | category () const |
| FullID | fullID (int mgrid) const |
| ID | id () const |
| virtual bool | isOK () const |
| DataPack * | obtain () |
| void | release () |
| Threads::Lock & | updateLock () 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 |
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 &) |
| virtual const name_type & | name () const |
| 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 const char * | categoryStr (bool isvertical, bool is2d) |
Static Public Member Functions inherited from DataPack | |
| static ID | cNoID () |
| static ID | cUdfID () |
| static ID | getID (const FullID &fid) |
| static Notifier< DataPack > & | instanceCreated () |
| static const char * | sKeyCategory () |
Static Public Member Functions inherited from CallBacker | |
| static void | createReceiverForCurrentThread () |
| static void | removeReceiverForCurrentThread () |
Protected Member Functions | |
| SeisDataPack (const char *, const BinDataDesc *) | |
| bool | addArray (int sz0, int sz1, int sz2) |
| bool | addArrayNoInit (int sz0, int sz1, int sz2) |
Protected Member Functions inherited from DataPack | |
| void | setCategory (const char *c) |
| void | setManager (const DataPackMgr *) |
Protected Member Functions inherited from NamedCallBacker | |
| void | sendDelNotif () const |
Protected Attributes | |
| ObjectSet< Array3DImpl< float > > | arrays_ |
| BufferStringSet | componentnames_ |
| BinDataDesc | desc_ |
| int | rdlid_ |
| TypeSet< float > | refnrs_ |
| const Scaler * | scaler_ |
| ZDomain::Info * | zdomaininfo_ |
Protected Attributes inherited from DataPack | |
| const BufferString | category_ |
| const ID | id_ |
| const DataPackMgr * | manager_ |
| int | nrusers_ |
| Threads::Lock | nruserslock_ |
| 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 | |
| typedef MultiID | FullID |
| typedef int | ID |
Public Types inherited from ObjectWithName | |
| typedef OD::String | name_type |
Static Protected Member Functions inherited from DataPack | |
| static ID | getNewID () |
| ensures a global data pack ID More... | |
| static float | sKb2MbFac () |
| 1 / 1024 More... | |
DataPack for volume data. Should be renamed to VolumeDataPack later.
<>
| SeisDataPack::~SeisDataPack | ( | ) |
|
protected |
|
protected |
|
protected |
|
pure virtual |
Implemented in RandomSeisDataPack, and RegularSeisDataPack.
|
static |
| Array3DImpl<float>& SeisDataPack::data | ( | int | component = 0 | ) |
| const Array3DImpl<float>& SeisDataPack::data | ( | int | component = 0 | ) | const |
| void SeisDataPack::deleteScaler | ( | ) |
|
virtual |
Reimplemented from DataPack.
Reimplemented in RegularSeisDataPack.
| int SeisDataPack::getComponentIdx | ( | const char * | nm, |
| int | defcompidx = -1 |
||
| ) | const |
| const char* SeisDataPack::getComponentName | ( | int | comp = 0 | ) | const |
| bool SeisDataPack::getCopiedTrcData | ( | int | comp, |
| int | globaltrcidx, | ||
| Array1D< float > & | |||
| ) | const |
|
inline |
|
pure virtual |
Implemented in RandomSeisDataPack, and RegularSeisDataPack.
|
virtual |
| void SeisDataPack::getPath | ( | TrcKeyPath & | ) | const |
| int SeisDataPack::getRandomLineID | ( | ) | const |
| float SeisDataPack::getRefNr | ( | int | globaltrcidx | ) | const |
|
inline |
| float* SeisDataPack::getTrcData | ( | int | comp, |
| int | globaltrcidx | ||
| ) |
| const float* SeisDataPack::getTrcData | ( | int | comp, |
| int | globaltrcidx | ||
| ) | const |
|
pure virtual |
Implemented in RandomSeisDataPack, and RegularSeisDataPack.
| OffsetValueSeries<float> SeisDataPack::getTrcStorage | ( | int | comp, |
| int | globaltrcidx | ||
| ) |
| const OffsetValueSeries<float> SeisDataPack::getTrcStorage | ( | int | comp, |
| int | globaltrcidx | ||
| ) | const |
|
pure virtual |
Implemented in RandomSeisDataPack, and RegularSeisDataPack.
|
pure virtual |
Implemented in RandomSeisDataPack, and RegularSeisDataPack.
|
inline |
|
inline |
|
virtual |
Implements DataPack.
|
pure virtual |
Implemented in RandomSeisDataPack, and RegularSeisDataPack.
| void SeisDataPack::setComponentName | ( | const char * | , |
| int | comp = 0 |
||
| ) |
| void SeisDataPack::setDataDesc | ( | const BinDataDesc & | ) |
| void SeisDataPack::setRandomLineID | ( | int | ) |
|
inline |
| void SeisDataPack::setScaler | ( | const Scaler & | ) |
| void SeisDataPack::setZDomain | ( | const ZDomain::Info & | ) |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2022