|
| Horizon2DGeometry (Surface &) |
|
| ~Horizon2DGeometry () |
|
bool | addLine (Pos::GeomID geomid, const StepInterval< int > &trcrg) |
|
bool | addLine (Pos::GeomID geomid, int step=1) |
|
StepInterval< int > | colRange (const SectionID &, Pos::GeomID geomid) const |
|
StepInterval< int > | colRange (Pos::GeomID geomid) const |
|
const Geometry::Horizon2DLine * | geometryElement () const override |
|
Geometry::Horizon2DLine * | geometryElement () override |
|
Pos::GeomID | geomID (int idx) const |
|
int | getConnectedPos (const PosID &posid, TypeSet< PosID > *res) const override |
|
void | getGeomIDs (TypeSet< Pos::GeomID > &) const |
|
PosID | getNeighbor (const PosID &posid, bool nextcol, bool retundef=false) const |
|
PosID | getPosID (const TrcKey &) const override |
|
TrcKey | getTrcKey (const PosID &) const override |
|
bool | hasLine (Pos::GeomID) const |
|
bool | includeLine (Pos::GeomID geomid, int step=1) |
|
bool | isAtEdge (const PosID &) const override |
|
int | lineIndex (const char *linenm) const |
|
int | lineIndex (Pos::GeomID geomid) const |
|
const char * | lineName (int id) const |
|
const char * | lineSet (int id) const |
|
int | nrLines () const |
|
void | removeLine (Pos::GeomID geomid) |
|
const Geometry::Horizon2DLine * | sectionGeometry (const SectionID &) const override |
|
Geometry::Horizon2DLine * | sectionGeometry (const SectionID &) override |
|
| ~HorizonGeometry () |
|
| RowColSurfaceGeometry (Surface &) |
|
virtual | ~RowColSurfaceGeometry () |
|
StepInterval< int > | colRange () const |
|
StepInterval< int > | colRange (const SectionID &, int row) const |
|
StepInterval< int > | colRange (int row) const |
|
EMObjectIterator * | createIterator (const TrcKeyZSampling *=nullptr) const override |
|
const Geometry::RowColSurface * | geometryElement () const override |
|
Geometry::RowColSurface * | geometryElement () override |
|
StepInterval< int > | rowRange () const |
|
StepInterval< int > | rowRange (const SectionID &) const |
|
const Geometry::RowColSurface * | sectionGeometry (const SectionID &) const override |
|
Geometry::RowColSurface * | sectionGeometry (const SectionID &) override |
|
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 bool | enableChecks (bool yn) |
|
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 void | getLinkedPos (const PosID &posid, TypeSet< PosID > &) const |
|
mDeprecatedObs bool | hasSection (const SectionID &) 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) |
|
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) |
|
| 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 () |
|