OpendTect  6.6
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
Attrib::Processor Class Reference

Attribute Processor. More...

Inheritance diagram for Attrib::Processor:
[legend]

Public Member Functions

 Processor (Desc &, const char *linenm, uiString &errmsg)
 
 ~Processor ()
 
void addOutput (Output *)
 
void addOutputInterest (int sel)
 
void computeAndSetRefZStepAndZ0 ()
 
const char * getAttribName () const
 
const char * getAttribUserRef () const
 
ProvidergetProvider ()
 
void init ()
 
virtual bool isOK () const
 
int nextStep ()
 
od_int64 nrDone () const
 
void setLineName (const char *)
 
void setRdmPaths (TypeSet< BinID > *truepath, TypeSet< BinID > *snappedpath)
 
bool setZIntervals (TypeSet< Interval< int > > &, const BinID &, const Coord &)
 
bool setZIntervalsSpecial60 (TypeSet< Interval< int > > &, const BinID &, const Coord &, const TrcKey &)
 
void showDataAvailabilityErrors (bool yn)
 
od_int64 totalNr () const
 
uiString uiMessage () const
 will be message() again in 7.x More...
 
uiString uiNrDoneText () const
 will be nrDoneText() in 7.x More...
 
- Public Member Functions inherited from Executor
 Executor (const char *nm)
 
virtual ~Executor ()
 
virtual int doStep ()
 
virtual bool execute ()
 
bool go (od_ostream &s, bool isfirst=true, bool islast=true, int delaybtwnstepsinms=0)
 
bool go (od_ostream *s=0, bool isfirst=true, bool islast=true, int delaybtwnstepsinms=0)
 
- Public Member Functions inherited from SequentialTask
 SequentialTask (const char *nm=nullptr)
 
virtual ~SequentialTask ()
 
bool execute ()
 
ProgressMeterprogressMeter ()
 
const ProgressMeterprogressMeter () const
 
void setProgressMeter (ProgressMeter *)
 Must be called before execute() More...
 
- Public Member Functions inherited from Task
virtual ~Task ()
 
virtual void controlWork (Control)
 
virtual void enableWorkControl (bool=true)
 Must be called before execute() More...
 
virtual uiRetVal errorWithDetails () const
 
virtual Control getState () const
 
bool workControlEnabled () const
 
- Public Member Functions inherited from NamedCallBacker
 NamedCallBacker (const char *nm=0)
 
 NamedCallBacker (const NamedCallBacker &)
 
virtual Notifier< NamedCallBacker > & objectToBeDeleted () const
 
bool operator== (const NamedCallBacker &oth) const
 
bool operator== (const NamedObject &oth) 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
 
- 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 &)
 
virtual const name_typename () const
 
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
 

Public Attributes

Notifier< Attrib::Processormoveonly
 
ObjectSet< Outputoutputs_
 
- Public Attributes inherited from Executor
Notifier< Executorpoststep
 Only when MoreToDo will be returned. More...
 
Notifier< Executorprestep
 

Protected Member Functions

void computeAndSetPosAndDesVol (TrcKeyZSampling &)
 
void defineGlobalOutputSpecs (TypeSet< int > &, TrcKeyZSampling &)
 
void fullProcess (const SeisTrcInfo *)
 
bool isHidingDataAvailabilityError () const
 
void prepareForTableOutput ()
 
void useFullProcess (int &)
 
void useSCProcess (int &)
 
- Protected Member Functions inherited from Executor
virtual bool goImpl (od_ostream *, bool, bool, int)
 
- Protected Member Functions inherited from Task
 Task (const char *nm=nullptr)
 
virtual bool shouldContinue ()
 
- Protected Member Functions inherited from NamedCallBacker
void sendDelNotif () const
 

Protected Attributes

Descdesc_
 
uiString errmsg_
 
bool is2d_
 
bool isinited_
 
int nrdone_
 
int nriter_
 
TypeSet< int > outpinterest_
 
BinID prevbid_
 
Providerprovider_
 
Seis::SelDatasd_
 
bool showdataavailabilityerrors_
 
bool useshortcuts_
 
- Protected Attributes inherited from SequentialTask
int lastupdate_
 
ProgressMeterprogressmeter_
 
- Protected Attributes inherited from Task
Control control_
 
Threads::ConditionVarworkcontrolcondvar_
 
- Protected Attributes inherited from NamedCallBacker
Threads::Atomic< bool > delalreadytriggered_
 
Notifier< NamedCallBackerdelnotif_
 
- Protected Attributes inherited from NamedObject
BufferString name_
 

Additional Inherited Members

- Public Types inherited from Task
enum  Control { Run , Pause , Stop }
 
- Public Types inherited from ObjectWithName
typedef OD::String name_type
 
- Static Public Member Functions inherited from SequentialTask
static int ErrorOccurred ()
 
static int Finished ()
 
static int MoreToDo ()
 
static int WarningAvailable ()
 
- Static Public Member Functions inherited from Task
static uiString stdNrDoneText ()
 
static uiString uiStdNrDoneText ()
 
- Static Public Member Functions inherited from CallBacker
static void createReceiverForCurrentThread ()
 
static void removeReceiverForCurrentThread ()
 

Detailed Description

Attribute Processor.

<>

Constructor & Destructor Documentation

◆ Processor()

Attrib::Processor::Processor ( Desc ,
const char *  linenm,
uiString errmsg 
)

◆ ~Processor()

Attrib::Processor::~Processor ( )

Member Function Documentation

◆ addOutput()

void Attrib::Processor::addOutput ( Output )

◆ addOutputInterest()

void Attrib::Processor::addOutputInterest ( int  sel)

◆ computeAndSetPosAndDesVol()

void Attrib::Processor::computeAndSetPosAndDesVol ( TrcKeyZSampling )
protected

◆ computeAndSetRefZStepAndZ0()

void Attrib::Processor::computeAndSetRefZStepAndZ0 ( )

◆ defineGlobalOutputSpecs()

void Attrib::Processor::defineGlobalOutputSpecs ( TypeSet< int > &  ,
TrcKeyZSampling  
)
protected

◆ fullProcess()

void Attrib::Processor::fullProcess ( const SeisTrcInfo )
protected

◆ getAttribName()

const char* Attrib::Processor::getAttribName ( ) const

◆ getAttribUserRef()

const char* Attrib::Processor::getAttribUserRef ( ) const

◆ getProvider()

Provider* Attrib::Processor::getProvider ( )
inline

◆ init()

void Attrib::Processor::init ( )

◆ isHidingDataAvailabilityError()

bool Attrib::Processor::isHidingDataAvailabilityError ( ) const
protected

◆ isOK()

virtual bool Attrib::Processor::isOK ( ) const
virtual

◆ nextStep()

int Attrib::Processor::nextStep ( )
virtual
Return values
MoreToDo()Not finished. Call me again.
Finished()Nothing more to do.
ErrorOccurred()Something went wrong.
Note
if function returns a value greater than cMoreToDo(), it should be interpreted as cMoreToDo().

Implements SequentialTask.

◆ nrDone()

od_int64 Attrib::Processor::nrDone ( ) const
virtual
Note
nrDone is only used for displaying progress and will be compared to totalNr to show user how large part of the task that is finished.

Reimplemented from Task.

◆ prepareForTableOutput()

void Attrib::Processor::prepareForTableOutput ( )
protected

◆ setLineName()

void Attrib::Processor::setLineName ( const char *  )

◆ setRdmPaths()

void Attrib::Processor::setRdmPaths ( TypeSet< BinID > *  truepath,
TypeSet< BinID > *  snappedpath 
)

◆ setZIntervals()

bool Attrib::Processor::setZIntervals ( TypeSet< Interval< int > > &  ,
const BinID ,
const Coord  
)

◆ setZIntervalsSpecial60()

bool Attrib::Processor::setZIntervalsSpecial60 ( TypeSet< Interval< int > > &  ,
const BinID ,
const Coord ,
const TrcKey  
)

◆ showDataAvailabilityErrors()

void Attrib::Processor::showDataAvailabilityErrors ( bool  yn)

◆ totalNr()

od_int64 Attrib::Processor::totalNr ( ) const
virtual

Reimplemented from Task.

◆ uiMessage()

uiString Attrib::Processor::uiMessage ( ) const
virtual

will be message() again in 7.x

Reimplemented from Task.

◆ uiNrDoneText()

uiString Attrib::Processor::uiNrDoneText ( ) const
inlinevirtual

will be nrDoneText() in 7.x

Reimplemented from Task.

◆ useFullProcess()

void Attrib::Processor::useFullProcess ( int &  )
protected

◆ useSCProcess()

void Attrib::Processor::useSCProcess ( int &  )
protected

Member Data Documentation

◆ desc_

Desc& Attrib::Processor::desc_
protected

◆ errmsg_

uiString Attrib::Processor::errmsg_
protected

◆ is2d_

bool Attrib::Processor::is2d_
protected

◆ isinited_

bool Attrib::Processor::isinited_
protected

◆ moveonly

Notifier<Attrib::Processor> Attrib::Processor::moveonly

triggered after a position is reached that requires no processing, e.g. during initial buffer fills.

◆ nrdone_

int Attrib::Processor::nrdone_
protected

◆ nriter_

int Attrib::Processor::nriter_
protected

◆ outpinterest_

TypeSet<int> Attrib::Processor::outpinterest_
protected

◆ outputs_

ObjectSet<Output> Attrib::Processor::outputs_

◆ prevbid_

BinID Attrib::Processor::prevbid_
protected

◆ provider_

Provider* Attrib::Processor::provider_
protected

◆ sd_

Seis::SelData* Attrib::Processor::sd_
protected

◆ showdataavailabilityerrors_

bool Attrib::Processor::showdataavailabilityerrors_
protected

◆ useshortcuts_

bool Attrib::Processor::useshortcuts_
protected

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