OpendTect  6.3
Protected Member Functions | Protected Attributes | Private Member Functions | Static Private Member Functions | List of all members
Seis2DTo3D Class Reference
Inheritance diagram for Seis2DTo3D:
[legend]

Protected Member Functions

virtual bool usePar (const IOPar &)
 
virtual bool setIO (const IOPar &)
 
virtual bool checkParameters ()
 
bool read ()
 
bool readData ()
 
bool readInputCube (const int szfastx, const int szfasty, const int szfastz)
 
bool butterflyOperator ()
 
bool scaleArray ()
 
void smartScale ()
 
bool writeOutput ()
 
virtual bool preProcessArray ()
 
virtual bool unProcessArray ()
 
- Protected Member Functions inherited from Executor
virtual bool goImpl (od_ostream *, bool, bool, int)
 
- Protected Member Functions inherited from Task
 Task (const char *nm=0)
 
virtual bool shouldContinue ()
 
- Protected Member Functions inherited from NamedCallBacker
void sendDelNotif () const
 
- Protected Member Functions inherited from CallBacker
void detachAllNotifiers () const
 Call from the destructor of your inherited object. More...
 

Protected Attributes

IOObjinioobj_
 
IOObjoutioobj_
 
TrcKeyZSampling tkzs_
 
uiString errmsg_
 
SeisTrcBufseisbuf_
 
TrcKeySampling seisbuftks_
 
SeisTrcWriterwrr_
 
Seis::Providerprov_
 
SeisTrcBuf tmpseisbuf_
 
bool read_
 
int nrdone_
 
int totnr_
 
Array3D< float_complex > * trcarr_
 
Array3D< float_complex > * butterfly_
 
Array3D< float_complex > * geom_
 
Fourier::CCfft_
 
bool smartscaling_
 
float rmsmax_
 
float pow_
 
TaskRunnertaskrun_
 
od_ostreamstrm_
 
float taperangle_
 
- Protected Attributes inherited from SequentialTask
ProgressMeterprogressmeter_
 
int lastupdate_
 
- Protected Attributes inherited from Task
Control control_
 
Threads::ConditionVarworkcontrolcondvar_
 
- Protected Attributes inherited from NamedCallBacker
Notifier< NamedCallBackerdelnotif_
 
Threads::Atomic< bool > delalreadytriggered_
 
- Protected Attributes inherited from NamedObject
BufferString name_
 

Private Member Functions

mODTextTranslationClass(Seis2DTo3D) public Seis2DTo3D ()
 
 ~Seis2DTo3D ()
 
uiString message () const
 
od_int64 nrDone () const
 
uiString nrDoneText () const
 
od_int64 totalNr () const
 
int nextStep ()
 
void setStream (od_ostream &)
 
void setTaskRunner (TaskRunner *)
 
virtual bool init (const IOPar &)
 

Static Private Member Functions

static const char * sKeyInput ()
 
static const char * sKeyType ()
 
static const char * sKeyPow ()
 
static const char * sKeyTaper ()
 
static const char * sKeySmrtScale ()
 

Additional Inherited Members

- Public Types inherited from Task
enum  Control { Run, Pause, Stop }
 
- Public Member Functions inherited from Executor
 Executor (const char *nm)
 
virtual ~Executor ()
 
virtual int doStep ()
 
bool go (od_ostream *s=0, bool isfirst=true, bool islast=true, int delaybtwnstepsinms=0)
 
bool go (od_ostream &s, bool isfirst=true, bool islast=true, int delaybtwnstepsinms=0)
 
virtual bool execute ()
 
- Public Member Functions inherited from SequentialTask
 SequentialTask (const char *nm=0)
 
virtual ~SequentialTask ()
 
void setProgressMeter (ProgressMeter *)
 Must be called before execute() More...
 
ProgressMeterprogressMeter ()
 
const ProgressMeterprogressMeter () const
 
bool execute ()
 
- Public Member Functions inherited from Task
virtual ~Task ()
 
virtual uiRetVal errorWithDetails () const
 
virtual void enableWorkControl (bool=true)
 Must be called before execute() More...
 
bool workControlEnabled () const
 
virtual void controlWork (Control)
 
virtual Control getState () const
 
- Public Member Functions inherited from NamedCallBacker
 NamedCallBacker (const char *nm=0)
 
 NamedCallBacker (const NamedCallBacker &)
 
bool operator== (const NamedCallBacker &oth) const
 
bool operator== (const NamedObject &oth) const
 
virtual Notifier< NamedCallBacker > & objectToBeDeleted () 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 detachCB (const NotifierAccess &, const CallBack &) const
 
void detachCB (const NotifierAccess *notif, const CallBack &cb) const
 
bool isNotifierAttached (const NotifierAccess *) const
 Only for debugging purposes, don't use. More...
 
virtual bool isCapsule () const
 
void stopReceivingNotifications () const
 
- Public Member Functions inherited from NamedObject
 NamedObject (const char *nm=0)
 
 NamedObject (const NamedObject &oth)
 
virtual ~NamedObject ()
 
NamedObjectoperator= (const NamedObject &)
 
bool operator== (const NamedObject &oth) const
 
virtual const OD::Stringname () const
 
virtual BufferString getName () const
 
virtual void setName (const char *nm)
 
bool getNameFromPar (const IOPar &)
 
void putNameInPar (IOPar &) const
 
- 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 stdMessage ()
 
static uiString stdNrDoneText ()
 
- Static Public Member Functions inherited from CallBacker
static void createReceiverForCurrentThread ()
 
static void removeReceiverForCurrentThread ()
 
- Public Attributes inherited from Executor
Notifier< Executorprestep
 
Notifier< Executorpoststep
 Only when MoreToDo will be returned. More...
 

Detailed Description

Constructor & Destructor Documentation

mODTextTranslationClass (Seis2DTo3D) public Seis2DTo3D::Seis2DTo3D ( )
private
Seis2DTo3D::~Seis2DTo3D ( )
private

Member Function Documentation

bool Seis2DTo3D::butterflyOperator ( )
protected
virtual bool Seis2DTo3D::checkParameters ( )
protectedvirtual
virtual bool Seis2DTo3D::init ( const IOPar )
privatevirtual
uiString Seis2DTo3D::message ( ) const
inlineprivatevirtual

Implements Executor.

int Seis2DTo3D::nextStep ( )
privatevirtual
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.

od_int64 Seis2DTo3D::nrDone ( ) const
inlineprivatevirtual
Note
only used for displaying progress.

Implements Executor.

uiString Seis2DTo3D::nrDoneText ( ) const
inlineprivatevirtual

Implements Executor.

virtual bool Seis2DTo3D::preProcessArray ( )
inlineprotectedvirtual
bool Seis2DTo3D::read ( )
protected
bool Seis2DTo3D::readData ( )
protected
bool Seis2DTo3D::readInputCube ( const int  szfastx,
const int  szfasty,
const int  szfastz 
)
protected
bool Seis2DTo3D::scaleArray ( )
protected
virtual bool Seis2DTo3D::setIO ( const IOPar )
protectedvirtual
void Seis2DTo3D::setStream ( od_ostream )
private
void Seis2DTo3D::setTaskRunner ( TaskRunner )
private
static const char* Seis2DTo3D::sKeyInput ( )
staticprivate
static const char* Seis2DTo3D::sKeyPow ( )
staticprivate
static const char* Seis2DTo3D::sKeySmrtScale ( )
staticprivate
static const char* Seis2DTo3D::sKeyTaper ( )
staticprivate
static const char* Seis2DTo3D::sKeyType ( )
staticprivate
void Seis2DTo3D::smartScale ( )
protected
od_int64 Seis2DTo3D::totalNr ( ) const
privatevirtual

Reimplemented from Task.

virtual bool Seis2DTo3D::unProcessArray ( )
inlineprotectedvirtual
virtual bool Seis2DTo3D::usePar ( const IOPar )
protectedvirtual
bool Seis2DTo3D::writeOutput ( )
protected

Member Data Documentation

Array3D<float_complex>* Seis2DTo3D::butterfly_
protected
uiString Seis2DTo3D::errmsg_
protected
Fourier::CC* Seis2DTo3D::fft_
protected
Array3D<float_complex>* Seis2DTo3D::geom_
protected
IOObj* Seis2DTo3D::inioobj_
protected
int Seis2DTo3D::nrdone_
protected
IOObj* Seis2DTo3D::outioobj_
protected
float Seis2DTo3D::pow_
protected
Seis::Provider* Seis2DTo3D::prov_
protected
bool Seis2DTo3D::read_
protected
float Seis2DTo3D::rmsmax_
protected
SeisTrcBuf& Seis2DTo3D::seisbuf_
protected
TrcKeySampling Seis2DTo3D::seisbuftks_
protected
bool Seis2DTo3D::smartscaling_
protected
od_ostream* Seis2DTo3D::strm_
protected
float Seis2DTo3D::taperangle_
protected
TaskRunner* Seis2DTo3D::taskrun_
protected
TrcKeyZSampling Seis2DTo3D::tkzs_
protected
SeisTrcBuf Seis2DTo3D::tmpseisbuf_
protected
int Seis2DTo3D::totnr_
mutableprotected
Array3D<float_complex>* Seis2DTo3D::trcarr_
protected
SeisTrcWriter* Seis2DTo3D::wrr_
protected

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