![]() |
OpendTect-6_4
6.4
|
Public Member Functions | |
| ParametricSurface (const RowCol &origin=RowCol(0, 0), const RowCol &step=RowCol(1, 1)) | |
| ~ParametricSurface () | |
| ParametricSurface * | clone () const =0 |
| virtual Coord3 | computePosition (const Coord &) const |
| virtual Coord3 | computeNormal (const Coord &) const |
| virtual bool | insertRow (int row, int nrnew=1)=0 |
| virtual bool | insertCol (int col, int nrnew=1)=0 |
| virtual bool | removeRow (int startrow, int stoprow) |
| virtual bool | removeCol (int startcol, int stoprcol) |
| virtual StepInterval< int > | rowRange () const |
| virtual StepInterval< int > | rowRange (int col) const |
| virtual StepInterval< int > | colRange (int row) const |
| virtual StepInterval< int > | colRange () 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 Coord3 | getKnot (const RowCol &) const |
| virtual Coord3 | getKnot (const RowCol &, bool interpifudf) const =0 |
| 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 | |
| virtual void | getPosIDs (TypeSet< GeomPosID > &, bool=true) const |
| virtual bool | isEmpty () const =0 |
| 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 | |
| virtual void | _setKnot (int idx, const Coord3 &)=0 |
| virtual bool | checkSelfIntersection (const RowCol &) const |
| int | rowIndex (int row) const |
| int | colIndex (int col) const |
| virtual int | nrRows () const =0 |
| virtual int | nrCols () const =0 |
| 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... | |
Static Protected Member Functions | |
| static int | rowDim () |
| static int | colDim () |
Protected Attributes | |
| 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 (ParametricSurface) | |
Additional Inherited Members | |
Public Attributes inherited from Geometry::Element | |
| CNotifier< Element, const TypeSet< GeomPosID > * > | movementnotifier |
| CNotifier< Element, const TypeSet< GeomPosID > * > | nrpositionnotifier |
| Geometry::ParametricSurface::ParametricSurface | ( | const RowCol & | origin = RowCol(0, 0), |
| const RowCol & | step = RowCol(1, 1) |
||
| ) |
| Geometry::ParametricSurface::~ParametricSurface | ( | ) |
|
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 |
|
pure virtual |
Implements Geometry::Element.
Implemented in Geometry::CubicBezierSurface, and Geometry::BinIDSurface.
|
inlinestaticprotected |
|
inlineprotected |
|
virtual |
Implements Geometry::RowColSurface.
Reimplemented in Geometry::BinIDSurface.
|
virtual |
Reimplemented from Geometry::RowColSurface.
Reimplemented in Geometry::BinIDSurface.
Reimplemented in Geometry::CubicBezierSurface.
Reimplemented in Geometry::CubicBezierSurface, and Geometry::BinIDSurface.
|
virtual |
Reimplemented in Geometry::CubicBezierSurface.
|
virtual |
Reimplemented in Geometry::CubicBezierSurface.
Implements Geometry::RowColSurface.
Reimplemented in Geometry::CubicBezierSurface, and Geometry::BinIDSurface.
|
pure virtual |
Implemented in Geometry::CubicBezierSurface, and Geometry::BinIDSurface.
| int Geometry::ParametricSurface::getKnotIndex | ( | const RowCol & | rc | ) | const |
| RowCol Geometry::ParametricSurface::getKnotRowCol | ( | int | idx | ) | const |
Reimplemented from Geometry::RowColSurface.
| 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 |
|
virtual |
Reimplemented from Geometry::RowColSurface.
|
virtual |
Implements Geometry::RowColSurface.
|
private |
|
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::CubicBezierSurface, and Geometry::BinIDSurface.
|
inlinevirtual |
Reimplemented in Geometry::CubicBezierSurface, and Geometry::BinIDSurface.
|
inlinestaticprotected |
|
inlineprotected |
|
virtual |
Implements Geometry::RowColSurface.
Reimplemented in Geometry::BinIDSurface.
|
virtual |
Reimplemented in Geometry::BinIDSurface.
Implements Geometry::RowColSurface.
Reimplemented from Geometry::RowColSurface.
|
virtual |
Reimplemented from Geometry::Element.
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019