|
| RandomSeisDataPack (const char *cat, const BinDataDesc *=nullptr) |
|
bool | addComponent (const char *nm) override |
|
int | getGlobalIdx (const TrcKey &) const override |
|
TrcKeyPath & | getPath () |
|
const TrcKeyPath & | getPath () const |
|
TrcKey | getTrcKey (int trcidx) const override |
|
bool | is2D () const override |
|
int | nrTrcs () const override |
|
void | setPath (const TrcKeyPath &path) |
|
void | setZRange (const StepInterval< float > &zrg) |
|
ZSampling | zRange () const override |
|
Array3DImpl< float > & | data (int component=0) |
|
const Array3DImpl< float > & | data (int component=0) const |
|
void | deleteScaler () |
|
void | dumpInfo (StringPairSet &) const override |
|
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 | getNearestGlobalIdx (const TrcKey &) const |
|
void | getPath (TrcKeyPath &) const |
|
RandomLineID | 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 |
|
const OffsetValueSeries< float > | getTrcStorage (int comp, int globaltrcidx) const |
|
bool | isEmpty () const |
|
int | nrComponents () const |
|
float | nrKBytes () const override |
|
void | setComponentName (const char *, int comp=0) |
|
void | setDataDesc (const BinDataDesc &) |
|
void | setRandomLineID (RandomLineID) |
|
void | setRefNrs (const TypeSet< float > &refnrs) |
|
void | setScaler (const Scaler &) |
|
void | setValUnit (const UnitOfMeasure *) |
|
void | setZDomain (const ZDomain::Info &) |
|
BufferString | unitStr (bool val, bool withparens=false) const |
|
bool | validComp (int comp) const |
|
const UnitOfMeasure * | valUnit () const |
|
const ZDomain::Info & | zDomain () const |
|
const UnitOfMeasure * | zUnit () const |
|
virtual const char * | category () const |
|
FullID | fullID (DataPackMgrID mgrid) const |
|
DataPackID | id () const |
|
virtual bool | isOK () const |
|
DataPack * | obtain () |
|
void | release () |
|
Threads::Lock & | updateLock () const |
|
| SharedObject (const char *nm=nullptr) |
|
| SharedObject (const SharedObject &) |
|
| 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 |
|
| 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 () |
|
| 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) |
|
virtual | ~ObjectWithName () |
|
bool | hasName (const char *nm) const |
|
bool | hasName (const name_type &nm) const |
|
void | putNameInPar (IOPar &) const |
|
void | addObserver (WeakPtrBase *obs) |
| Not for normal use. May become private. More...
|
|
int | nrRefs () const |
| Only for expert use. More...
|
|
void | ref () const |
|
bool | refIfReffed () const |
| Don't use in production, for debugging. More...
|
|
void | removeObserver (WeakPtrBase *obs) |
| Not for normal use. May become private. More...
|
|
bool | tryRef () const |
| Not for normal use. May become private. More...
|
|
void | unRef () const |
|
void | unRefNoDelete () const |
|
|
static DataPackID | createDataPackFrom (const RegularSeisDataPack &, const TrcKeyPath &path, const Interval< float > &zrg) |
|
static DataPackID | createDataPackFrom (const RegularSeisDataPack &, const TrcKeyPath &path, const Interval< float > &zrg, const BufferStringSet *nms) |
|
static DataPackID | createDataPackFrom (const RegularSeisDataPack &, RandomLineID rdmlineid, const Interval< float > &zrg) |
|
static DataPackID | createDataPackFrom (const RegularSeisDataPack &, RandomLineID rdmlineid, const Interval< float > &zrg, const BufferStringSet *nms) |
|
static RefMan< RandomSeisDataPack > | createDataPackFromRM (const RegularSeisDataPack &, RandomLineID rdmlineid, const Interval< float > &zrg, const BufferStringSet *nms) |
|
static const char * | categoryStr (bool isvertical, bool is2d) |
|
static DataPackID | cNoID () |
|
static DataPackID | cUdfID () |
|
static DataPackID | getID (const FullID &fid) |
|
static const char * | sKeyCategory () |
|
static Notifier< SharedObject > & | instanceCreated () |
|
static void | createReceiverForCurrentThread () |
|
static void | removeReceiverForCurrentThread () |
|
static bool | isSane (const Referenced *) |
|
SeisDataPack for random lines.
<>