|
| bool | isOK () const override |
| |
| virtual int | addVolumeOfInterest (const TrcKeyZSampling &, bool zistrans=false) |
| |
| virtual NotifierAccess * | changeNotifier () |
| |
| virtual uiString | errMsg () const |
| |
| ZDomain::Info & | fromZDomainInfo () |
| |
| const ZDomain::Info & | fromZDomainInfo () const |
| |
| const char * | fromZDomainKey () const |
| |
| virtual ZSampling | getModelZSampling () const |
| |
| ZSampling | getZInterval (bool from, bool makenice=true, const ZSampling *=nullptr) const |
| |
| virtual bool | isReferenceHorizon (const MultiID &horid, float &refz) const |
| |
| virtual bool | loadDataIfMissing (int volid, TaskRunner *=nullptr) |
| |
| virtual bool | needsVolumeOfInterest () const |
| |
| virtual void | removeVolumeOfInterest (int volid) |
| |
| void | setDataFromZDomainInfo (const ZDomain::Info &) |
| |
| void | setDataToZDomainInfo (const ZDomain::Info &) |
| |
| 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 |
| |
| 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 |
| |