![]() |
OpendTect-6_4
6.4
|
Public Member Functions | |
| CubicBezierSurface (const RowCol &step=RowCol(1, 1)) | |
| CubicBezierSurface (const CubicBezierSurface &) | |
| ~CubicBezierSurface () | |
| CubicBezierSurface * | clone () const |
| bool | isEmpty () const |
| IntervalND< float > | boundingBox (bool approx) const |
| Coord3 | computePosition (const Coord &) const |
| Coord3 | computeNormal (const Coord &) const |
| bool | intersectWithLine (const Line3 &, Coord &) const |
| Coord3 | getBezierVertex (const RowCol &knot, const RowCol &relpos) const |
| bool | insertRow (int row, int nrnew=1) |
| bool | insertCol (int col, int nrnew=1) |
| bool | removeRow (int row, int stoprow=-1) |
| stoprow will be ignored More... | |
| bool | removeCol (int col, int stopcol=-1) |
| stopcol will be ignored More... | |
| virtual Coord3 | getKnot (const RowCol &rc) const |
| Coord3 | getKnot (const RowCol &, bool estimateifundef) const |
| Coord3 | getRowDirection (const RowCol &, bool computeifudf) const |
| Coord3 | getColDirection (const RowCol &, bool computeifudf) const |
| float | directionInfluence () const |
| void | setDirectionInfluence (float) |
| const CubicBezierSurfacePatch * | getPatch (const RowCol &) const |
| ParametricCurve * | createRowCurve (float row, const Interval< int > *colrange=0) const |
| ParametricCurve * | createColCurve (float col, const Interval< int > *rowrange=0) const |
Public Member Functions inherited from Geometry::ParametricSurface | |
| ParametricSurface (const RowCol &origin=RowCol(0, 0), const RowCol &step=RowCol(1, 1)) | |
| ~ParametricSurface () | |
| 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 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 | |
| virtual void | getPosIDs (TypeSet< GeomPosID > &, bool=true) const |
| Iterator * | createIterator () const |
Public Member Functions inherited from Geometry::Element | |
| Element () | |
| virtual | ~Element () |
| 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 | |
| bool | checkSelfIntersection (const RowCol &) const |
| IntervalND< float > | boundingBox (const RowCol &, bool ownvertices) const |
| Coord3 | computeRowDirection (const RowCol &) const |
| Coord3 | computeColDirection (const RowCol &) const |
| void | _setKnot (int idx, const Coord3 &) |
| int | nrRows () const |
| int | nrCols () const |
Protected Member Functions inherited from Geometry::ParametricSurface | |
| 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< Coord3 > * | rowdirections |
| Array2D< Coord3 > * | coldirections |
| Array2D< Coord3 > * | positions |
| float | directioninfluence |
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 (CubicBezierSurface) | |
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::CubicBezierSurface::CubicBezierSurface | ( | const CubicBezierSurface & | ) |
| Geometry::CubicBezierSurface::~CubicBezierSurface | ( | ) |
|
protectedvirtual |
Implements Geometry::ParametricSurface.
|
virtual |
Reimplemented from Geometry::Element.
|
protected |
|
protectedvirtual |
Reimplemented from Geometry::ParametricSurface.
|
virtual |
Implements Geometry::ParametricSurface.
Reimplemented from Geometry::ParametricSurface.
Reimplemented from Geometry::ParametricSurface.
|
virtual |
Reimplemented from Geometry::ParametricSurface.
|
virtual |
Reimplemented from Geometry::ParametricSurface.
| float Geometry::CubicBezierSurface::directionInfluence | ( | ) | const |
| Coord3 Geometry::CubicBezierSurface::getBezierVertex | ( | const RowCol & | knot, |
| const RowCol & | relpos | ||
| ) | const |
Reimplemented from Geometry::ParametricSurface.
|
virtual |
Implements Geometry::ParametricSurface.
| const CubicBezierSurfacePatch* Geometry::CubicBezierSurface::getPatch | ( | const RowCol & | ) | const |
|
virtual |
Implements Geometry::ParametricSurface.
|
virtual |
Implements Geometry::ParametricSurface.
|
inlinevirtual |
Implements Geometry::RowColSurface.
|
private |
|
protectedvirtual |
Implements Geometry::ParametricSurface.
|
protectedvirtual |
Implements Geometry::ParametricSurface.
|
virtual |
stopcol will be ignored
Reimplemented from Geometry::ParametricSurface.
|
virtual |
stoprow will be ignored
Reimplemented from Geometry::ParametricSurface.
| void Geometry::CubicBezierSurface::setDirectionInfluence | ( | float | ) |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019