|
virtual PosID | getPosID (const TrcKey &) const =0 |
|
virtual TrcKey | getTrcKey (const PosID &) const =0 |
|
| RowColSurfaceGeometry (Surface &) |
|
virtual | ~RowColSurfaceGeometry () |
|
StepInterval< int > | colRange () const |
|
StepInterval< int > | colRange (const SectionID &, int row) const |
|
StepInterval< int > | colRange (int row) const |
|
virtual EMObjectIterator * | createIterator (const EM::SectionID &, const TrcKeyZSampling *=0) const |
|
StepInterval< int > | rowRange () const |
|
StepInterval< int > | rowRange (const SectionID &) const |
|
Geometry::RowColSurface * | sectionGeometry (const SectionID &) |
|
const Geometry::RowColSurface * | sectionGeometry (const SectionID &) const |
|
| SurfaceGeometry (Surface &) |
|
virtual | ~SurfaceGeometry () |
|
SectionID | addSection (const char *nm, bool addtohistory) |
|
SectionID | addSection (const char *nm, const SectionID &, bool addtohistory) |
|
virtual SectionID | cloneSection (const SectionID &) |
|
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 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 int | getConnectedPos (const PosID &posid, TypeSet< PosID > *res) const |
|
virtual void | getLinkedPos (const PosID &posid, TypeSet< PosID > &) const |
|
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 *s=0) |
|
int | nrSections () const |
|
virtual void | removeAll () |
|
virtual bool | removeSection (const SectionID &, bool addtohistory) |
|
void | resetChangedFlag () |
|
virtual Executor * | saver (const SurfaceIODataSelection *s=0, const MultiID *key=0) |
|
SectionID | sectionID (const char *) const |
|
SectionID | sectionID (int idx) const |
|
int | sectionIndex (const SectionID &) const |
|
const char * | sectionName (const SectionID &) const |
|
bool | setSectionName (const SectionID &, const char *, bool addtohistory) |
|
virtual bool | usePar (const IOPar &) |
|
| 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 |
|