|
virtual | ~LayerModel () |
|
LayerSequence & | addSequence () |
|
LayerSequence & | addSequence (const LayerSequence &) |
| Does a match of props. More...
|
|
void | append (const LayerModel &) |
| Does a match of props. More...
|
|
const ElasticPropSelection & | elasticPropSel () const |
|
bool | isEmpty () const |
|
bool | isValid () const |
|
int | nrLayers () const |
|
LayerModel & | operator= (const LayerModel &) |
|
float | overburdenVelocity (Stats::Type=Stats::Average) const |
|
void | prepareUse () const |
|
PropertyRefSelection & | propertyRefs () |
|
const PropertyRefSelection & | propertyRefs () const |
|
mDeprecatedObs bool | read (od_istream &) |
|
bool | read (od_istream &, int start, int step, uiString &, TaskRunner *, float startdepth, float abovevel) |
|
mDeprecatedObs bool | read (od_istream &, int start, int step, uiString &, TaskRunner *t=nullptr) |
|
bool | readHeader (od_istream &, PropertyRefSelection &, int &nrseq, bool &mathpreserve) |
|
const RefTree & | refTree () const |
|
void | removeSequence (int) |
|
LayerSequence & | sequence (int idx) |
|
const LayerSequence & | sequence (int idx) const |
|
void | setElasticPropSel (const ElasticPropSelection &) |
|
void | setEmpty () |
|
int | size () const |
|
float | startDepth (Stats::Type=Stats::Average) const |
|
bool | write (od_ostream &, int modnr=0, bool mathpreserve=false) const |
|
Interval< float > | zRange () const |
|
A model consisting of layer sequences.
The sequences will use the PropertyRefSelection managed by this object.
<>