|
| AICalc1D () |
|
bool | needsSwave () const override |
|
const ReflCalc1D::Setup & | setup () const override |
|
ReflCalc1D::Setup & | setup () override |
|
| ~ReflCalc1D () |
|
bool | areDepthsInFeet () const |
|
virtual void | fillPar (IOPar &) const |
|
void | getAngles (TypeSet< float > &thetaangles, bool retindegrees=true) const |
|
void | getAngles (TypeSet< float > &thetaangles, Seis::OffsetType) const |
|
float | getDepth (int layer) const |
|
const ElasticModel & | getModel () const |
|
ConstRefMan< AngleReflectivityModel > | getRefModel () const |
|
float | getTime (int layer) const |
|
virtual bool | hasSameParams (const ReflCalc1D &) const |
|
virtual bool | isOK () const |
|
virtual bool | needFracAzi () const |
|
virtual bool | needFracRho () const |
|
void | setAngle (float thetaangle, bool angleisindegrees) |
|
void | setAngle (float thetaangle, Seis::OffsetType) |
|
void | setAngles (const TypeSet< float > &thetaangles, bool angleisindegrees) |
|
void | setAngles (const TypeSet< float > &thetaangles, Seis::OffsetType) |
|
bool | setModel (const ElasticModel &) |
|
uiString | uiMessage () const override |
| will be message() again in 7.x More...
|
|
virtual bool | usePar (const IOPar &) |
|
virtual | ~ParallelTask () |
|
void | doParallel (bool yn) |
|
bool | execute () override |
|
virtual bool | executeParallel (bool parallel) |
|
std::int64_t | nrDone () const override |
| May be -1, i.e. class does not report nrdone. More...
|
|
std::int64_t | totalNr () const override |
|
virtual | ~ReportingTask () |
|
void | getProgress (const ReportingTask &) |
|
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 |
|
virtual uiString | uiNrDoneText () const |
| will be nrDoneText() in 7.x More...
|
|
bool | workControlEnabled () const |
|
| 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 |
|
| 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 |
|
virtual CallBacker * | trueCaller () |
|
| NamedObject (const char *nm=nullptr) |
|
| NamedObject (const NamedObject &oth) |
|
virtual | ~NamedObject () |
|
virtual BufferString | getName () const |
|
bool | getNameFromPar (const IOPar &) |
|
const name_type & | name () const override |
|
NamedObject & | operator= (const NamedObject &) |
|
bool | operator== (const NamedObject &oth) const |
|
virtual void | setName (const char *nm) |
|
virtual | ~ObjectWithName () |
|
bool | hasName (const char *nm) const |
|
bool | hasName (const name_type &nm) const |
|
void | putNameInPar (IOPar &) const |
|
|
static void | computeAI (const AILayer &, const AILayer &, float_complex &) |
|
static ReflCalc1D * | createInstance (const IOPar &, const ElasticModel *, uiString &) |
|
static ReflCalc1D * | createInstance (const IOPar &, const ElasticModel *, uiString &, const Setup *) |
|
static ReflCalc1D * | createInstance (const IOPar &, uiString &) |
|
static ReflCalc1D * | createInstance (const IOPar &, uiString &, const Setup *) |
|
static float | sDefAngle (bool indegrees) |
|
static float | sDefAngle (Seis::OffsetType) |
|
static StepInterval< float > | sDefAngleRange (bool indegrees) |
|
static StepInterval< float > | sDefAngleRange (Seis::OffsetType) |
|
static void | setIOParsToSingleAngle (IOPar &, float angle, Seis::OffsetType) |
|
static void | setIOParsToSingleAngle (IOPar &, float angle=0.f, bool angleisindegrees=true) |
|
static const char * | sKeyAngle () |
|
static const char * | sKeyAngleInDegrees () |
|
static const char * | sKeyReflPar () |
|
static uiString | sPosFinished () |
|
static uiString | sTrcFinished () |
|
static uiString | stdNrDoneText () |
|
static uiString | uiStdNrDoneText () |
|
static void | createReceiverForCurrentThread () |
|
static void | removeReceiverForCurrentThread () |
|
Acoustic Impedance Calculator.
<>