OpendTect
7.0
|
Public Member Functions | |
CubicBezierSurface (const CubicBezierSurface &) | |
CubicBezierSurface (const RowCol &step=RowCol(1, 1)) | |
~CubicBezierSurface () | |
IntervalND< float > | boundingBox (bool approx) const override |
CubicBezierSurface * | clone () const override |
Coord3 | computeNormal (const Coord &) const override |
Coord3 | computePosition (const Coord &) const override |
ParametricCurve * | createColCurve (float col, const Interval< int > *rowrange=0) const override |
ParametricCurve * | createRowCurve (float row, const Interval< int > *colrange=0) const override |
float | directionInfluence () const |
Coord3 | getBezierVertex (const RowCol &knot, const RowCol &relpos) const |
Coord3 | getColDirection (const RowCol &, bool computeifudf) const |
Coord3 | getKnot (const RowCol &, bool estimateifundef) const override |
Coord3 | getKnot (const RowCol &rc) const override |
const CubicBezierSurfacePatch * | getPatch (const RowCol &) const |
Coord3 | getRowDirection (const RowCol &, bool computeifudf) const |
bool | insertCol (int col, int nrnew=1) override |
bool | insertRow (int row, int nrnew=1) override |
bool | intersectWithLine (const Line3 &, Coord &) const |
bool | isEmpty () const override |
bool | removeCol (int col, int stopcol=-1) override |
stopcol will be ignored More... | |
bool | removeRow (int row, int stoprow=-1) override |
stoprow will be ignored More... | |
void | setDirectionInfluence (float) |
Public Member Functions inherited from Geometry::ParametricSurface | |
~ParametricSurface () | |
bool | checkSelfIntersection (bool yn) |
bool | checksSelfIntersection () const |
bool | checksSupport () const |
bool | checkSupport (bool yn) |
virtual bool | circularCols () const |
virtual bool | circularRows () const |
StepInterval< int > | colRange () const override |
StepInterval< int > | colRange (int row) const override |
Coord3 | getKnot (const RowCol &) const override |
int | getKnotIndex (const RowCol &rc) const |
RowCol | getKnotRowCol (int idx) const |
Coord3 | getPosition (GeomPosID pid) const override |
bool | hasSupport (const RowCol &) const |
bool | isAtEdge (const RowCol &) const |
bool | isDefined (GeomPosID pid) const override |
bool | isKnotDefined (const RowCol &) const override |
int | nrKnots () const |
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 |
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 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 | |
void | _setKnot (int idx, const Coord3 &) override |
IntervalND< float > | boundingBox (const RowCol &, bool ownvertices) const |
bool | checkSelfIntersection (const RowCol &) const override |
Coord3 | computeColDirection (const RowCol &) const |
Coord3 | computeRowDirection (const RowCol &) const |
int | nrCols () const override |
int | nrRows () const override |
Protected Member Functions inherited from Geometry::ParametricSurface | |
ParametricSurface (const RowCol &origin=RowCol(0, 0), const RowCol &step=RowCol(1, 1)) | |
int | colIndex (int col) const |
bool | isAtSameEdge (const RowCol &, const RowCol &, TypeSet< RowCol > *=0) const |
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 > &) |
Protected Attributes | |
Array2D< Coord3 > * | coldirections |
float | directioninfluence |
Array2D< Coord3 > * | positions |
Array2D< Coord3 > * | rowdirections |
Protected Attributes inherited from Geometry::ParametricSurface | |
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 |
Static Protected Member Functions inherited from Geometry::ParametricSurface | |
static int | colDim () |
static int | rowDim () |
<>
Geometry::CubicBezierSurface::CubicBezierSurface | ( | const CubicBezierSurface & | ) |
Geometry::CubicBezierSurface::~CubicBezierSurface | ( | ) |
|
overrideprotectedvirtual |
Implements Geometry::ParametricSurface.
|
overridevirtual |
Reimplemented from Geometry::Element.
|
protected |
|
overrideprotectedvirtual |
Reimplemented from Geometry::ParametricSurface.
|
overridevirtual |
Implements Geometry::ParametricSurface.
Reimplemented from Geometry::ParametricSurface.
Reimplemented from Geometry::ParametricSurface.
|
overridevirtual |
Reimplemented from Geometry::ParametricSurface.
|
overridevirtual |
Reimplemented from Geometry::ParametricSurface.
float Geometry::CubicBezierSurface::directionInfluence | ( | ) | const |
Coord3 Geometry::CubicBezierSurface::getBezierVertex | ( | const RowCol & | knot, |
const RowCol & | relpos | ||
) | const |
|
overridevirtual |
Implements Geometry::ParametricSurface.
Implements Geometry::RowColSurface.
const CubicBezierSurfacePatch* Geometry::CubicBezierSurface::getPatch | ( | const RowCol & | ) | const |
|
overridevirtual |
Implements Geometry::ParametricSurface.
|
overridevirtual |
Implements Geometry::ParametricSurface.
|
inlineoverridevirtual |
Implements Geometry::RowColSurface.
|
overrideprotectedvirtual |
Implements Geometry::ParametricSurface.
|
overrideprotectedvirtual |
Implements Geometry::ParametricSurface.
|
overridevirtual |
stopcol will be ignored
Reimplemented from Geometry::ParametricSurface.
|
overridevirtual |
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. 1995-2024