OpendTect-6_4
6.4
|
SeisDataPack for 2D and 3D seismic data. More...
Public Member Functions | |
RegularSeisDataPack (const char *cat, const BinDataDesc *bdd=0) | |
~RegularSeisDataPack () | |
RegularSeisDataPack * | clone () const |
RegularSeisDataPack * | getSimilar () const |
bool | copyFrom (const RegularSeisDataPack &) |
void | setSampling (const TrcKeyZSampling &tkzs) |
const TrcKeyZSampling & | sampling () const |
void | setTrcsSampling (PosInfo::CubeData *) |
Becomes mine. More... | |
const PosInfo::CubeData * | getTrcsSampling () const |
Only for 3D. More... | |
bool | is2D () const |
bool | addComponent (const char *nm) |
bool | addComponentNoInit (const char *nm) |
int | nrTrcs () const |
TrcKey | getTrcKey (int globaltrcidx) const |
int | getGlobalIdx (const TrcKey &) const |
virtual void | dumpInfo (IOPar &) const |
const StepInterval< float > & | getZRange () const |
Public Member Functions inherited from SeisDataPack | |
~SeisDataPack () | |
virtual int | getNearestGlobalIdx (const TrcKey &) const |
void | getPath (TrcKeyPath &) const |
const OffsetValueSeries< float > | getTrcStorage (int comp, int globaltrcidx) const |
OffsetValueSeries< float > | getTrcStorage (int comp, int globaltrcidx) |
const float * | getTrcData (int comp, int globaltrcidx) const |
float * | getTrcData (int comp, int globaltrcidx) |
int | nrComponents () const |
bool | isEmpty () const |
bool | validComp (int comp) const |
void | setComponentName (const char *, int comp=0) |
const char * | getComponentName (int comp=0) const |
const Array3DImpl< float > & | data (int component=0) const |
Array3DImpl< float > & | data (int component=0) |
void | setZDomain (const ZDomain::Info &) |
const ZDomain::Info & | zDomain () const |
void | setScaler (const Scaler &) |
void | deleteScaler () |
const Scaler * | getScaler () const |
void | setRefNrs (const TypeSet< float > &refnrs) |
float | getRefNr (int globaltrcidx) const |
const BinDataDesc & | getDataDesc () const |
void | setDataDesc (const BinDataDesc &) |
float | nrKBytes () const |
void | setRandomLineID (int) |
int | getRandomLineID () const |
int | getComponentIdx (const char *nm, int defcompidx=-1) const |
Public Member Functions inherited from DataPack | |
DataPack (const char *categry) | |
DataPack (const DataPack &dp) | |
virtual | ~DataPack () |
ID | id () const |
FullID | fullID (int mgrid) const |
virtual const char * | category () const |
virtual bool | isOK () const |
Threads::Lock & | updateLock () const |
void | release () |
DataPack * | obtain () |
Public Member Functions inherited from NamedObject | |
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 &) |
Public Member Functions inherited from CallBacker | |
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 Public Member Functions | |
static DataPack::ID | createDataPackForZSlice (const BinIDValueSet *, const TrcKeyZSampling &, const ZDomain::Info &, const BufferStringSet &nms=0) |
Static Public Member Functions inherited from SeisDataPack | |
static const char * | categoryStr (bool isvertical, bool is2d) |
Static Public Member Functions inherited from DataPack | |
static ID | getID (const FullID &fid) |
static const char * | sKeyCategory () |
static ID | cNoID () |
Protected Attributes | |
TrcKeyZSampling | sampling_ |
PosInfo::CubeData * | rgldpckposinfo_ |
Protected Attributes inherited from SeisDataPack | |
BufferStringSet | componentnames_ |
ObjectSet< Array3DImpl< float > > | arrays_ |
TypeSet< float > | refnrs_ |
ZDomain::Info * | zdomaininfo_ |
BinDataDesc | desc_ |
const Scaler * | scaler_ |
int | rdlid_ |
Protected Attributes inherited from DataPack | |
const ID | id_ |
const BufferString | category_ |
int | nrusers_ |
Threads::Lock | nruserslock_ |
Threads::Lock | updatelock_ |
const DataPackMgr * | manager_ |
Protected Attributes inherited from NamedObject | |
BufferString * | name_ |
NamedObject * | linkedto_ |
CallBackSet * | delnotify_ |
Additional Inherited Members | |
Public Types inherited from DataPack | |
typedef int | ID |
typedef MultiID | FullID |
Protected Member Functions inherited from SeisDataPack | |
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 | setManager (const DataPackMgr *) |
void | setCategory (const char *c) |
Protected Member Functions inherited from CallBacker | |
void | detachAllNotifiers () |
Call from the destructor of your inherited object. More... | |
Static Protected Member Functions inherited from DataPack | |
static ID | getNewID () |
ensures a global data pack ID More... | |
static float | sKb2MbFac () |
1 / 1024 More... | |
SeisDataPack for 2D and 3D seismic data.
RegularSeisDataPack::RegularSeisDataPack | ( | const char * | cat, |
const BinDataDesc * | bdd = 0 |
||
) |
RegularSeisDataPack::~RegularSeisDataPack | ( | ) |
|
virtual |
Implements SeisDataPack.
bool RegularSeisDataPack::addComponentNoInit | ( | const char * | nm | ) |
RegularSeisDataPack* RegularSeisDataPack::clone | ( | ) | const |
bool RegularSeisDataPack::copyFrom | ( | const RegularSeisDataPack & | ) |
|
static |
Creates RegularSeisDataPack from BinIDValueSet for z-slices in z-axis transformed domain. nrComponents() in the created datapack will be one less than BinIDValueSet::nrVals(), as the z-component is not used.
nms | is for passing component names. |
|
virtual |
Reimplemented from SeisDataPack.
|
virtual |
Implements SeisDataPack.
RegularSeisDataPack* RegularSeisDataPack::getSimilar | ( | ) | const |
|
virtual |
Implements SeisDataPack.
const PosInfo::CubeData* RegularSeisDataPack::getTrcsSampling | ( | ) | const |
Only for 3D.
|
inlinevirtual |
Implements SeisDataPack.
|
virtual |
Implements SeisDataPack.
|
inlinevirtual |
Implements SeisDataPack.
|
inline |
|
inline |
void RegularSeisDataPack::setTrcsSampling | ( | PosInfo::CubeData * | ) |
Becomes mine.
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019