Z-transform that flattens a horizon. Everything else will also be flattened accordingly. In case of reverse faulting, the area between the two patches will not be included.
More...
|
| | HorizonZTransform () |
| |
| bool | canTransformSurv (OD::GeomSystem) const override |
| |
| NotifierAccess * | changeNotifier () override |
| |
| void | fillPar (IOPar &) const override |
| |
| Interval< float > | getDepthRange () const |
| |
| Interval< float > | getZInterval (bool from) const override |
| |
| ZSampling | getZInterval (bool from, bool makenice) const |
| |
| mDeprecatedDef float | getZIntervalCenter (bool from) const override |
| |
| bool | isReferenceHorizon (const MultiID &horid, float &refz) const override |
| |
| bool | needsVolumeOfInterest () const override |
| |
| void | setFlatZValue (float) |
| |
| void | setHorizon (const Horizon &) |
| |
| void | transformTrc (const TrcKey &, const SamplingData< float > &, int sz, float *res) const override |
| |
| void | transformTrcBack (const TrcKey &, const SamplingData< float > &, int sz, float *res) const override |
| |
| bool | usePar (const IOPar &) override |
| |
| virtual int | addVolumeOfInterest (const TrcKeyZSampling &, bool zistrans=false) |
| |
| virtual uiString | errMsg () const |
| |
| ZDomain::Info & | fromZDomainInfo () |
| |
| const ZDomain::Info & | fromZDomainInfo () const |
| |
| const char * | fromZDomainKey () const |
| |
| virtual float | getGoodZStep () const |
| |
| mDeprecatedDef const Scaler * | getVelUnitOfMeasure () const |
| |
| virtual bool | isOK () const |
| |
| virtual bool | loadDataIfMissing (int volid, TaskRunner *=0) |
| |
| 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 |
| |
| float | transformTrc (const TrcKey &, float z) const |
| |
| float | transformTrcBack (const TrcKey &, float z) const |
| |
| virtual float | zScale () 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 |
| |
Z-transform that flattens a horizon. Everything else will also be flattened accordingly. In case of reverse faulting, the area between the two patches will not be included.
<>