OpendTect  7.0
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
PreStack::MuteDef Class Reference

NamedObject for definition of a mute function. More...

Inheritance diagram for PreStack::MuteDef:
[legend]

Public Member Functions

 MuteDef (const char *nm=nullptr)
 
 MuteDef (const MuteDef &)
 
 ~MuteDef ()
 
void add (PointBasedMathFunction *, const BinID &pos)
 Function becomes mine. More...
 
void computeIntervals (float offs, const BinID &, TypeSet< Interval< float > > &) const
 
void fillPar (IOPar &) const
 
PointBasedMathFunctiongetFn (int idx)
 
const PointBasedMathFunctiongetFn (int idx) const
 
BinIDgetPos (int idx)
 
const BinIDgetPos (int idx) const
 
const MultiIDgetReferenceHorizon () const
 
int indexOf (const BinID &) const
 
bool isChanged () const
 
bool isOffsetInFeet () const
 
bool isOffsetInMeters () const
 
Seis::OffsetType offsetType () const
 
const UnitOfMeasureoffsetUnit () const
 
MuteDefoperator= (const MuteDef &)
 
void remove (int idx)
 
void setChanged (bool yn)
 
MuteDefsetOffsetType (Seis::OffsetType)
 
void setReferenceHorizon (const MultiID &)
 
MuteDefsetZDomain (const ZDomain::Info &)
 
int size () const
 
bool usePar (const IOPar &)
 
float value (float offs, const BinID &) const
 
const ZDomain::InfozDomain () const
 
bool zInFeet () const
 
bool zInMeter () const
 
bool zIsTime () const
 
const UnitOfMeasurezUnit () const
 
- Public Member Functions inherited from NamedObject
 NamedObject (const char *nm=nullptr)
 
 NamedObject (const NamedObject &oth)
 
virtual ~NamedObject ()
 
virtual BufferString getName () const
 
bool getNameFromPar (const IOPar &)
 
const name_typename () const override
 
NamedObjectoperator= (const NamedObject &)
 
bool operator== (const NamedObject &oth) const
 
virtual void setName (const char *nm)
 
- Public Member Functions inherited from ObjectWithName
virtual ~ObjectWithName ()
 
bool hasName (const char *nm) const
 
bool hasName (const name_type &nm) const
 
void putNameInPar (IOPar &) const
 

Static Public Member Functions

static const char * sKeyRefHor ()
 

Protected Member Functions

void getAllZVals (TypeSet< float > &) const
 

Protected Attributes

ObjectSet< PointBasedMathFunctionfns_
 
bool ischanged_ = false
 
TypeSet< BinIDpos_
 
MultiID refhor_
 
- Protected Attributes inherited from NamedObject
BufferString name_
 

Additional Inherited Members

- Public Types inherited from ObjectWithName
typedef OD::String name_type
 

Detailed Description

NamedObject for definition of a mute function.

<>

Constructor & Destructor Documentation

◆ MuteDef() [1/2]

PreStack::MuteDef::MuteDef ( const char *  nm = nullptr)

◆ MuteDef() [2/2]

PreStack::MuteDef::MuteDef ( const MuteDef )

◆ ~MuteDef()

PreStack::MuteDef::~MuteDef ( )

Member Function Documentation

◆ add()

void PreStack::MuteDef::add ( PointBasedMathFunction ,
const BinID pos 
)

Function becomes mine.

◆ computeIntervals()

void PreStack::MuteDef::computeIntervals ( float  offs,
const BinID ,
TypeSet< Interval< float > > &   
) const

Interpolates between defined positions.

◆ fillPar()

void PreStack::MuteDef::fillPar ( IOPar ) const

◆ getAllZVals()

void PreStack::MuteDef::getAllZVals ( TypeSet< float > &  ) const
protected

◆ getFn() [1/2]

PointBasedMathFunction& PreStack::MuteDef::getFn ( int  idx)

◆ getFn() [2/2]

const PointBasedMathFunction& PreStack::MuteDef::getFn ( int  idx) const

◆ getPos() [1/2]

BinID& PreStack::MuteDef::getPos ( int  idx)

◆ getPos() [2/2]

const BinID& PreStack::MuteDef::getPos ( int  idx) const

◆ getReferenceHorizon()

const MultiID& PreStack::MuteDef::getReferenceHorizon ( ) const

◆ indexOf()

int PreStack::MuteDef::indexOf ( const BinID ) const

◆ isChanged()

bool PreStack::MuteDef::isChanged ( ) const
inline

◆ isOffsetInFeet()

bool PreStack::MuteDef::isOffsetInFeet ( ) const

◆ isOffsetInMeters()

bool PreStack::MuteDef::isOffsetInMeters ( ) const

◆ offsetType()

Seis::OffsetType PreStack::MuteDef::offsetType ( ) const

◆ offsetUnit()

const UnitOfMeasure* PreStack::MuteDef::offsetUnit ( ) const

◆ operator=()

MuteDef& PreStack::MuteDef::operator= ( const MuteDef )

◆ remove()

void PreStack::MuteDef::remove ( int  idx)

◆ setChanged()

void PreStack::MuteDef::setChanged ( bool  yn)
inline

◆ setOffsetType()

MuteDef& PreStack::MuteDef::setOffsetType ( Seis::OffsetType  )

◆ setReferenceHorizon()

void PreStack::MuteDef::setReferenceHorizon ( const MultiID )

◆ setZDomain()

MuteDef& PreStack::MuteDef::setZDomain ( const ZDomain::Info )

◆ size()

int PreStack::MuteDef::size ( ) const

◆ sKeyRefHor()

static const char* PreStack::MuteDef::sKeyRefHor ( )
static

◆ usePar()

bool PreStack::MuteDef::usePar ( const IOPar )

◆ value()

float PreStack::MuteDef::value ( float  offs,
const BinID  
) const

Interpolates between defined positions

◆ zDomain()

const ZDomain::Info& PreStack::MuteDef::zDomain ( ) const

◆ zInFeet()

bool PreStack::MuteDef::zInFeet ( ) const

◆ zInMeter()

bool PreStack::MuteDef::zInMeter ( ) const

◆ zIsTime()

bool PreStack::MuteDef::zIsTime ( ) const

◆ zUnit()

const UnitOfMeasure* PreStack::MuteDef::zUnit ( ) const

Member Data Documentation

◆ fns_

ObjectSet<PointBasedMathFunction> PreStack::MuteDef::fns_
protected

◆ ischanged_

bool PreStack::MuteDef::ischanged_ = false
protected

◆ pos_

TypeSet<BinID> PreStack::MuteDef::pos_
protected

◆ refhor_

MultiID PreStack::MuteDef::refhor_
protected

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