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

Public Member Functions

 RangeProvider3D ()
 
 RangeProvider3D (const RangeProvider3D &)
 
 ~RangeProvider3D ()
 
virtual Providerclone () const
 
virtual BinID curBinID () const
 
virtual float curZ () const
 
virtual od_int64 estNrPos () const
 
virtual int estNrZPerPos () const
 
const char * factoryKeyword () const
 
virtual void fillPar (IOPar &) const
 
virtual void getExtent (BinID &start, BinID &stop) const
 
virtual void getSummary (BufferString &) const
 
void getTrcKeyZSampling (TrcKeyZSampling &) const
 
virtual void getZRange (Interval< float > &) const
 
virtual bool includes (const BinID &, float z=mUdf(float)) const
 
virtual bool includes (const Coord &c, float z=mUdf(float)) const
 
virtual bool initialize (TaskRunner *tr=0)
 
RangeProvider3Doperator= (const RangeProvider3D &)
 
virtual void reset ()
 
const TrcKeyZSamplingsampling () const
 
void setHSampling (const TrcKeySampling &tks) const
 
void setSampling (const TrcKeyZSampling &tkzs)
 
virtual bool toNextPos ()
 
virtual bool toNextZ ()
 
const char * type () const
 sKey::Range() More...
 
virtual void usePar (const IOPar &)
 
- Public Member Functions inherited from Pos::Provider3D
virtual Coord curCoord () const
 
virtual TrcKey curTrcKey () const
 
virtual bool is2D () const
 
virtual void setSurvID (Pos::SurvID sid)
 
virtual Pos::SurvID survID () const
 
- Public Member Functions inherited from Pos::Filter
virtual ~Filter ()
 
virtual float adjustedZ (const Coord &, float z) const
 
virtual bool hasZAdjustment () const
 
- Public Member Functions inherited from Pos::Provider
virtual float estRatio (const Provider &) const
 
virtual bool isProvider () const
 

Static Public Member Functions

static Provider3Dcreate ()
 
static void initClass ()
 
- Static Public Member Functions inherited from Pos::Provider3D
static Provider3Dmake (const IOPar &)
 
- Static Public Member Functions inherited from Pos::Filter3D
static Filter3Dmake (const IOPar &)
 
- Static Public Member Functions inherited from Pos::Filter
static Filtermake (const IOPar &, bool is2d)
 
- Static Public Member Functions inherited from Pos::Provider
static Providermake (const IOPar &, bool is2d)
 

Protected Attributes

BinID curbid_
 
int curzidx_
 
bool dorandom_
 
bool enoughsamples_
 
int nrsamples_
 
SortedList< postupleposindexlst_
 
TrcKeyZSamplingtkzs_
 
int zsampsz_
 

Additional Inherited Members

- Protected Member Functions inherited from Pos::Provider3D
 Provider3D ()
 

Detailed Description

<>

Constructor & Destructor Documentation

◆ RangeProvider3D() [1/2]

Pos::RangeProvider3D::RangeProvider3D ( )

◆ RangeProvider3D() [2/2]

Pos::RangeProvider3D::RangeProvider3D ( const RangeProvider3D )

◆ ~RangeProvider3D()

Pos::RangeProvider3D::~RangeProvider3D ( )

Member Function Documentation

◆ clone()

virtual Provider* Pos::RangeProvider3D::clone ( ) const
inlinevirtual

Implements Pos::Filter.

◆ create()

static Provider3D* Pos::RangeProvider3D::create ( )
inlinestatic

◆ curBinID()

virtual BinID Pos::RangeProvider3D::curBinID ( ) const
inlinevirtual

Implements Pos::Provider3D.

◆ curZ()

virtual float Pos::RangeProvider3D::curZ ( ) const
virtual

Implements Pos::Provider.

◆ estNrPos()

virtual od_int64 Pos::RangeProvider3D::estNrPos ( ) const
virtual

Implements Pos::Provider.

◆ estNrZPerPos()

virtual int Pos::RangeProvider3D::estNrZPerPos ( ) const
virtual

Reimplemented from Pos::Provider.

◆ factoryKeyword()

const char* Pos::RangeProvider3D::factoryKeyword ( ) const
inline

◆ fillPar()

virtual void Pos::RangeProvider3D::fillPar ( IOPar ) const
virtual

Implements Pos::Filter.

◆ getExtent()

virtual void Pos::RangeProvider3D::getExtent ( BinID start,
BinID stop 
) const
virtual

Implements Pos::Provider3D.

◆ getSummary()

virtual void Pos::RangeProvider3D::getSummary ( BufferString ) const
virtual

Implements Pos::Filter.

◆ getTrcKeyZSampling()

void Pos::RangeProvider3D::getTrcKeyZSampling ( TrcKeyZSampling ) const
virtual

Reimplemented from Pos::Provider.

◆ getZRange()

virtual void Pos::RangeProvider3D::getZRange ( Interval< float > &  ) const
virtual

Implements Pos::Provider3D.

◆ includes() [1/2]

virtual bool Pos::RangeProvider3D::includes ( const BinID ,
float  z = mUdf(float) 
) const
virtual

Implements Pos::Provider3D.

◆ includes() [2/2]

virtual bool Pos::RangeProvider3D::includes ( const Coord c,
float  z = mUdf(float) 
) const
inlinevirtual

Reimplemented from Pos::Provider3D.

◆ initClass()

static void Pos::RangeProvider3D::initClass ( )
static

◆ initialize()

virtual bool Pos::RangeProvider3D::initialize ( TaskRunner tr = 0)
virtual

Reimplemented from Pos::Filter.

◆ operator=()

RangeProvider3D& Pos::RangeProvider3D::operator= ( const RangeProvider3D )

◆ reset()

virtual void Pos::RangeProvider3D::reset ( )
virtual

Implements Pos::Filter.

◆ sampling()

const TrcKeyZSampling& Pos::RangeProvider3D::sampling ( ) const
inline

◆ setHSampling()

void Pos::RangeProvider3D::setHSampling ( const TrcKeySampling tks) const
inline

◆ setSampling()

void Pos::RangeProvider3D::setSampling ( const TrcKeyZSampling tkzs)

◆ toNextPos()

virtual bool Pos::RangeProvider3D::toNextPos ( )
virtual

Implements Pos::Provider.

◆ toNextZ()

virtual bool Pos::RangeProvider3D::toNextZ ( )
virtual

Implements Pos::Provider.

◆ type()

const char* Pos::RangeProvider3D::type ( ) const
virtual

◆ usePar()

virtual void Pos::RangeProvider3D::usePar ( const IOPar )
virtual

Implements Pos::Filter.

Member Data Documentation

◆ curbid_

BinID Pos::RangeProvider3D::curbid_
protected

◆ curzidx_

int Pos::RangeProvider3D::curzidx_
protected

◆ dorandom_

bool Pos::RangeProvider3D::dorandom_
protected

◆ enoughsamples_

bool Pos::RangeProvider3D::enoughsamples_
protected

◆ nrsamples_

int Pos::RangeProvider3D::nrsamples_
protected

◆ posindexlst_

SortedList<postuple> Pos::RangeProvider3D::posindexlst_
protected

◆ tkzs_

TrcKeyZSampling& Pos::RangeProvider3D::tkzs_
protected

◆ zsampsz_

int Pos::RangeProvider3D::zsampsz_
protected

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