![]() |
OpendTect
7.0
|
Base class for z-axis transforms. More...
Public Member Functions | |
| virtual int | addVolumeOfInterest (const TrcKeyZSampling &, bool zistrans=false) |
| virtual bool | canTransformSurv (OD::GeomSystem) const =0 |
| virtual NotifierAccess * | changeNotifier () |
| virtual uiString | errMsg () const |
| virtual void | fillPar (IOPar &) const |
| ZDomain::Info & | fromZDomainInfo () |
| const ZDomain::Info & | fromZDomainInfo () const |
| const char * | fromZDomainKey () const |
| virtual float | getGoodZStep () const |
| mDeprecatedDef const Scaler * | getVelUnitOfMeasure () const |
| virtual Interval< float > | getZInterval (bool from) const =0 |
| virtual mDeprecatedDef float | getZIntervalCenter (bool from) const |
| virtual bool | isOK () const |
| virtual bool | isReferenceHorizon (const MultiID &horid, float &refz) const |
| virtual bool | loadDataIfMissing (int volid, TaskRunner *=0) |
| virtual bool | needsVolumeOfInterest () const |
| virtual void | removeVolumeOfInterest (int volid) |
| mDeprecatedDef void | setVelUnitOfMeasure (const Scaler *) |
| virtual void | setVolumeOfInterest (int volid, const TrcKeyZSampling &, bool zistrans=false) |
| ZDomain::Info & | toZDomainInfo () |
| const ZDomain::Info & | toZDomainInfo () const |
| const char * | toZDomainKey () const |
| virtual float | toZScale () const |
| virtual void | transform (const BinID &, const SamplingData< float > &, int sz, float *res) const |
| float | transform (const BinIDValue &) const |
| float | transform (const Coord3 &) const |
| virtual void | transform2D (const char *linenm, int trcnr, const SamplingData< float > &, int sz, float *res) const |
| float | transform2D (const char *linenm, int trcnr, float z) const |
| virtual void | transformBack (const BinID &, const SamplingData< float > &, int sz, float *res) const |
| float | transformBack (const BinIDValue &) const |
| float | transformBack (const Coord3 &) const |
| virtual void | transformBack2D (const char *linenm, int trcnr, const SamplingData< float > &, int sz, float *res) const |
| float | transformBack2D (const char *linenm, int trcnr, float z) const |
| virtual void | transformTrc (const TrcKey &, const SamplingData< float > &, int sz, float *res) const =0 |
| float | transformTrc (const TrcKey &, float z) const |
| virtual void | transformTrcBack (const TrcKey &, const SamplingData< float > &, int sz, float *res) const =0 |
| float | transformTrcBack (const TrcKey &, float z) const |
| virtual bool | usePar (const IOPar &) |
| virtual float | zScale () const |
Public Member Functions inherited from SharedObject | |
| SharedObject (const char *nm=nullptr) | |
| SharedObject (const SharedObject &) | |
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 |
| virtual CallBacker * | trueCaller () |
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 &) |
| const name_type & | name () const override |
| 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 |
Public Member Functions inherited from RefCount::Referenced | |
| 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 Public Member Functions | |
| static ZAxisTransform * | create (const IOPar &) |
Static Public Member Functions inherited from SharedObject | |
| static Notifier< SharedObject > & | instanceCreated () |
Static Public Member Functions inherited from CallBacker | |
| static void | createReceiverForCurrentThread () |
| static void | removeReceiverForCurrentThread () |
Static Public Member Functions inherited from RefCount::Referenced | |
| static bool | isSane (const Referenced *) |
Protected Member Functions | |
| ZAxisTransform (const ZDomain::Def &from, const ZDomain::Def &to) | |
| virtual | ~ZAxisTransform () |
Protected Member Functions inherited from SharedObject | |
| virtual | ~SharedObject () |
Protected Member Functions inherited from NamedCallBacker | |
| void | sendDelNotif () const |
Protected Member Functions inherited from RefCount::Referenced | |
| Referenced () | |
| Referenced (const Referenced &) | |
| virtual | ~Referenced () |
| Referenced & | operator= (const Referenced &) |
Protected Attributes | |
| uiString | errmsg_ |
| ZDomain::Info & | fromzdomaininfo_ |
| ZDomain::Info & | tozdomaininfo_ |
Protected Attributes inherited from NamedCallBacker | |
| Threads::Atomic< bool > | delalreadytriggered_ |
| Notifier< NamedCallBacker > | delnotif_ |
Protected Attributes inherited from NamedObject | |
| BufferString | name_ |
Private Attributes | |
| const Scaler * | scaler_ = nullptr |
Additional Inherited Members | |
Public Types inherited from ObjectWithName | |
| typedef OD::String | name_type |
Base class for z-axis transforms.
ZAxisTransform is the base class for z stretching in different ways. The z-stretch may be dependent on the location (binid). The various transforms can be retrieved from factory ZATF().
<>
|
protected |
|
protectedvirtual |
|
virtual |
Reimplemented in Depth2TimeStretcher, Time2DepthStretcher, and VelocityStretcherNew.
|
pure virtual |
|
inlinevirtual |
Reimplemented in EM::HorizonZTransform.
|
static |
Result will be reffed once. It is caller's responsibility to unref.
|
inlinevirtual |
|
virtual |
|
inline |
| const ZDomain::Info& ZAxisTransform::fromZDomainInfo | ( | ) | const |
| const char* ZAxisTransform::fromZDomainKey | ( | ) | const |
|
virtual |
Reimplemented in WellT2DTransform, LinearD2TTransform, LinearT2DTransform, Depth2TimeStretcher, Time2DepthStretcher, LinearVelTransformNew, VelocityStretcherNew, SimpleD2TTransform, and SimpleT2DTransform.
| mDeprecatedDef const Scaler* ZAxisTransform::getVelUnitOfMeasure | ( | ) | const |
|
pure virtual |
|
virtual |
Reimplemented in EM::HorizonZTransform.
|
inlinevirtual |
Reimplemented in WellT2DTransform, Depth2TimeStretcher, Time2DepthStretcher, LinearVelTransformNew, VelocityStretcherNew, and SimpleTimeDepthTransform.
|
virtual |
\refz is in 'to' domain
Reimplemented in EM::HorizonZTransform.
|
virtual |
Reimplemented in VelocityStretcherNew, Depth2TimeStretcher, and Time2DepthStretcher.
|
inlinevirtual |
|
virtual |
Reimplemented in Depth2TimeStretcher, Time2DepthStretcher, and VelocityStretcherNew.
| mDeprecatedDef void ZAxisTransform::setVelUnitOfMeasure | ( | const Scaler * | ) |
|
virtual |
Reimplemented in Depth2TimeStretcher, Time2DepthStretcher, and VelocityStretcherNew.
|
inline |
| const ZDomain::Info& ZAxisTransform::toZDomainInfo | ( | ) | const |
| const char* ZAxisTransform::toZDomainKey | ( | ) | const |
|
virtual |
|
virtual |
| float ZAxisTransform::transform | ( | const BinIDValue & | ) | const |
| float ZAxisTransform::transform | ( | const Coord3 & | ) | const |
|
virtual |
| float ZAxisTransform::transform2D | ( | const char * | linenm, |
| int | trcnr, | ||
| float | z | ||
| ) | const |
|
virtual |
| float ZAxisTransform::transformBack | ( | const BinIDValue & | ) | const |
| float ZAxisTransform::transformBack | ( | const Coord3 & | ) | const |
|
virtual |
| float ZAxisTransform::transformBack2D | ( | const char * | linenm, |
| int | trcnr, | ||
| float | z | ||
| ) | const |
|
pure virtual |
| float ZAxisTransform::transformTrc | ( | const TrcKey & | , |
| float | z | ||
| ) | const |
|
pure virtual |
| float ZAxisTransform::transformTrcBack | ( | const TrcKey & | , |
| float | z | ||
| ) | const |
|
virtual |
|
inlinevirtual |
Old name, use toZScale instead.
|
mutableprotected |
|
protected |
|
private |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024