|
| | MarkerSet () |
| |
| virtual | ~MarkerSet () |
| |
| bool | addSameWell (const Marker &) |
| |
| void | addSameWell (const ObjectSet< Marker > &) |
| |
| virtual void | append (const ObjectSet< Marker > &ms) override |
| |
| void | fillPar (IOPar &) const |
| |
| void | fillWithAll (TaskRunner *tr=0) |
| |
| Marker * | getByLvlID (Strat::LevelID id) |
| |
| const Marker * | getByLvlID (Strat::LevelID id) const |
| |
| Marker * | getByName (const char *nm) |
| |
| const Marker * | getByName (const char *nm) const |
| |
| void | getColors (TypeSet< OD::Color > &) const |
| |
| int | getIdxAbove (float z, const Well::Track *trck=0) const |
| |
| int | getIdxBelow (float z, const Well::Track *trck=0) const |
| | is trck provided, compares TVDs More...
|
| |
| void | getNames (BufferStringSet &) const |
| |
| void | getNamesColorsMDs (BufferStringSet &, TypeSet< OD::Color > &, TypeSet< float > &mds) const |
| |
| int | indexOf (const char *) const |
| |
| int | indexOf (const Marker *m) const override |
| |
| bool | insertNew (Well::Marker *) |
| |
| bool | isPresent (const char *n) const |
| |
| bool | isPresent (const Marker *m) const override |
| |
| void | mergeOtherWell (const ObjectSet< Marker > &) |
| |
| void | sortByDAH () |
| |
| void | usePar (const IOPar &) |
| |
| | ManagedObjectSet () |
| |
| | ManagedObjectSet (const ManagedObjectSet< Marker > &) |
| |
| | ManagedObjectSet (const ObjectSet< Marker > &) |
| |
| void | append (const ObjectSet< Marker > &) override |
| |
| ManagedObjectSet * | clone () const override |
| |
| ManagedObjectSet< Marker > & | operator= (const ObjectSet< Marker > &) |
| |
| void | erase () override |
| |
| bool | isManaged () const override |
| |
| ManagedObjectSetBase< T > & | operator-= (T *) override |
| |
| T * | pop () override |
| |
| virtual T * | removeAndTake (idx_type, bool kporder=true) |
| |
| void | removeRange (idx_type, idx_type) override |
| |
| T * | removeSingle (idx_type, bool kporder=true) override |
| |
| T * | replace (idx_type, T *) override |
| |
| | ObjectSet () |
| |
| | ObjectSet (const ObjectSet &) |
| |
| | ObjectSet (T *) |
| |
| | ObjectSet (T *, T *) |
| |
| | ObjectSet (T *, T *, T *) |
| |
| virtual | ~ObjectSet () |
| |
| ObjectSet & | add (T *t) |
| |
| bool | addIfNew (T *) |
| |
| void | allowNull (bool yn=true) |
| |
| iterator | begin () |
| |
| const_iterator | begin () const |
| |
| const_iterator | cbegin () const |
| |
| const_iterator | cend () const |
| |
| virtual void | copy (const ObjectSet &) |
| |
| bool | empty () const |
| |
| iterator | end () |
| |
| const_iterator | end () const |
| |
| void | erase () override |
| |
| T * | first () |
| |
| const T * | first () const |
| |
| virtual T * | get (const T *) const |
| | check & unconst More...
|
| |
| virtual T * | get (idx_type) |
| |
| virtual const T * | get (idx_type) const |
| |
| idx_type | getIdx (const_iterator it) const |
| |
| idx_type | getIdx (iterator it) const |
| |
| virtual idx_type | indexOf (const T *) const |
| |
| virtual void | insertAfter (T *newptr, idx_type) |
| |
| virtual void | insertAt (T *newptr, idx_type) |
| |
| virtual bool | isPresent (const T *) const |
| |
| T * | last () |
| |
| const T * | last () const |
| |
| size_type | max_size () const |
| |
| std::int64_t | nrItems () const override |
| |
| bool | nullAllowed () const |
| |
| bool | operator!= (const ObjectSet &oth) const |
| |
| ObjectSet & | operator+= (T *t) |
| |
| ObjectSet & | operator= (const ObjectSet &) |
| |
| bool | operator== (const ObjectSet &) const |
| |
| const T * | operator[] (const T *t) const |
| |
| T * | operator[] (idx_type i) |
| |
| const T * | operator[] (idx_type i) const |
| |
| void | plainErase () |
| |
| void | push (T *t) |
| |
| 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 () |
| |