|
| | Depth2TimeStretcher () |
| |
| | Depth2TimeStretcher (const MultiID &) |
| |
| MultiID | getVelID () const |
| |
| bool | isOK () const override |
| |
| bool | setVelData (const MultiID &) |
| |
| const UnitOfMeasure * | velUnit () const |
| |
| virtual NotifierAccess * | changeNotifier () |
| |
| virtual uiString | errMsg () const |
| |
| ZDomain::Info & | fromZDomainInfo () |
| |
| const ZDomain::Info & | fromZDomainInfo () const |
| |
| const char * | fromZDomainKey () const |
| |
| ZSampling | getZInterval (bool from, bool makenice=true, const ZSampling *=nullptr) const |
| |
| virtual bool | isReferenceHorizon (const MultiID &horid, float &refz) const |
| |
| void | setDataFromZDomainInfo (const ZDomain::Info &) |
| |
| void | setDataToZDomainInfo (const ZDomain::Info &) |
| |
| 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 |
| |
| float | transformTrc (const TrcKey &, float z) const |
| |
| float | transformTrcBack (const TrcKey &, float z) const |
| |
| const ZDomain::Info & | zDomain (bool from) const |
| | Pointer to singleton.
|
| |
| virtual float | zScale () const |
| |
| | SharedObject (const char *nm=nullptr) |
| |
| | NamedCallBacker (const char *nm=nullptr) |
| |
| | NamedCallBacker (const NamedCallBacker &)=delete |
| |
| | ~NamedCallBacker () |
| |
| virtual Notifier< NamedCallBacker > & | objectToBeDeleted () const |
| |
| NamedCallBacker & | operator= (const NamedCallBacker &)=delete |
| |
| 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.
|
| |
| 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.
|
| |
| CallBacker & | operator= (const CallBacker &)=delete |
| |
| 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.
|
| |
| int | nrRefs () const |
| | Only for expert use.
|
| |
| void | ref () const |
| |
| bool | refIfReffed () const |
| | Don't use in production, for debugging.
|
| |
| void | removeObserver (WeakPtrBase *obs) |
| | Not for normal use. May become private.
|
| |
| bool | tryRef () const |
| | Not for normal use. May become private.
|
| |
| void | unRef () const |
| |
| void | unRefNoDelete () const |
| |
|
| typedef OD::String | name_type |
| |
| static Interval< float > | getDefaultVAvg (const UnitOfMeasure *) |
| |
| static bool | getRange (const IOPar &, const VelocityDesc &, bool top, Interval< float > &) |
| |
| static ZSampling | getWorkZSampling (const ZSampling &, const ZDomain::Info &from, const ZDomain::Info &to, const Interval< float > &topvavg, const Interval< float > &botvavg, const UnitOfMeasure *vavguom, bool makenice=true) |
| |
| static ZSampling | getWorkZSampling (const ZSampling &, const ZDomain::Info &from, const ZDomain::Info &to, const IOPar &, bool makenice=true) |
| |
| static void | setRange (const Interval< float > &, const VelocityDesc &, bool top, IOPar &) |
| |
| static ZAxisTransform * | create (const IOPar &) |
| |
| static Notifier< SharedObject > & | instanceCreated () |
| |
| static void | createReceiverForCurrentThread () |
| |
| static void | removeReceiverForCurrentThread () |
| |
| static bool | isSane (const Referenced *) |
| |
| const ZDomain::Info * | datafromzdominfo_ = nullptr |
| |
| const ZDomain::Info * | datatozdominfo_ = nullptr |
| |
| uiString | errmsg_ |
| |
| ZDomain::Info & | fromzdomaininfo_ |
| |
| ZDomain::Info & | tozdomaininfo_ |
| |
| Threads::Atomic< bool > | delalreadytriggered_ |
| |
| Notifier< NamedCallBacker > | delnotif_ |
| |
| BufferString | name_ |
| |
ZAxisstretcher that converts from depth to time (or back) using a 2D/3D velocity model on disk
<>