An offset-based TimeDepth model set that may include reflectivities and incidence angles.
More...
|
| OffsetReflectivityModel (const ElasticModel &, const OffsetReflectivityModel::Setup &, const TypeSet< float > *axisvals=nullptr, float *velmax=nullptr) |
|
| ~OffsetReflectivityModel () |
|
bool | isOffsetDomain () const override |
|
const float * | getReflDepths () const |
|
const ReflectivityModelTrace * | getReflectivities (int ioff) const |
|
const float * | getReflTimes (int ioff=-1) const |
| ioff=-1 for default TD model More...
|
|
float | getSinAngle (int ioff, int idz) const |
|
bool | hasAngles () const |
|
bool | hasReflectivities () const |
|
virtual bool | isAngleDomain () const |
|
bool | isSpikeDefined (int ioff, int idz) const |
|
int | nrLayers () const |
|
int | nrRefModels () const |
|
int | nrSpikes () const |
|
| TimeDepthModelSet (const ElasticModel &, const Setup &=Setup(), const TypeSet< float > *axisvals=nullptr, float *velmax=nullptr) |
|
| TimeDepthModelSet (const TimeDepthModel &, const TypeSet< float > *axisvals=nullptr) |
|
void | forceTimes (const TimeDepthModel &, bool defonly) |
|
const TimeDepthModel * | get (int) const |
|
const TimeDepthModel & | getDefaultModel () const |
|
virtual bool | isOK () const |
|
int | modelSize () const |
|
int | nrModels () const |
|
void | setDefTWT (int idz, float) |
|
void | setDepth (int idz, float) |
|
void | setTWT (int imdl, int idz, float) |
|
int | size () const |
|
void | addObserver (WeakPtrBase *obs) |
| Not for normal use. May become private. More...
|
|
int | nrRefs () const |
| Only for expert use. More...
|
|
void | ref () const |
|
bool | refIfReffed () const |
| Don't use in production, for debugging. More...
|
|
void | removeObserver (WeakPtrBase *obs) |
| Not for normal use. May become private. More...
|
|
bool | tryRef () const |
| Not for normal use. May become private. More...
|
|
void | unRef () const |
|
void | unRefNoDelete () const |
|
An offset-based TimeDepth model set that may include reflectivities and incidence angles.
<>