|
| | StratSynth (const Strat::LayerModelProvider &, bool useed) |
| |
| | ~StratSynth () |
| |
| int | nrSynthetics () const |
| |
| RefMan< SyntheticData > | addSynthetic () |
| |
| RefMan< SyntheticData > | addSynthetic (const SynthGenParams &) |
| |
| bool | removeSynthetic (const char *) |
| |
| bool | disableSynthetic (const char *) |
| |
| RefMan< SyntheticData > | replaceSynthetic (int id) |
| |
| RefMan< SyntheticData > | addDefaultSynthetic () |
| |
| int | syntheticIdx (const char *nm) const |
| |
| int | syntheticIdx (const PropertyRef &) const |
| |
| RefMan< SyntheticData > | getSynthetic (const char *nm) |
| |
| ConstRefMan< SyntheticData > | getSynthetic (const char *nm) const |
| |
| void | getSyntheticNames (BufferStringSet &, SynthGenParams::SynthType) const |
| |
| void | getSyntheticNames (BufferStringSet &, bool wantpres) const |
| |
| RefMan< SyntheticData > | getSynthetic (int id) |
| |
| RefMan< SyntheticData > | getSynthetic (const PropertyRef &) |
| |
| ConstRefMan< SyntheticData > | getSynthetic (const PropertyRef &prf) const |
| |
| RefMan< SyntheticData > | getSyntheticByIdx (int idx) |
| |
| ConstRefMan< 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 | setLevels (const StratSynthLevelSet &) |
| |
| void | setLevels (const BufferStringSet &, const LVLZValsSet &) |
| |
| const StratSynthLevel * | getLevel (const int idx) const |
| |
| const StratSynthLevelSet * | getLevels () 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 > &, int dispeach=-1) 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 | setTaskRunner (TaskRunner *taskr) |
| |
| uiString | errMsg () const |
| |
| uiString | infoMsg () const |
| |
| void | clearInfoMsg () |
| |