OpendTect
7.0
|
Public Types | |
enum | ChangeTag { StickChange =__mUndefIntVal+1 , StickInsert , StickRemove , StickHide } |
enum | StickStatus { NoStatus =0 , Selected =1 , Preferred =2 , HiddenLowestBit =4 } |
Public Member Functions | |
FaultStickSet () | |
~FaultStickSet () | |
void | addEditPlaneNormal (const Coord3 &) |
void | addUdfRow (int stickidx, int firstknotnr, int nrknots) |
Element * | clone () const override |
virtual StepInterval< int > | colRange () const override |
StepInterval< int > | colRange (int stick) const override |
void | geometricStickOrder (TypeSet< int > &sticknrs, double zscale, bool orderall=true) const |
const Coord3 & | getEditPlaneNormal (int sticknr) const |
Coord3 | getKnot (const RowCol &) const override |
const TypeSet< Coord3 > * | getStick (int stickidx) const |
void | hideKnot (const RowCol &, bool yn, int sceneidx=-1) |
void | hideStick (int sticknr, bool yn, int sceneidx=-1) |
bool | insertKnot (const RowCol &, const Coord3 &) |
virtual bool | insertStick (const Coord3 &firstpos, const Coord3 &editnormal, int stick=0, int firstcol=0) |
bool | isEmpty () const override |
bool | isKnotDefined (const RowCol &) const override |
bool | isKnotHidden (const RowCol &, int sceneidx=-1) const |
bool | isStickHidden (int sticknr, int sceneidx=-1) const |
bool | isStickSelected (int sticknr) const |
bool | isTwisted (int sticknr1, int sticknr2, double zscale) const |
int | nrKnots (int sticknr) const |
int | nrSticks () const |
int | preferredStickNr () const |
void | preferStick (int sticknr) |
bool | removeKnot (const RowCol &) |
bool | removeStick (int sticknr) |
StepInterval< int > | rowRange () const override |
void | selectStick (int sticknr, bool yn) |
bool | setKnot (const RowCol &, const Coord3 &) override |
Public Member Functions inherited from Geometry::RowColSurface | |
~RowColSurface () | |
Iterator * | createIterator () const override |
void | getPosIDs (TypeSet< GeomPosID > &, bool=true) const override |
Coord3 | getPosition (GeomPosID pid) const override |
bool | isDefined (GeomPosID pid) const override |
bool | setPosition (GeomPosID pid, const Coord3 &) override |
Public Member Functions inherited from Geometry::Element | |
Element () | |
virtual | ~Element () |
void | blockCallBacks (bool yn, bool flush=true) |
bool | blocksCallBacks () const |
virtual IntervalND< float > | boundingBox (bool approx) const |
virtual uiString | errMsg () const |
virtual bool | isChanged () const |
virtual void | resetChangedFlag () |
virtual void | trimUndefParts () |
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 |
virtual CallBacker * | trueCaller () |
Protected Member Functions | |
double | interStickDist (int sticknr1, int sticknr2, double zscale) const |
Protected Member Functions inherited from Geometry::RowColSurface | |
RowColSurface () | |
Protected Member Functions inherited from Geometry::Element | |
uiString & | errmsg () |
void | triggerMovement () |
void | triggerMovement (const GeomPosID &) |
void | triggerMovement (const TypeSet< GeomPosID > &) |
void | triggerNrPosCh () |
void | triggerNrPosCh (const GeomPosID &) |
void | triggerNrPosCh (const TypeSet< GeomPosID > &) |
Protected Attributes | |
TypeSet< Coord3 > | editplanenormals_ |
TypeSet< int > | firstcols_ |
int | firstrow_ |
ObjectSet< TypeSet< unsigned int > > | knotstatus_ |
ObjectSet< TypeSet< Coord3 > > | sticks_ |
TypeSet< unsigned int > | stickstatus_ |
Protected Attributes inherited from Geometry::Element | |
bool | blockcbs_ |
bool | ischanged_ |
TypeSet< GeomPosID > | movementbuffer_ |
TypeSet< GeomPosID > | nrposchbuffer_ |
Additional Inherited Members | |
Static Public Member Functions inherited from CallBacker | |
static void | createReceiverForCurrentThread () |
static void | removeReceiverForCurrentThread () |
Public Attributes inherited from Geometry::Element | |
CNotifier< Element, const TypeSet< GeomPosID > * > | movementnotifier |
CNotifier< Element, const TypeSet< GeomPosID > * > | nrpositionnotifier |
<>
Geometry::FaultStickSet::FaultStickSet | ( | ) |
Geometry::FaultStickSet::~FaultStickSet | ( | ) |
void Geometry::FaultStickSet::addEditPlaneNormal | ( | const Coord3 & | ) |
void Geometry::FaultStickSet::addUdfRow | ( | int | stickidx, |
int | firstknotnr, | ||
int | nrknots | ||
) |
|
overridevirtual |
Implements Geometry::Element.
|
inlineoverridevirtual |
Reimplemented from Geometry::RowColSurface.
|
overridevirtual |
Implements Geometry::RowColSurface.
void Geometry::FaultStickSet::geometricStickOrder | ( | TypeSet< int > & | sticknrs, |
double | zscale, | ||
bool | orderall = true |
||
) | const |
const Coord3& Geometry::FaultStickSet::getEditPlaneNormal | ( | int | sticknr | ) | const |
Implements Geometry::RowColSurface.
void Geometry::FaultStickSet::hideKnot | ( | const RowCol & | , |
bool | yn, | ||
int | sceneidx = -1 |
||
) |
void Geometry::FaultStickSet::hideStick | ( | int | sticknr, |
bool | yn, | ||
int | sceneidx = -1 |
||
) |
|
virtual |
Reimplemented in Geometry::FaultStickSurface.
|
protected |
|
inlineoverridevirtual |
Implements Geometry::RowColSurface.
|
overridevirtual |
Implements Geometry::RowColSurface.
bool Geometry::FaultStickSet::isKnotHidden | ( | const RowCol & | , |
int | sceneidx = -1 |
||
) | const |
bool Geometry::FaultStickSet::isStickHidden | ( | int | sticknr, |
int | sceneidx = -1 |
||
) | const |
bool Geometry::FaultStickSet::isStickSelected | ( | int | sticknr | ) | const |
bool Geometry::FaultStickSet::isTwisted | ( | int | sticknr1, |
int | sticknr2, | ||
double | zscale | ||
) | const |
int Geometry::FaultStickSet::nrKnots | ( | int | sticknr | ) | const |
int Geometry::FaultStickSet::nrSticks | ( | ) | const |
int Geometry::FaultStickSet::preferredStickNr | ( | ) | const |
void Geometry::FaultStickSet::preferStick | ( | int | sticknr | ) |
bool Geometry::FaultStickSet::removeKnot | ( | const RowCol & | ) |
bool Geometry::FaultStickSet::removeStick | ( | int | sticknr | ) |
|
overridevirtual |
Implements Geometry::RowColSurface.
void Geometry::FaultStickSet::selectStick | ( | int | sticknr, |
bool | yn | ||
) |
Implements Geometry::RowColSurface.
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024