OpendTect
6.6
|
Public Types | |
enum | PickType { RMO , RMS , Delta , Epsilon , Eta } |
Public Member Functions | |
Picks () | |
Picks (bool zit) | |
void | addHorizon (const MultiID &, bool addzeroonfail=false) |
void | addHorizon (EM::Horizon3D *) |
const char * | errMsg () const |
RowCol | find (const BinID &, const Pick &) const |
const MultiID & | gatherID () const |
int | get (const BinID &, TypeSet< float > *depths, TypeSet< float > *vals, TypeSet< RowCol > *, TypeSet< EM::ObjectID > *, bool interpolatehors) const |
void | get (const BinID &, TypeSet< Pick > &, bool interpolatehors, bool normalizerefoffset) const |
void | get (const EM::ObjectID &, TypeSet< RowCol > &) const |
bool | get (const RowCol &, BinID &, Pick &) |
const MultiDimStorage< Pick > & | getAll () const |
const Color & | getColor () const |
bool | getDefaultColor (Color &) const |
EM::Horizon3D * | getHorizon (EM::ObjectID) |
const EM::Horizon3D * | getHorizon (EM::ObjectID) const |
EM::ObjectID | getHorizonID (int) const |
char | getHorizonStatus (const BinID &) const |
Smoother1D< float > * | getSmoother () |
const Smoother1D< float > * | getSmoother () const |
const StepInterval< float > & | getSnappingInterval () const |
bool | interpolateVelocity (EM::ObjectID, float searchradius, BinIDValueSet &) const |
bool | isChanged () const |
bool | isEmpty () const |
int | nrHorizons () const |
PickType | pickType () const |
float | refOffset () const |
void | remove (const RowCol &, bool undo=true, bool interactionend=true) |
void | removeAll (bool undo=true, bool interactionend=true) |
void | removeHorizon (EM::ObjectID) |
void | resetChangedFlag () |
RowCol | set (const BinID &, const Pick &, bool undo=true, bool interactionend=true) |
void | set (const RowCol &, const Pick &, bool undo=true, bool interactionend=true) |
void | setAll (float vel, bool undo=true) |
bool | setColor (const Color &, bool savedefault) |
void | setGatherID (const MultiID &) |
void | setPickType (PickType, bool resetcolor) |
void | setReferenceOffset (float n) |
void | setSmoother (Smoother1D< float > *) |
Becomes mine. More... | |
void | setSnappingInterval (const StepInterval< float > &) |
const MultiID & | storageID () const |
bool | store (const IOObj *) |
Undo & | undo () |
const char * | zDomain () const |
bool | zIsTime () 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 IOObjContext & | getStorageContext () |
static void | setContextPickType (IOObjContext &, PickType) |
static const char * | sKeyGatherID () |
static const char * | sKeyHorizonPrefix () |
static const char * | sKeyIsTime () |
static const char * | sKeyNrHorizons () |
static const char * | sKeyPickType () |
static const char * | sKeyRefOffset () |
static const char * | sKeyVelocityPicks () |
Static Public Member Functions inherited from CallBacker | |
static void | createReceiverForCurrentThread () |
static void | removeReceiverForCurrentThread () |
Public Attributes | |
CNotifier< Picks, const BinID & > | change |
CNotifier< Picks, const BinID & > | changelate |
Protected Member Functions | |
void | fillIOObjPar (IOPar &) const |
void | fillPar (IOPar &) const |
void | getColorKey (BufferString &) const |
void | horizonChangeCB (CallBacker *) |
bool | load (const IOObj *) |
float | normalizeRMO (float depth, float rmo, float offset) const |
void | removeHorizons () |
bool | useIOObjPar (const IOPar &) |
bool | usePar (const IOPar &) |
Protected Attributes | |
bool | changed_ |
Color | color_ |
BufferString | errmsg_ |
MultiID | gatherid_ |
ObjectSet< EM::Horizon3D > | horizons_ |
MultiDimStorage< Pick > | picks_ |
PickType | picktype_ |
float | refoffset_ |
Smoother1D< float > * | smoother_ |
StepInterval< float > | snapper_ |
MultiID | storageid_ |
Undo * | undo_ |
bool | zit_ |
Friends | |
class | PicksMgr |
Holds picks that the user has done, typically in a semblance plot.
<>
enum Vel::Picks::PickType |
Vel::Picks::Picks | ( | ) |
Vel::Picks::Picks | ( | bool | zit | ) |
void Vel::Picks::addHorizon | ( | const MultiID & | , |
bool | addzeroonfail = false |
||
) |
void Vel::Picks::addHorizon | ( | EM::Horizon3D * | ) |
const char* Vel::Picks::errMsg | ( | ) | const |
|
protected |
|
protected |
const MultiID& Vel::Picks::gatherID | ( | ) | const |
int Vel::Picks::get | ( | const BinID & | , |
TypeSet< float > * | depths, | ||
TypeSet< float > * | vals, | ||
TypeSet< RowCol > * | , | ||
TypeSet< EM::ObjectID > * | , | ||
bool | interpolatehors | ||
) | const |
void Vel::Picks::get | ( | const BinID & | , |
TypeSet< Pick > & | , | ||
bool | interpolatehors, | ||
bool | normalizerefoffset | ||
) | const |
void Vel::Picks::get | ( | const EM::ObjectID & | , |
TypeSet< RowCol > & | |||
) | const |
|
inline |
|
inline |
|
protected |
bool Vel::Picks::getDefaultColor | ( | Color & | ) | const |
EM::Horizon3D* Vel::Picks::getHorizon | ( | EM::ObjectID | ) |
const EM::Horizon3D* Vel::Picks::getHorizon | ( | EM::ObjectID | ) | const |
EM::ObjectID Vel::Picks::getHorizonID | ( | int | ) | const |
char Vel::Picks::getHorizonStatus | ( | const BinID & | ) | const |
0 | no defined hors. |
1 | some defined, some undefined. |
2 | all defined. |
|
inline |
|
inline |
|
inline |
|
static |
|
protected |
bool Vel::Picks::interpolateVelocity | ( | EM::ObjectID | , |
float | searchradius, | ||
BinIDValueSet & | |||
) | const |
Interpolates vel at all locations in the valset. First value in valset will be horizon depth, second will be velocity.
bool Vel::Picks::isChanged | ( | ) | const |
bool Vel::Picks::isEmpty | ( | ) | const |
|
protected |
|
protected |
Given an rmo at a certain offset, what is the rmo at refoffset_.
int Vel::Picks::nrHorizons | ( | ) | const |
PickType Vel::Picks::pickType | ( | ) | const |
|
inline |
void Vel::Picks::remove | ( | const RowCol & | , |
bool | undo = true , |
||
bool | interactionend = true |
||
) |
void Vel::Picks::removeAll | ( | bool | undo = true , |
bool | interactionend = true |
||
) |
void Vel::Picks::removeHorizon | ( | EM::ObjectID | ) |
|
protected |
|
inline |
RowCol Vel::Picks::set | ( | const BinID & | , |
const Pick & | , | ||
bool | undo = true , |
||
bool | interactionend = true |
||
) |
void Vel::Picks::set | ( | const RowCol & | , |
const Pick & | , | ||
bool | undo = true , |
||
bool | interactionend = true |
||
) |
void Vel::Picks::setAll | ( | float | vel, |
bool | undo = true |
||
) |
bool Vel::Picks::setColor | ( | const Color & | , |
bool | savedefault | ||
) |
|
static |
void Vel::Picks::setGatherID | ( | const MultiID & | ) |
void Vel::Picks::setPickType | ( | PickType | , |
bool | resetcolor | ||
) |
void Vel::Picks::setReferenceOffset | ( | float | n | ) |
void Vel::Picks::setSmoother | ( | Smoother1D< float > * | ) |
Becomes mine.
void Vel::Picks::setSnappingInterval | ( | const StepInterval< float > & | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
const MultiID& Vel::Picks::storageID | ( | ) | const |
bool Vel::Picks::store | ( | const IOObj * | ) |
ioobj is not transferred
Undo& Vel::Picks::undo | ( | ) |
|
protected |
|
protected |
const char* Vel::Picks::zDomain | ( | ) | const |
|
inline |
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2022