OpendTect  6.6
Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes | Friends | List of all members
Vel::GriddedSource Class Reference
Inheritance diagram for Vel::GriddedSource:
[legend]

Public Member Functions

 GriddedSource ()
 
BinID changeBinID () const
 
NotifierAccesschangeNotifier ()
 
GriddedFunctioncreateFunction ()
 
const char * factoryKeyword () const
 
void fillPar (IOPar &) const
 
const VelocityDescgetDesc () const
 
const Gridder2DgetGridder () const
 
const ObjectSet< FunctionSource > & getSources () const
 
void getSources (TypeSet< MultiID > &) const
 
void setGridder (Gridder2D *)
 Becomes mine. More...
 
void setLayerModel (const InterpolationLayerModel *)
 
void setSource (const TypeSet< MultiID > &)
 
void setSource (ObjectSet< FunctionSource > &)
 
bool usePar (const IOPar &)
 
- Public Member Functions inherited from Vel::FunctionSource
const char * errMsg () const
 
virtual void getAvailablePositions (BinIDValueSet &) const
 
ConstRefMan< FunctiongetFunction (const BinID &)
 
virtual void getSurroundingPositions (const BinID &, BinIDValueSet &) const
 
const MultiIDmultiID () const
 
virtual BufferString userName () const
 
- Public Member Functions inherited from CallBacker
 CallBacker ()
 
 CallBacker (const CallBacker &)
 
virtual ~CallBacker ()
 
bool attachCB (const NotifierAccess &, const CallBack &, bool onlyifnew=false) const
 
bool attachCB (const NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) const
 
void detachAllNotifiers () const
 Call from the destructor of your inherited object. More...
 
void detachCB (const NotifierAccess &, const CallBack &) const
 
void detachCB (const NotifierAccess *notif, const CallBack &cb) const
 
virtual bool isCapsule () const
 
bool isNotifierAttached (const NotifierAccess *) const
 Only for debugging purposes, don't use. More...
 
void stopReceivingNotifications () const
 

Static Public Member Functions

static const char * sType ()
 
- Static Public Member Functions inherited from CallBacker
static void createReceiverForCurrentThread ()
 
static void removeReceiverForCurrentThread ()
 

Protected Member Functions

 ~GriddedSource ()
 
GriddedFunctioncreateFunction (const BinID &)
 
bool initGridder ()
 
void sourceChangeCB (CallBacker *)
 
- Protected Member Functions inherited from Vel::FunctionSource
int findFunction (const BinID &) const
 Caller must readlock before calling. More...
 
void refFunction (const Function *v)
 
bool unRefFunction (const Function *v)
 

Static Protected Member Functions

static const char * sKeyGridder ()
 

Protected Attributes

BinID changebid_
 
ObjectSet< FunctionSourcedatasources_
 
Gridder2Dgridder_
 
bool gridderinited_
 
TypeSet< BinIDgridsourcebids_
 
TypeSet< Coordgridsourcecoords_
 
const InterpolationLayerModellayermodel_
 
Notifier< GriddedSourcenotifier_
 
BinIDValueSet sourcepos_
 
- Protected Attributes inherited from Vel::FunctionSource
BufferString errmsg_
 
ObjectSet< Functionfunctions_
 
Threads::Lock lock_
 
MultiID mid_
 
TypeSet< int > refcounts_
 

Friends

class GriddedFunction
 

Detailed Description

<>

Constructor & Destructor Documentation

◆ GriddedSource()

Vel::GriddedSource::GriddedSource ( )

◆ ~GriddedSource()

Vel::GriddedSource::~GriddedSource ( )
protected

Member Function Documentation

◆ changeBinID()

BinID Vel::GriddedSource::changeBinID ( ) const
inlinevirtual

Reimplemented from Vel::FunctionSource.

◆ changeNotifier()

NotifierAccess* Vel::GriddedSource::changeNotifier ( )
inlinevirtual

Reimplemented from Vel::FunctionSource.

◆ createFunction() [1/2]

GriddedFunction* Vel::GriddedSource::createFunction ( )

◆ createFunction() [2/2]

GriddedFunction* Vel::GriddedSource::createFunction ( const BinID )
protectedvirtual

Implements Vel::FunctionSource.

◆ factoryKeyword()

const char* Vel::GriddedSource::factoryKeyword ( ) const
inline

◆ fillPar()

void Vel::GriddedSource::fillPar ( IOPar ) const
virtual

Reimplemented from Vel::FunctionSource.

◆ getDesc()

const VelocityDesc& Vel::GriddedSource::getDesc ( ) const
virtual

Implements Vel::FunctionSource.

◆ getGridder()

const Gridder2D* Vel::GriddedSource::getGridder ( ) const

◆ getSources() [1/2]

const ObjectSet<FunctionSource>& Vel::GriddedSource::getSources ( ) const

◆ getSources() [2/2]

void Vel::GriddedSource::getSources ( TypeSet< MultiID > &  ) const

◆ initGridder()

bool Vel::GriddedSource::initGridder ( )
protected

◆ setGridder()

void Vel::GriddedSource::setGridder ( Gridder2D )

Becomes mine.

◆ setLayerModel()

void Vel::GriddedSource::setLayerModel ( const InterpolationLayerModel )

◆ setSource() [1/2]

void Vel::GriddedSource::setSource ( const TypeSet< MultiID > &  )

◆ setSource() [2/2]

void Vel::GriddedSource::setSource ( ObjectSet< FunctionSource > &  )

◆ sKeyGridder()

static const char* Vel::GriddedSource::sKeyGridder ( )
inlinestaticprotected

◆ sourceChangeCB()

void Vel::GriddedSource::sourceChangeCB ( CallBacker )
protected

◆ sType()

static const char* Vel::GriddedSource::sType ( )
inlinestatic

◆ usePar()

bool Vel::GriddedSource::usePar ( const IOPar )
virtual

Reimplemented from Vel::FunctionSource.

Friends And Related Function Documentation

◆ GriddedFunction

friend class GriddedFunction
friend

Member Data Documentation

◆ changebid_

BinID Vel::GriddedSource::changebid_
protected

◆ datasources_

ObjectSet<FunctionSource> Vel::GriddedSource::datasources_
protected

◆ gridder_

Gridder2D* Vel::GriddedSource::gridder_
protected

◆ gridderinited_

bool Vel::GriddedSource::gridderinited_
protected

◆ gridsourcebids_

TypeSet<BinID> Vel::GriddedSource::gridsourcebids_
protected

◆ gridsourcecoords_

TypeSet<Coord> Vel::GriddedSource::gridsourcecoords_
protected

◆ layermodel_

const InterpolationLayerModel* Vel::GriddedSource::layermodel_
protected

◆ notifier_

Notifier<GriddedSource> Vel::GriddedSource::notifier_
protected

◆ sourcepos_

BinIDValueSet Vel::GriddedSource::sourcepos_
protected

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