OpendTect  6.6
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ElasticPropSelection Class Reference

User parameters to compute values for an elastic layer (den,p/s-waves). More...

Inheritance diagram for ElasticPropSelection:
[legend]

Public Member Functions

 ElasticPropSelection (bool withswave=true)
 
 ElasticPropSelection (const ElasticPropSelection &elp)
 
 ~ElasticPropSelection ()
 
uiString errMsg ()
 
void fillPar (IOPar &) const
 
ElasticPropertyRefgetByIdx (int idx)
 
const ElasticPropertyRefgetByIdx (int idx) const
 
ElasticPropertyRefgetByType (ElasticFormula::Type tp)
 
const ElasticPropertyRefgetByType (ElasticFormula::Type tp) const
 
bool isValidInput (uiString *errmsg=0) const
 
ElasticPropSelectionoperator= (const ElasticPropSelection &)
 
bool put (const IOObj *) const
 
bool usePar (const IOPar &)
 
- Public Member Functions inherited from PropertyRefSelection
 PropertyRefSelection ()
 
int find (const char *) const
 
const PropertyRefgetByName (const char *nm) const
 
int indexOf (const char *) const
 
int indexOf (const PropertyRef *pr) const
 
bool isPresent (const char *prnm) const
 
bool isPresent (const PropertyRef *pr) const
 
bool operator== (const PropertyRefSelection &) const
 
PropertyRefSelection subselect (PropertyRef::StdType) const
 
- Public Member Functions inherited from ObjectSet< const PropertyRef >
 ObjectSet ()
 
 ObjectSet (const ObjectSet &)
 
 ObjectSet (const PropertyRef *)
 
 ObjectSet (const PropertyRef *, const PropertyRef *)
 
 ObjectSet (const PropertyRef *, const PropertyRef *, const PropertyRef *)
 
virtual ~ObjectSet ()
 
ObjectSetadd (const PropertyRef *t)
 
bool addIfNew (const PropertyRef *)
 
void allowNull (bool yn=true)
 
virtual void append (const ObjectSet &)
 
iterator begin ()
 
const_iterator begin () const
 
const_iterator cbegin () const
 
const_iterator cend () const
 
virtual ObjectSetclone () const
 
virtual void copy (const ObjectSet &)
 
bool empty () const
 
iterator end ()
 
const_iterator end () const
 
virtual void erase ()
 
const PropertyReffirst ()
 
const const PropertyReffirst () const
 
virtual const PropertyRefget (const const PropertyRef *) const
 check & unconst More...
 
virtual const PropertyRefget (idx_type)
 
virtual const const PropertyRefget (idx_type) const
 
idx_type getIdx (const_iterator it) const
 
idx_type getIdx (iterator it) const
 
virtual idx_type indexOf (const const PropertyRef *) const
 
virtual void insertAfter (const PropertyRef *newptr, idx_type)
 
virtual void insertAt (const PropertyRef *newptr, idx_type)
 
virtual bool isManaged () const
 
virtual bool isPresent (const const PropertyRef *) const
 
const PropertyReflast ()
 
const const PropertyReflast () const
 
size_type max_size () const
 
virtual int64_t nrItems () const
 
bool nullAllowed () const
 
bool operator!= (const ObjectSet &oth) const
 
ObjectSetoperator+= (const PropertyRef *t)
 
virtual ObjectSetoperator-= (const PropertyRef *)
 
ObjectSetoperator= (const ObjectSet &)
 
bool operator== (const ObjectSet &) const
 
const const PropertyRefoperator[] (const const PropertyRef *t) const
 
const PropertyRefoperator[] (idx_type i)
 
const const PropertyRefoperator[] (idx_type i) const
 
void plainErase ()
 
virtual const PropertyRefpop ()
 
void push (const PropertyRef *t)
 
virtual void removeRange (idx_type from, idx_type to)
 
virtual const PropertyRefremoveSingle (idx_type, bool keep_order=true)
 
virtual const PropertyRefreplace (idx_type, const PropertyRef *)
 
virtual void reverse ()
 
void setNullAllowed (bool yn=true)
 
size_type size () const
 
void swap (idx_type, idx_type)
 
void swap (ObjectSet &oth)
 
virtual void swapItems (int64_t i1, int64_t i2)
 
void useIndexes (const idx_type *)
 
virtual bool validIdx (int64_t) const
 
- Public Member Functions inherited from OD::Set
virtual ~Set ()
 
bool isEmpty () const
 
void setEmpty ()
 

Static Public Member Functions

static ElasticPropSelectiongetByDBKey (const MultiID &)
 
static ElasticPropSelectiongetByIOObj (const IOObj *)
 
- Static Public Member Functions inherited from PropertyRefSelection
static PropertyRefSelection getAll (bool with_thickness=true, const PropertyRef *exclude=0)
 
static PropertyRefSelection getAll (PropertyRef::StdType)
 
- Static Public Member Functions inherited from OD::Set
static int maxIdx32 ()
 
static int64_t maxIdx64 ()
 

Protected Member Functions

bool checkForValidSelPropsDesc (const ElasticFormula &, BufferStringSet &faultynms, BufferStringSet &corrnms)
 
ElasticPropertyRefgt (ElasticFormula::Type) const
 
ElasticPropertyRefgt (int idx) const
 
void mkEmpty ()
 
- Protected Member Functions inherited from ObjectSet< const PropertyRef >
virtual ObjectSetdoAdd (const PropertyRef *)
 

Protected Attributes

uiString errmsg_
 
- Protected Attributes inherited from ObjectSet< const PropertyRef >
bool allow0_
 
impl_type vec_
 

Additional Inherited Members

- Public Types inherited from ObjectSet< const PropertyRef >
typedef impl_type::const_iterator const_iterator
 
typedef const value_typeconst_reference
 
typedef size_type difference_type
 
typedef size_type idx_type
 
typedef impl_type::iterator iterator
 
typedef const PropertyRef object_type
 
typedef value_typereference
 
typedef int size_type
 
typedef const PropertyRefvalue_type
 
- Protected Types inherited from ObjectSet< const PropertyRef >
typedef VectorAccess< const PropertyRef *, size_typeimpl_type
 

Detailed Description

User parameters to compute values for an elastic layer (den,p/s-waves).

<>

Constructor & Destructor Documentation

◆ ElasticPropSelection() [1/2]

ElasticPropSelection::ElasticPropSelection ( bool  withswave = true)

◆ ElasticPropSelection() [2/2]

ElasticPropSelection::ElasticPropSelection ( const ElasticPropSelection elp)
inline

◆ ~ElasticPropSelection()

ElasticPropSelection::~ElasticPropSelection ( )

Member Function Documentation

◆ checkForValidSelPropsDesc()

bool ElasticPropSelection::checkForValidSelPropsDesc ( const ElasticFormula ,
BufferStringSet faultynms,
BufferStringSet corrnms 
)
protected

◆ errMsg()

uiString ElasticPropSelection::errMsg ( )
inline

◆ fillPar()

void ElasticPropSelection::fillPar ( IOPar ) const

◆ getByDBKey()

static ElasticPropSelection* ElasticPropSelection::getByDBKey ( const MultiID )
static

◆ getByIdx() [1/2]

ElasticPropertyRef& ElasticPropSelection::getByIdx ( int  idx)
inline

◆ getByIdx() [2/2]

const ElasticPropertyRef& ElasticPropSelection::getByIdx ( int  idx) const
inline

◆ getByIOObj()

static ElasticPropSelection* ElasticPropSelection::getByIOObj ( const IOObj )
static

◆ getByType() [1/2]

ElasticPropertyRef& ElasticPropSelection::getByType ( ElasticFormula::Type  tp)
inline

◆ getByType() [2/2]

const ElasticPropertyRef& ElasticPropSelection::getByType ( ElasticFormula::Type  tp) const
inline

◆ gt() [1/2]

ElasticPropertyRef& ElasticPropSelection::gt ( ElasticFormula::Type  ) const
protected

◆ gt() [2/2]

ElasticPropertyRef& ElasticPropSelection::gt ( int  idx) const
protected

◆ isValidInput()

bool ElasticPropSelection::isValidInput ( uiString errmsg = 0) const

◆ mkEmpty()

void ElasticPropSelection::mkEmpty ( )
protected

◆ operator=()

ElasticPropSelection& ElasticPropSelection::operator= ( const ElasticPropSelection )

◆ put()

bool ElasticPropSelection::put ( const IOObj ) const

◆ usePar()

bool ElasticPropSelection::usePar ( const IOPar )

Member Data Documentation

◆ errmsg_

uiString ElasticPropSelection::errmsg_
protected

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2022