OpendTect
7.0
|
Public Types | |
enum | ChangeTag { PolygonChange =__mUndefIntVal+1 , PolygonInsert , PolygonRemove } |
Public Member Functions | |
PolygonSurface () | |
~PolygonSurface () | |
void | addEditPlaneNormal (const Coord3 &normal) |
void | addUdfPolygon (int polygnr, int firstknotnr, int nrknots) |
char | bodyDimension () const |
Element * | clone () const override |
virtual StepInterval< int > | colRange () const override |
StepInterval< int > | colRange (int polygon) const override |
void | getAllKnots (TypeSet< Coord3 > &) const |
int | getBezierCurveSmoothness () const |
void | getCubicBezierCurve (int plg, TypeSet< Coord3 > &pts, const float zscale) const |
void | getExceptionEdges (int plg, TypeSet< int > &edges) const |
Coord3 | getKnot (const RowCol &) const override |
const Coord3 & | getPolygonConcaveDir (int polygonnr) const |
void | getPolygonConcaveTriangles (int plg, TypeSet< int > &) const |
const Coord3 & | getPolygonNormal (int polygonnr) const |
bool | insertKnot (const RowCol &, const Coord3 &) |
bool | insertPolygon (const Coord3 &firstpos, const Coord3 &normal, int polygon=0, int firstknot=0) |
bool | isEmpty () const override |
bool | isKnotDefined (const RowCol &) const override |
int | nrPolygons () const |
bool | removeKnot (const RowCol &) |
bool | removePolygon (int polygon) |
StepInterval< int > | rowRange () const override |
void | setBezierCurveSmoothness (int nrpoints_on_segment) |
bool | setKnot (const RowCol &, const Coord3 &) override |
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 IntervalND< float > | boundingBox (bool approx) const |
virtual uiString | errMsg () const |
virtual bool | isChanged () const |
virtual void | resetChangedFlag () |
virtual void | trimUndefParts () |
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 | |
bool | includesEdge (const TypeSet< int > edges, int v0, int v1) const |
bool | linesegmentsIntersecting (const Coord3 &v0, const Coord3 &v1, const Coord3 &p0, const Coord3 &p1) 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 | |
int | beziernrpts_ |
TypeSet< Coord3 > | concavedirs_ |
TypeSet< int > | firstknots_ |
int | firstpolygon_ |
TypeSet< Coord3 > | polygonnormals_ |
ObjectSet< TypeSet< Coord3 > > | polygons_ |
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::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 |
|
overridevirtual |
Implements Geometry::Element.
|
inlineoverridevirtual |
Reimplemented from Geometry::RowColSurface.
|
overridevirtual |
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.
const Coord3& Geometry::PolygonSurface::getPolygonConcaveDir | ( | int | polygonnr | ) | const |
void Geometry::PolygonSurface::getPolygonConcaveTriangles | ( | int | plg, |
TypeSet< int > & | |||
) | const |
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 |
||
) |
|
inlineoverridevirtual |
Implements Geometry::RowColSurface.
|
overridevirtual |
Implements Geometry::RowColSurface.
|
protected |
|
inline |
bool Geometry::PolygonSurface::removeKnot | ( | const RowCol & | ) |
bool Geometry::PolygonSurface::removePolygon | ( | int | polygon | ) |
|
overridevirtual |
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. 1995-2024