![]() |
OpendTect
6.3
|
Public Types | |
| enum | ChangeTag { PolygonChange =__mUndefIntVal+1, PolygonInsert, PolygonRemove } |
Public Member Functions | |
| PolygonSurface () | |
| ~PolygonSurface () | |
| bool | isEmpty () const |
| Element * | clone () const |
| bool | insertPolygon (const Coord3 &firstpos, const Coord3 &normal, int polygon=0, int firstknot=0) |
| bool | removePolygon (int polygon) |
| bool | insertKnot (const RowCol &, const Coord3 &) |
| bool | removeKnot (const RowCol &) |
| int | nrPolygons () const |
| StepInterval< int > | rowRange () const |
| virtual StepInterval< int > | colRange () const |
| StepInterval< int > | colRange (int polygon) const |
| bool | setKnot (const RowCol &, const Coord3 &) |
| Coord3 | getKnot (const RowCol &) const |
| bool | isKnotDefined (const RowCol &) const |
| void | setBezierCurveSmoothness (int nrpoints_on_segment) |
| int | getBezierCurveSmoothness () const |
| void | getCubicBezierCurve (int plg, TypeSet< Coord3 > &pts, const float zscale) const |
| void | getAllKnots (TypeSet< Coord3 > &) const |
| Coord3 | getPolygonNormal (int polygonnr) const |
| Coord3 | getPolygonConcaveDir (int polygonnr) const |
| void | getExceptionEdges (int plg, TypeSet< int > &edges) const |
| void | getPolygonConcaveTriangles (int plg, TypeSet< int > &) const |
| void | addUdfPolygon (int polygnr, int firstknotnr, int nrknots) |
| void | addEditPlaneNormal (const Coord3 &normal) |
| char | bodyDimension () const |
Public Member Functions inherited from Geometry::RowColSurface | |
| virtual void | getPosIDs (TypeSet< GeomPosID > &, bool=true) const |
| Iterator * | createIterator () const |
| virtual Coord3 | getPosition (GeomPosID pid) const |
| virtual bool | setPosition (GeomPosID pid, const Coord3 &) |
| virtual bool | isDefined (GeomPosID pid) 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 () |
| virtual void | trimUndefParts () |
| void | blockCallBacks (bool yn, bool flush=true) |
| bool | blocksCallBacks () const |
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 | detachCB (const NotifierAccess &, const CallBack &) const |
| void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
| bool | isNotifierAttached (const NotifierAccess *) const |
| Only for debugging purposes, don't use. More... | |
| virtual bool | isCapsule () const |
| void | stopReceivingNotifications () const |
Protected Member Functions | |
| bool | linesegmentsIntersecting (const Coord3 &v0, const Coord3 &v1, const Coord3 &p0, const Coord3 &p1) const |
| bool | includesEdge (const TypeSet< int > edges, int v0, int v1) 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 () const |
| Call from the destructor of your inherited object. More... | |
Protected Attributes | |
| int | firstpolygon_ |
| TypeSet< int > | firstknots_ |
| ObjectSet< TypeSet< Coord3 > > | polygons_ |
| TypeSet< Coord3 > | polygonnormals_ |
| TypeSet< Coord3 > | concavedirs_ |
| int | beziernrpts_ |
Protected Attributes inherited from Geometry::Element | |
| bool | blockcbs_ |
| TypeSet< GeomPosID > | nrposchbuffer_ |
| TypeSet< GeomPosID > | movementbuffer_ |
| bool | ischanged_ |
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::PolygonSurface::PolygonSurface | ( | ) |
| Geometry::PolygonSurface::~PolygonSurface | ( | ) |
| void Geometry::PolygonSurface::addEditPlaneNormal | ( | const Coord3 & | normal | ) |
| void Geometry::PolygonSurface::addUdfPolygon | ( | int | polygnr, |
| int | firstknotnr, | ||
| int | nrknots | ||
| ) |
| char Geometry::PolygonSurface::bodyDimension | ( | ) | const |
|
virtual |
Implements Geometry::Element.
|
inlinevirtual |
Reimplemented from Geometry::RowColSurface.
|
virtual |
Implements Geometry::RowColSurface.
|
inline |
| void Geometry::PolygonSurface::getCubicBezierCurve | ( | int | plg, |
| TypeSet< Coord3 > & | pts, | ||
| const float | zscale | ||
| ) | const |
| void Geometry::PolygonSurface::getExceptionEdges | ( | int | plg, |
| TypeSet< int > & | edges | ||
| ) | const |
Implements Geometry::RowColSurface.
| Coord3 Geometry::PolygonSurface::getPolygonConcaveDir | ( | int | polygonnr | ) | const |
| void Geometry::PolygonSurface::getPolygonConcaveTriangles | ( | int | plg, |
| TypeSet< int > & | |||
| ) | const |
| Coord3 Geometry::PolygonSurface::getPolygonNormal | ( | int | polygonnr | ) | const |
|
protected |
| bool Geometry::PolygonSurface::insertPolygon | ( | const Coord3 & | firstpos, |
| const Coord3 & | normal, | ||
| int | polygon = 0, |
||
| int | firstknot = 0 |
||
| ) |
|
inlinevirtual |
Implements Geometry::RowColSurface.
|
virtual |
Implements Geometry::RowColSurface.
|
protected |
|
inline |
| bool Geometry::PolygonSurface::removeKnot | ( | const RowCol & | ) |
| bool Geometry::PolygonSurface::removePolygon | ( | int | polygon | ) |
|
virtual |
Implements Geometry::RowColSurface.
| void Geometry::PolygonSurface::setBezierCurveSmoothness | ( | int | nrpoints_on_segment | ) |
Implements Geometry::RowColSurface.
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2017