OpendTect
7.0
|
Public Member Functions | |
virtual | ~SurfaceGeometry () |
mDeprecatedObs SectionID | addSection (const char *nm, bool addtohistory) |
mDeprecatedObs SectionID | addSection (const char *nm, const SectionID &, bool addtohistory) |
virtual mDeprecatedObs SectionID | cloneSection (const SectionID &) |
EMObjectIterator * | createIterator (const EM::SectionID &, const TrcKeyZSampling *t=0) const |
virtual EMObjectIterator * | createIterator (const TrcKeyZSampling *=0) const |
virtual bool | enableChecks (bool yn) |
virtual void | fillPar (IOPar &) const |
virtual int | findPos (const Interval< float > &x, const Interval< float > &y, const Interval< float > &z, TypeSet< PosID > *) const |
virtual mDeprecatedDef int | findPos (const SectionID &, const Interval< float > &x, const Interval< float > &y, const Interval< float > &z, TypeSet< PosID > *res) const |
virtual int | findPos (const TrcKeyZSampling &, TypeSet< PosID > *) const |
virtual Geometry::Element * | geometryElement () |
virtual const Geometry::Element * | geometryElement () const |
virtual int | getConnectedPos (const PosID &posid, TypeSet< PosID > *res) const |
virtual void | getLinkedPos (const PosID &posid, TypeSet< PosID > &) const |
mDeprecatedObs bool | hasSection (const SectionID &) const |
virtual bool | isAtEdge (const PosID &) const |
bool | isChanged (int) const |
virtual bool | isChecksEnabled () const |
virtual bool | isFullResolution () const |
virtual bool | isLoaded () const |
virtual bool | isNodeOK (const PosID &) const |
virtual Executor * | loader (const SurfaceIODataSelection *=nullptr, const ZAxisTransform *=nullptr) |
int | nrSections () const |
virtual void | removeAll () |
virtual mDeprecatedObs bool | removeSection (const SectionID &, bool addtohistory) |
void | resetChangedFlag () |
virtual Executor * | saver (const SurfaceIODataSelection *=nullptr, const MultiID *=nullptr) |
virtual Geometry::Element * | sectionGeometry (const SectionID &) |
virtual const Geometry::Element * | sectionGeometry (const SectionID &) const |
mDeprecatedObs SectionID | sectionID (const char *) const |
mDeprecatedObs SectionID | sectionID (int idx) const |
mDeprecatedObs int | sectionIndex (const SectionID &) const |
mDeprecatedObs const char * | sectionName (const SectionID &) const |
mDeprecatedObs bool | setSectionName (const SectionID &, const char *, bool addtohistory) |
virtual bool | usePar (const IOPar &) |
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 | |
SurfaceGeometry (Surface &) | |
mDeprecatedObs SectionID | addSectionInternal (Geometry::Element *, const char *nm, const SectionID &, bool addtohistory) |
virtual Geometry::Element * | createGeometryElement () const =0 |
void | geomChangeCB (CallBacker *) |
Protected Attributes | |
bool | changed_ |
ObjectSet< Geometry::Element > | sections_ |
Surface & | surface_ |
Additional Inherited Members | |
Static Public Member Functions inherited from CallBacker | |
static void | createReceiverForCurrentThread () |
static void | removeReceiverForCurrentThread () |
Surface geometry.
<>
|
virtual |
|
protected |
mDeprecatedObs SectionID EM::SurfaceGeometry::addSection | ( | const char * | nm, |
bool | addtohistory | ||
) |
mDeprecatedObs SectionID EM::SurfaceGeometry::addSection | ( | const char * | nm, |
const SectionID & | , | ||
bool | addtohistory | ||
) |
Return false if the sectionid allready exists
|
protected |
Reimplemented in EM::Horizon3DGeometry.
|
protectedpure virtual |
Implemented in EM::PolygonBodyGeometry, EM::Horizon3DGeometry, EM::Horizon2DGeometry, EM::FaultStickSetGeometry, and EM::Fault3DGeometry.
|
inline |
|
inlinevirtual |
Reimplemented in EM::RowColSurfaceGeometry, EM::FaultStickSetGeometry, EM::Fault3DGeometry, EM::PolygonBodyGeometry, and EM::Horizon3DGeometry.
|
virtual |
Reimplemented in EM::Horizon3DGeometry.
|
virtual |
Reimplemented in EM::PolygonBodyGeometry, EM::Horizon2DGeometry, EM::FaultStickSetGeometry, and EM::Fault3DGeometry.
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
virtual |
|
virtual |
|
virtual |
Reimplemented in EM::Horizon2DGeometry, and EM::Horizon3DGeometry.
|
virtual |
mDeprecatedObs bool EM::SurfaceGeometry::hasSection | ( | const SectionID & | ) | const |
|
virtual |
Reimplemented in EM::Horizon3DGeometry, and EM::Horizon2DGeometry.
|
inline |
|
virtual |
Reimplemented in EM::Horizon3DGeometry.
|
virtual |
Reimplemented in EM::Horizon3DGeometry.
|
virtual |
|
virtual |
Reimplemented in EM::Horizon3DGeometry.
|
virtual |
Reimplemented in EM::PolygonBodyGeometry.
int EM::SurfaceGeometry::nrSections | ( | ) | const |
|
virtual |
|
virtual |
Reimplemented in EM::Horizon3DGeometry.
|
inline |
|
virtual |
Reimplemented in EM::PolygonBodyGeometry.
|
virtual |
|
virtual |
mDeprecatedObs SectionID EM::SurfaceGeometry::sectionID | ( | const char * | ) | const |
mDeprecatedObs SectionID EM::SurfaceGeometry::sectionID | ( | int | idx | ) | const |
mDeprecatedObs int EM::SurfaceGeometry::sectionIndex | ( | const SectionID & | ) | const |
mDeprecatedObs const char* EM::SurfaceGeometry::sectionName | ( | const SectionID & | ) | const |
mDeprecatedObs bool EM::SurfaceGeometry::setSectionName | ( | const SectionID & | , |
const char * | , | ||
bool | addtohistory | ||
) |
|
virtual |
Reimplemented in EM::PolygonBodyGeometry, EM::Horizon2DGeometry, EM::FaultStickSetGeometry, and EM::Fault3DGeometry.
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024