OpendTect
7.0
|
Public Member Functions | |
~ParametricSurface () | |
bool | checkSelfIntersection (bool yn) |
bool | checksSelfIntersection () const |
bool | checksSupport () const |
bool | checkSupport (bool yn) |
virtual bool | circularCols () const |
virtual bool | circularRows () const |
ParametricSurface * | clone () const override=0 |
StepInterval< int > | colRange () const override |
StepInterval< int > | colRange (int row) const override |
virtual Coord3 | computeNormal (const Coord &) const |
virtual Coord3 | computePosition (const Coord &) const |
virtual ParametricCurve * | createColCurve (float col, const Interval< int > *rowrange=0) const |
virtual ParametricCurve * | createRowCurve (float row, const Interval< int > *colrange=0) const |
Coord3 | getKnot (const RowCol &) const override |
virtual Coord3 | getKnot (const RowCol &, bool interpifudf) const =0 |
int | getKnotIndex (const RowCol &rc) const |
RowCol | getKnotRowCol (int idx) const |
Coord3 | getPosition (GeomPosID pid) const override |
bool | hasSupport (const RowCol &) const |
virtual bool | insertCol (int col, int nrnew=1)=0 |
virtual bool | insertRow (int row, int nrnew=1)=0 |
bool | isAtEdge (const RowCol &) const |
bool | isDefined (GeomPosID pid) const override |
bool | isKnotDefined (const RowCol &) const override |
int | nrKnots () const |
virtual bool | removeCol (int startcol, int stoprcol) |
virtual bool | removeRow (int startrow, int stoprow) |
StepInterval< int > | rowRange () const override |
virtual StepInterval< int > | rowRange (int col) const |
bool | setKnot (const RowCol &, const Coord3 &) override |
bool | setPosition (GeomPosID pid, const Coord3 &) override |
void | trimUndefParts () override |
virtual bool | unsetKnot (const RowCol &) |
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 |
virtual bool | isEmpty () const =0 |
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 () |
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 | |
ParametricSurface (const RowCol &origin=RowCol(0, 0), const RowCol &step=RowCol(1, 1)) | |
virtual void | _setKnot (int idx, const Coord3 &)=0 |
virtual bool | checkSelfIntersection (const RowCol &) const |
int | colIndex (int col) const |
bool | isAtSameEdge (const RowCol &, const RowCol &, TypeSet< RowCol > *=0) const |
virtual int | nrCols () const =0 |
virtual int | nrRows () const =0 |
int | rowIndex (int row) 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 > &) |
Static Protected Member Functions | |
static int | colDim () |
static int | rowDim () |
Protected Attributes | |
bool | checkselfintersection_ |
bool | checksupport_ |
RowCol | origin_ |
RowCol | step_ |
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::ParametricSurface::~ParametricSurface | ( | ) |
|
protected |
|
protectedpure virtual |
Implemented in Geometry::CubicBezierSurface, and Geometry::BinIDSurface.
bool Geometry::ParametricSurface::checkSelfIntersection | ( | bool | yn | ) |
Specifies wether support should be checked
|
protectedvirtual |
Reimplemented in Geometry::CubicBezierSurface.
bool Geometry::ParametricSurface::checksSelfIntersection | ( | ) | const |
bool Geometry::ParametricSurface::checksSupport | ( | ) | const |
bool Geometry::ParametricSurface::checkSupport | ( | bool | yn | ) |
Specifies wether support should be checked
|
inlinevirtual |
|
inlinevirtual |
|
overridepure virtual |
Implements Geometry::Element.
Implemented in Geometry::CubicBezierSurface, and Geometry::BinIDSurface.
|
inlinestaticprotected |
|
inlineprotected |
|
overridevirtual |
Reimplemented from Geometry::RowColSurface.
|
overridevirtual |
Implements Geometry::RowColSurface.
Reimplemented in Geometry::CubicBezierSurface.
Reimplemented in Geometry::BinIDSurface, and Geometry::CubicBezierSurface.
|
virtual |
Reimplemented in Geometry::CubicBezierSurface.
|
virtual |
Reimplemented in Geometry::CubicBezierSurface.
Implements Geometry::RowColSurface.
|
pure virtual |
Implemented in Geometry::CubicBezierSurface, and Geometry::BinIDSurface.
int Geometry::ParametricSurface::getKnotIndex | ( | const RowCol & | rc | ) | const |
RowCol Geometry::ParametricSurface::getKnotRowCol | ( | int | idx | ) | const |
|
overridevirtual |
Implements Geometry::Element.
bool Geometry::ParametricSurface::hasSupport | ( | const RowCol & | ) | const |
|
pure virtual |
Implemented in Geometry::CubicBezierSurface, and Geometry::BinIDSurface.
|
pure virtual |
Implemented in Geometry::CubicBezierSurface, and Geometry::BinIDSurface.
bool Geometry::ParametricSurface::isAtEdge | ( | const RowCol & | ) | const |
|
protected |
|
overridevirtual |
Implements Geometry::Element.
|
overridevirtual |
Implements Geometry::RowColSurface.
|
protectedpure virtual |
Implemented in Geometry::CubicBezierSurface, and Geometry::BinIDSurface.
int Geometry::ParametricSurface::nrKnots | ( | ) | const |
|
protectedpure virtual |
Implemented in Geometry::CubicBezierSurface, and Geometry::BinIDSurface.
|
inlinevirtual |
Reimplemented in Geometry::BinIDSurface, and Geometry::CubicBezierSurface.
|
inlinevirtual |
Reimplemented in Geometry::BinIDSurface, and Geometry::CubicBezierSurface.
|
inlinestaticprotected |
|
inlineprotected |
|
overridevirtual |
Implements Geometry::RowColSurface.
|
virtual |
Reimplemented in Geometry::BinIDSurface.
Implements Geometry::RowColSurface.
|
overridevirtual |
Implements Geometry::Element.
|
overridevirtual |
Reimplemented from Geometry::Element.
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024