OpendTect-6_4
6.4
|
Public Member Functions | |
BinIDSurface (const BinID &step) | |
BinIDSurface (const BinIDSurface &) | |
~BinIDSurface () | |
BinIDSurface * | clone () const |
bool | isEmpty () const |
Coord3 | computePosition (const Coord ¶m) const |
void | setArray (const BinID &start, const BinID &step, Array2D< float > *, bool takeover) |
Array2D< float > * | getArray () |
const Array2D< float > * | getArray () const |
void | getPosIDs (TypeSet< GeomPosID > &, bool rmudf=true) const |
bool | insertRow (int row, int nrnew=1) |
bool | insertCol (int col, int nrnew=1) |
bool | removeRow (int, int) |
bool | removeCol (int, int) |
StepInterval< int > | rowRange () const |
StepInterval< int > | rowRange (int col) const |
StepInterval< int > | colRange () const |
StepInterval< int > | colRange (int row) const |
bool | expandWithUdf (const BinID &start, const BinID &stop) |
virtual Coord3 | getKnot (const RowCol &rc) const |
Coord3 | getKnot (const RowCol &, bool computeifudf) const |
Coord | getKnotCoord (const RowCol &) const |
Public Member Functions inherited from Geometry::ParametricSurface | |
ParametricSurface (const RowCol &origin=RowCol(0, 0), const RowCol &step=RowCol(1, 1)) | |
~ParametricSurface () | |
virtual Coord3 | computeNormal (const Coord &) const |
virtual ParametricCurve * | createRowCurve (float row, const Interval< int > *colrange=0) const |
virtual ParametricCurve * | createColCurve (float col, const Interval< int > *rowrange=0) const |
virtual bool | circularRows () const |
virtual bool | circularCols () const |
virtual bool | setKnot (const RowCol &, const Coord3 &) |
virtual bool | unsetKnot (const RowCol &) |
virtual bool | isKnotDefined (const RowCol &) const |
bool | hasSupport (const RowCol &) const |
int | nrKnots () const |
RowCol | getKnotRowCol (int idx) const |
Coord3 | getPosition (GeomPosID pid) const |
bool | setPosition (GeomPosID pid, const Coord3 &) |
bool | isDefined (GeomPosID pid) const |
bool | isAtEdge (const RowCol &) const |
bool | checkSupport (bool yn) |
bool | checksSupport () const |
bool | checkSelfIntersection (bool yn) |
bool | checksSelfIntersection () const |
void | trimUndefParts () |
int | getKnotIndex (const RowCol &rc) const |
Public Member Functions inherited from Geometry::RowColSurface | |
Iterator * | createIterator () const |
Public Member Functions inherited from Geometry::Element | |
Element () | |
virtual | ~Element () |
virtual IntervalND< float > | boundingBox (bool approx) const |
virtual uiString | errMsg () const |
virtual bool | isChanged () const |
virtual void | resetChangedFlag () |
void | blockCallBacks (bool yn, bool flush=true) |
bool | blocksCallBacks () const |
Public Member Functions inherited from CallBacker | |
CallBacker () | |
CallBacker (const CallBacker &) | |
virtual | ~CallBacker () |
bool | attachCB (NotifierAccess &, const CallBack &, bool onlyifnew=false) |
bool | attachCB (NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) |
void | detachCB (NotifierAccess &, const CallBack &) |
void | detachCB (NotifierAccess *notif, const CallBack &cb) |
bool | isNotifierAttached (NotifierAccess *) const |
Only for debugging purposes, don't use. More... | |
Protected Member Functions | |
void | _setKnot (int idx, const Coord3 &) |
int | nrRows () const |
int | nrCols () const |
Protected Member Functions inherited from Geometry::ParametricSurface | |
virtual bool | checkSelfIntersection (const RowCol &) const |
int | rowIndex (int row) const |
int | colIndex (int col) const |
bool | isAtSameEdge (const RowCol &, const RowCol &, TypeSet< RowCol > *=0) const |
Protected Member Functions inherited from Geometry::Element | |
void | triggerMovement (const TypeSet< GeomPosID > &) |
void | triggerMovement (const GeomPosID &) |
void | triggerMovement () |
void | triggerNrPosCh (const TypeSet< GeomPosID > &) |
void | triggerNrPosCh (const GeomPosID &) |
void | triggerNrPosCh () |
uiString & | errmsg () |
Protected Member Functions inherited from CallBacker | |
void | detachAllNotifiers () |
Call from the destructor of your inherited object. More... | |
Protected Attributes | |
Array2D< float > * | depths_ |
const SurveyInfo * | surveyinfo_ |
Protected Attributes inherited from Geometry::ParametricSurface | |
bool | checksupport_ |
bool | checkselfintersection_ |
RowCol | origin_ |
RowCol | step_ |
Protected Attributes inherited from Geometry::Element | |
bool | blockcbs_ |
TypeSet< GeomPosID > | nrposchbuffer_ |
TypeSet< GeomPosID > | movementbuffer_ |
bool | ischanged_ |
Private Member Functions | |
mODTextTranslationClass (BinIDSurface) | |
Additional Inherited Members | |
Public Attributes inherited from Geometry::Element | |
CNotifier< Element, const TypeSet< GeomPosID > * > | movementnotifier |
CNotifier< Element, const TypeSet< GeomPosID > * > | nrpositionnotifier |
Static Protected Member Functions inherited from Geometry::ParametricSurface | |
static int | rowDim () |
static int | colDim () |
Geometry::BinIDSurface::BinIDSurface | ( | const BinID & | step | ) |
Geometry::BinIDSurface::BinIDSurface | ( | const BinIDSurface & | ) |
Geometry::BinIDSurface::~BinIDSurface | ( | ) |
|
protectedvirtual |
Implements Geometry::ParametricSurface.
|
virtual |
Implements Geometry::ParametricSurface.
|
virtual |
Reimplemented from Geometry::ParametricSurface.
|
virtual |
Reimplemented from Geometry::ParametricSurface.
Reimplemented from Geometry::ParametricSurface.
|
inline |
|
inline |
Reimplemented from Geometry::ParametricSurface.
Implements Geometry::ParametricSurface.
Reimplemented from Geometry::RowColSurface.
|
virtual |
Implements Geometry::ParametricSurface.
|
virtual |
Implements Geometry::ParametricSurface.
|
inlinevirtual |
Implements Geometry::RowColSurface.
|
private |
|
protectedvirtual |
Implements Geometry::ParametricSurface.
|
protectedvirtual |
Implements Geometry::ParametricSurface.
|
virtual |
Reimplemented from Geometry::ParametricSurface.
|
virtual |
Reimplemented from Geometry::ParametricSurface.
|
virtual |
Reimplemented from Geometry::ParametricSurface.
|
virtual |
Reimplemented from Geometry::ParametricSurface.
void Geometry::BinIDSurface::setArray | ( | const BinID & | start, |
const BinID & | step, | ||
Array2D< float > * | , | ||
bool | takeover | ||
) |
Mem is taken over by me if takeover is true.
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019