![]() |
OpendTect-6_4
6.4
|
SeisDataPack for random lines. More...
Public Member Functions | |
| RandomSeisDataPack (const char *cat, const BinDataDesc *bdd=0) | |
| bool | is2D () const |
| int | nrTrcs () const |
| TrcKey | getTrcKey (int trcidx) const |
| int | getGlobalIdx (const TrcKey &) const |
| const StepInterval< float > & | getZRange () const |
| void | setZRange (const StepInterval< float > &zrg) |
| void | setPath (const TrcKeyPath &path) |
| const TrcKeyPath & | getPath () const |
| bool | addComponent (const char *nm) |
| TrcKeyPath & | getPath () |
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 | dumpInfo (IOPar &) 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 | createDataPackFrom (const RegularSeisDataPack &, const TrcKeyPath &path, const Interval< float > &zrg) |
| static DataPack::ID | createDataPackFrom (const RegularSeisDataPack &, int rdmlineid, const Interval< float > &zrg) |
| static DataPack::ID | createDataPackFrom (const RegularSeisDataPack &, int rdmlineid, const Interval< float > &zrg, const BufferStringSet *nms) |
| static DataPack::ID | createDataPackFrom (const RegularSeisDataPack &, const TrcKeyPath &path, const Interval< float > &zrg, const BufferStringSet *nms) |
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 | |
| TrcKeyPath | path_ |
| StepInterval< float > | zsamp_ |
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 random lines.
| RandomSeisDataPack::RandomSeisDataPack | ( | const char * | cat, |
| const BinDataDesc * | bdd = 0 |
||
| ) |
|
virtual |
Implements SeisDataPack.
|
static |
|
static |
|
static |
|
static |
|
virtual |
Implements SeisDataPack.
|
inline |
|
inline |
|
virtual |
Implements SeisDataPack.
|
inlinevirtual |
Implements SeisDataPack.
|
inlinevirtual |
Implements SeisDataPack.
|
inlinevirtual |
Implements SeisDataPack.
|
inline |
|
inline |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019