|
| | RegularSeisDataPack (const char *cat, const BinDataDesc *bdd=0) |
| |
| | mDeclMonitorableAssignment (RegularSeisDataPack) |
| |
| bool | is2D () const |
| |
| virtual 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 * | trcsSampling () const |
| | Only returns non-null if explictly set. More...
|
| |
| void | getTrcPositions (PosInfo::CubeData &) const |
| |
| bool | addComponent (const char *nm) |
| |
| int | nrTrcs () const |
| |
| TrcKey | getTrcKey (int globaltrcidx) const |
| |
| int | getGlobalIdx (const TrcKey &) const |
| |
| const StepInterval< float > & | getZRange () const |
| | Check first if there is a storage! More...
|
| |
| | mDeclAbstractMonitorableAssignment (SeisVolumeDataPack) |
| |
| void | fillTrace (const TrcKey &, SeisTrc &) const |
| |
| | mDeclAbstractMonitorableAssignment (VolumeDataPack) |
| |
| virtual int | getNearestGlobalIdx (const TrcKey &) const |
| |
| virtual int | getRandomLineID () const |
| |
| void | getPath (TrcKeyPath &) const |
| |
| const OffsetValueSeries< float > | getTrcStorage (int comp, int globaltrcidx) const |
| |
| OffsetValueSeries< float > | getTrcStorage (int comp, int globaltrcidx) |
| | May return null. More...
|
| |
| const float * | getTrcData (int comp, int globaltrcidx) const |
| |
| float * | getTrcData (int comp, int globaltrcidx) |
| |
| bool | getCopiedTrcData (int comp, int globaltrcidx, Array1D< float > &) const |
| |
| 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 |
| |
| int | getComponentIdx (const char *nm, int defcompidx=-1) 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 &) |
| |
| | DataPack (const char *categry) |
| |
| | DataPack (const DataPack &) |
| |
| DataPack & | operator= (const DataPack &) |
| |
| bool | operator== (const DataPack &) const |
| |
| bool | operator!= (const DataPack &oth) const |
| |
| virtual DataPack * | clone () const |
| |
| ChangeType | compareWith (const Monitorable &) const |
| |
| int | isOK () const |
| |
| ID | id () const |
| |
| FullID | fullID (MgrID mgrid) const |
| |
| const char * | category () const |
| |
| float | nrKBytes () const |
| |
| bool | dumpInfo (IOPar &iop) const |
| |
| DBKey | dbKey () const |
| |
| void | setDBKey (const DBKey &_set_to_) |
| |
| int | nrArrays () const |
| |
| const ArrayND< float > * | arrayData (int iarr) const |
| |
| void | release () |
| |
| DataPack * | obtain () |
| |
| | SharedObject (const char *nm=0) |
| |
| | SharedObject (const SharedObject &) |
| |
| SharedObject & | operator= (const SharedObject &) |
| |
| bool | operator== (const SharedObject &) const |
| |
| bool | operator!= (const SharedObject &oth) const |
| |
| ChangeType | compareWith (const Monitorable &) const |
| |
| | NamedMonitorable (const char *nm=0) |
| |
| | NamedMonitorable (const NamedObject &) |
| |
| virtual | ~NamedMonitorable () |
| |
| | NamedMonitorable (const NamedMonitorable &) |
| |
| NamedMonitorable & | operator= (const NamedMonitorable &) |
| |
| bool | operator== (const NamedMonitorable &) const |
| |
| bool | operator!= (const NamedMonitorable &oth) const |
| |
| virtual NamedMonitorable * | getClone () const |
| |
| virtual BufferString | getName () const |
| |
| virtual void | setName (const char *) |
| |
| | Monitorable (const Monitorable &) |
| |
| virtual | ~Monitorable () |
| |
| Monitorable & | operator= (const Monitorable &) |
| |
| bool | operator== (const Monitorable &) const |
| |
| virtual ChangeDataNotifier & | objectChanged () const |
| |
| virtual Notifier< Monitorable > & | objectToBeDeleted () const |
| |
| virtual void | touch () const |
| |
| virtual DirtyCountType | dirtyCount () const |
| |
| void | sendChangeNotification (const ChangeData &) const |
| |
| void | sendEntireObjectChangeNotification () const |
| |
| void | transferNotifsTo (const Monitorable &, const CallBacker *onlyfor=0) 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 | detachCB (const NotifierAccess &, const CallBack &) const |
| |
| void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
| |
| bool | isNotifierAttached (const NotifierAccess *) const |
| | Only for debugging purposes, don't use. More...
|
| |
| virtual bool | isCapsule () const |
| |
| void | stopReceivingNotifications () const |
| |
| | NamedObject (const char *nm=0) |
| |
| | NamedObject (const NamedObject &oth) |
| |
| virtual | ~NamedObject () |
| |
| NamedObject & | operator= (const NamedObject &) |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| virtual const OD::String & | name () const |
| |
| bool | getNameFromPar (const IOPar &) |
| |
| void | putNameInPar (IOPar &) const |
| |
|
| | ~RegularSeisDataPack () |
| |
| virtual void | doDumpInfo (IOPar &) const |
| |
| | SeisVolumeDataPack (const char *cat, const BinDataDesc *) |
| |
| | ~SeisVolumeDataPack () |
| |
| | VolumeDataPack (const char *, const BinDataDesc *) |
| |
| | ~VolumeDataPack () |
| |
| bool | addArray (int sz0, int sz1, int sz2) |
| |
| virtual int | gtNrArrays () const |
| |
| virtual const ArrayND< float > * | gtArrayData (int iarr) const |
| |
| float | gtNrKBytes () const |
| |
| void | copyAll (const DataPack &) |
| |
| virtual | ~DataPack () |
| |
| virtual const char * | gtCategory () const |
| |
| void | setManager (const DataPackMgr *) |
| |
| void | setCategory (const char *c) |
| |
| void | copyAll (const SharedObject &) |
| |
| virtual | ~SharedObject () |
| |
| void | copyAll (const NamedMonitorable &) |
| |
| | Monitorable () |
| |
| void | copyAll (const Monitorable &) |
| |
| void | sendChgNotif (AccessLocker &, const ChangeData &) const |
| | calls objectChanged with released lock More...
|
| |
| void | sendChgNotif (AccessLocker &, ChangeType, IDType) const |
| | calls objectChanged with released lock More...
|
| |
| void | sendDelNotif () const |
| |
| void | stopChangeNotifications () const |
| |
| void | resumeChangeNotifications () const |
| |
| template<class T > |
| T | getMemberSimple (const T &) const |
| | the get function used by mImplSimpleMonitoredGet More...
|
| |
| template<class TMember , class TSetTo > |
| void | setMemberSimple (TMember &, TSetTo, ChangeType, IDType) |
| | the set function used by mImplSimpleMonitoredSet More...
|
| |
| void | detachAllNotifiers () const |
| | Call from the destructor of your inherited object. More...
|
| |
VolumeDataPack for 2D and 3D seismic data.