|
| | StratSynth (const Strat::LayerModelProvider &, bool useed) |
| |
| | ~StratSynth () |
| |
| int | nrSynthetics () const |
| |
| SyntheticData * | addSynthetic () |
| |
| SyntheticData * | addSynthetic (const SynthGenParams &) |
| |
| bool | removeSynthetic (const char *) |
| |
| bool | disableSynthetic (const char *) |
| |
| SyntheticData * | replaceSynthetic (int id) |
| |
| SyntheticData * | addDefaultSynthetic () |
| |
| int | syntheticIdx (const char *nm) const |
| |
| int | syntheticIdx (const PropertyRef &) const |
| |
| SyntheticData * | getSynthetic (const char *nm) |
| |
| const SyntheticData * | getSynthetic (const char *nm) const |
| |
| void | getSyntheticNames (BufferStringSet &, SynthGenParams::SynthType) const |
| |
| void | getSyntheticNames (BufferStringSet &, bool wantpres) const |
| |
| SyntheticData * | getSynthetic (int id) |
| |
| SyntheticData * | getSynthetic (const PropertyRef &) |
| |
| const SyntheticData * | getSynthetic (const PropertyRef &prf) const |
| |
| SyntheticData * | getSyntheticByIdx (int idx) |
| |
| const SyntheticData * | getSyntheticByIdx (int idx) const |
| |
| void | clearSynthetics () |
| |
| void | generateOtherQuantities () |
| |
| bool | createElasticModels () |
| |
| void | clearElasticModels () |
| |
| bool | hasElasticModels () const |
| |
| const ObjectSet< SyntheticData > & | synthetics () const |
| |
| void | setWavelet (const Wavelet *) |
| |
| const Wavelet * | wavelet () const |
| |
| SynthGenParams & | genParams () |
| |
| const SynthGenParams & | genParams () const |
| |
| void | setLevel (const StratSynthLevel *) |
| |
| const StratSynthLevel * | getLevel () const |
| |
| void | getLevelDepths (const Strat::Level &, TypeSet< float > &) const |
| |
| void | getLevelTimes (const Strat::Level &, const ObjectSet< const TimeDepthModel > &, TypeSet< float > &) const |
| |
| void | getLevelTimes (SeisTrcBuf &, const ObjectSet< const TimeDepthModel > &) const |
| |
| bool | setLevelTimes (const char *sdnm) |
| |
| void | flattenTraces (SeisTrcBuf &) const |
| |
| void | trimTraces (SeisTrcBuf &, const ObjectSet< const TimeDepthModel > &, float zskip) const |
| |
| void | decimateTraces (SeisTrcBuf &, int fac) const |
| |
| void | clearRayModels () |
| |
| void | setTaskRunner (TaskRunner *t) |
| |
| bool | hasTaskRunner () const |
| |
| uiString | errMsg () const |
| |
| uiString | infoMsg () const |
| |
| void | clearInfoMsg () |
| |
| void | getLevelTimes (SeisTrcBuf &, const ObjectSet< const TimeDepthModel > &, int dispeach) const |
| |
|
| const Strat::LayerModel & | layMod () const |
| |
| bool | canRayModelsBeRemoved (const IOPar &raypar) const |
| |
| bool | fillElasticModel (const Strat::LayerModel &, ElasticModel &, int seqidx) |
| |
| bool | adjustElasticModel (const Strat::LayerModel &, TypeSet< ElasticModel > &, bool chksvel) |
| |
| void | generateOtherQuantities (const PostStackSyntheticData &sd, const Strat::LayerModel &) |
| |
| SyntheticData * | generateSD () |
| |
| SyntheticData * | generateSD (const SynthGenParams &) |
| |
| bool | runSynthGen (Seis::RaySynthGenerator &, const SynthGenParams &) |
| |
| SyntheticData * | createAngleStack (const SyntheticData &sd, const TrcKeyZSampling &, const SynthGenParams &) |
| |
| SyntheticData * | createAVOGradient (const SyntheticData &sd, const TrcKeyZSampling &, const SynthGenParams &) |
| |
| void | createAngleData (PreStackSyntheticData &, const ObjectSet< RayTracer1D > &) |
| |
| void | adjustD2TModels (ObjectSet< TimeDepthModel > &) const |
| |
| void | putD2TModelsInSD (SyntheticData &, ObjectSet< SynthRayModel > &) |
| |
| const PreStack::GatherSetDataPack * | getRelevantAngleData (const IOPar &raypar) const |
| |