|
| LayerSequenceGenDesc (const LayerSequenceGenDesc &) |
|
| LayerSequenceGenDesc (const RefTree &) |
|
| ~LayerSequenceGenDesc () |
|
const MultiID & | elasticPropSel () const |
|
uiString | errMsg () const |
|
bool | generate (LayerSequence &, float modpos) const |
|
bool | getFrom (od_istream &) |
|
IOPar & | getWorkBenchParams () |
|
int | indexFromUserIdentification (const char *) const |
|
LayerSequenceGenDesc & | operator= (const LayerSequenceGenDesc &) |
|
float | overburdenVelocity () const |
|
bool | prepareGenerate () const |
|
const PropertyRefSelection & | propSelection () const |
|
bool | putTo (od_ostream &) const |
|
const RefTree & | refTree () const |
|
void | setElasticPropSel (const MultiID &) |
|
void | setOverburdenVelocity (float) |
|
void | setPropSelection (const PropertyRefSelection &) |
|
void | setStartDepth (float z) |
|
float | startDepth () const |
|
const char * | userIdentification (int) const |
|
| ObjectSet () |
|
| ObjectSet (const ObjectSet &) |
|
| ObjectSet (LayerGenerator *) |
|
| ObjectSet (LayerGenerator *, LayerGenerator *) |
|
| ObjectSet (LayerGenerator *, LayerGenerator *, LayerGenerator *) |
|
virtual | ~ObjectSet () |
|
ObjectSet & | add (LayerGenerator *t) |
|
bool | addIfNew (LayerGenerator *) |
|
void | allowNull (bool yn=true) |
|
virtual void | append (const ObjectSet &) |
|
iterator | begin () |
|
const_iterator | begin () const |
|
const_iterator | cbegin () const |
|
const_iterator | cend () const |
|
ObjectSet * | clone () const override |
|
virtual void | copy (const ObjectSet &) |
|
bool | empty () const |
|
iterator | end () |
|
const_iterator | end () const |
|
void | erase () override |
|
LayerGenerator * | first () |
|
const LayerGenerator * | first () const |
|
virtual LayerGenerator * | get (const LayerGenerator *) const |
| check & unconst More...
|
|
virtual LayerGenerator * | get (idx_type) |
|
virtual const LayerGenerator * | get (idx_type) const |
|
idx_type | getIdx (const_iterator it) const |
|
idx_type | getIdx (iterator it) const |
|
virtual idx_type | indexOf (const LayerGenerator *) const |
|
virtual void | insertAfter (LayerGenerator *newptr, idx_type) |
|
virtual void | insertAt (LayerGenerator *newptr, idx_type) |
|
virtual bool | isManaged () const |
|
virtual bool | isPresent (const LayerGenerator *) const |
|
LayerGenerator * | last () |
|
const LayerGenerator * | last () const |
|
size_type | max_size () const |
|
std::int64_t | nrItems () const override |
|
bool | nullAllowed () const |
|
bool | operator!= (const ObjectSet &oth) const |
|
ObjectSet & | operator+= (LayerGenerator *t) |
|
virtual ObjectSet & | operator-= (LayerGenerator *) |
|
ObjectSet & | operator= (const ObjectSet &) |
|
bool | operator== (const ObjectSet &) const |
|
const LayerGenerator * | operator[] (const LayerGenerator *t) const |
|
LayerGenerator * | operator[] (idx_type i) |
|
const LayerGenerator * | operator[] (idx_type i) const |
|
void | plainErase () |
|
virtual LayerGenerator * | pop () |
|
void | push (LayerGenerator *t) |
|
virtual void | removeRange (idx_type from, idx_type to) |
|
virtual LayerGenerator * | removeSingle (idx_type, bool keep_order=true) |
|
virtual LayerGenerator * | replace (idx_type, LayerGenerator *) |
|
void | reverse () override |
|
void | setNullAllowed (bool yn=true) |
|
size_type | size () const |
|
void | swap (idx_type, idx_type) |
|
void | swap (ObjectSet &oth) |
|
void | swapItems (std::int64_t i1, std::int64_t i2) override |
|
void | useIndexes (const idx_type *) |
|
bool | validIdx (std::int64_t) const override |
|
virtual | ~Set () |
|
bool | isEmpty () const |
|
void | setEmpty () |
|
Collection of LayerGenerator's that can generate a full LayerSequence.
The 'modpos' that generate() wants needs to be 0 for the first, and 1 for the last model to be generated (linear in between). For one model only, specify 0.5.
<>