|
| | AngleStackSyntheticData (const SynthGenParams &sgp, SeisTrcBufDataPack &sbufdp) |
| |
| bool | isAVOGradient () const |
| |
| bool | isAngleStack () const |
| |
| SynthGenParams::SynthType | synthType () const |
| |
| | PSBasedPostStackSyntheticData (const SynthGenParams &, SeisTrcBufDataPack &) |
| |
| | ~PSBasedPostStackSyntheticData () |
| |
| void | useGenParams (const SynthGenParams &) |
| |
| void | fillGenParams (SynthGenParams &) const |
| |
| | PostStackSyntheticData (const SynthGenParams &, SeisTrcBufDataPack &) |
| |
| | ~PostStackSyntheticData () |
| |
| bool | isPS () const |
| |
| bool | hasOffset () const |
| |
| const SeisTrc * | getTrace (int seqnr) const |
| |
| SeisTrcBufDataPack & | postStackPack () |
| |
| const SeisTrcBufDataPack & | postStackPack () const |
| |
| | ~SyntheticData () |
| |
| void | setName (const char *) |
| |
| float | getTime (float dpt, int seqnr) const |
| |
| float | getDepth (float time, int seqnr) const |
| |
| const DataPack & | getPack () const |
| |
| DataPack & | getPack () |
| |
| void | useDispPar (const IOPar &) |
| |
| void | fillDispPar (IOPar &) const |
| |
| const char * | waveletName () const |
| |
| void | setWavelet (const char *wvltnm) |
| |
| SynthFVSpecificDispPars & | dispPars () |
| |
| const SynthFVSpecificDispPars & | dispPars () const |
| |
| | NamedObject (const char *nm=0) |
| |
| | NamedObject (const NamedObject *linkedto) |
| |
| | NamedObject (const NamedObject &) |
| |
| virtual | ~NamedObject () |
| |
| void | setLinkedTo (NamedObject *) |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| virtual const OD::String & | name () const |
| |
| virtual const OD::String & | annotName () const |
| |
| void | setCleanName (const char *) |
| | cleans string first More...
|
| |
| void | deleteNotify (const CallBack &) |
| |
| | CallBacker () |
| |
| | CallBacker (const CallBacker &) |
| |
| virtual | ~CallBacker () |
| |
| bool | attachCB (NotifierAccess &, const CallBack &, bool onlyifnew=false) |
| |
| bool | attachCB (NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) |
| |
| void | detachCB (NotifierAccess &, const CallBack &) |
| |
| void | detachCB (NotifierAccess *notif, const CallBack &cb) |
| |
| bool | isNotifierAttached (NotifierAccess *) const |
| | Only for debugging purposes, don't use. More...
|
| |