|
| StratSynth (const Strat::LayerModelProvider &, bool useed) |
|
| ~StratSynth () |
|
SyntheticData * | addDefaultSynthetic () |
|
SyntheticData * | addSynthetic () |
|
SyntheticData * | addSynthetic (const SynthGenParams &) |
|
void | clearElasticModels () |
|
void | clearInfoMsg () |
|
void | clearRayModels () |
|
void | clearSynthetics () |
|
bool | createElasticModels () |
|
void | decimateTraces (SeisTrcBuf &, int fac) const |
|
bool | disableSynthetic (const char *) |
|
uiString | errMsg () const |
|
void | flattenTraces (SeisTrcBuf &) const |
|
void | generateOtherQuantities () |
|
SynthGenParams & | genParams () |
|
const SynthGenParams & | genParams () const |
|
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 |
|
void | getLevelTimes (SeisTrcBuf &, const ObjectSet< const TimeDepthModel > &, int dispeach) const |
|
SyntheticData * | getSynthetic (const char *nm) |
|
const SyntheticData * | getSynthetic (const char *nm) const |
|
SyntheticData * | getSynthetic (const PropertyRef &) |
|
const SyntheticData * | getSynthetic (const PropertyRef &prf) const |
|
SyntheticData * | getSynthetic (int id) |
|
SyntheticData * | getSyntheticByIdx (int idx) |
|
const SyntheticData * | getSyntheticByIdx (int idx) const |
|
void | getSyntheticNames (BufferStringSet &, bool wantpres) const |
|
void | getSyntheticNames (BufferStringSet &, SynthGenParams::SynthType) const |
|
bool | hasElasticModels () const |
|
bool | hasTaskRunner () const |
|
uiString | infoMsg () const |
|
int | nrSynthetics () const |
|
bool | removeSynthetic (const char *) |
|
SyntheticData * | replaceSynthetic (int id) |
|
void | setLevel (const StratSynthLevel *) |
|
bool | setLevelTimes (const char *sdnm) |
|
void | setTaskRunner (TaskRunner *t) |
|
void | setWavelet (const Wavelet *) |
|
int | syntheticIdx (const char *nm) const |
|
int | syntheticIdx (const PropertyRef &) const |
|
const ObjectSet< SyntheticData > & | synthetics () const |
|
void | trimTraces (SeisTrcBuf &, const ObjectSet< const TimeDepthModel > &, float zskip) const |
|
const Wavelet * | wavelet () const |
|