|
| | Horizon3DGeometry (Surface &) |
| |
| | ~Horizon3DGeometry () |
| |
| mDeprecatedObs SectionID | cloneSection (const SectionID &) override |
| |
| EMObjectIterator * | createIterator (const TrcKeyZSampling *=0) const override |
| |
| bool | enableChecks (bool yn) override |
| |
| void | fillBinIDValueSet (BinIDValueSet &, Pos::Provider3D *prov=0) const |
| |
| void | fillBinIDValueSet (const SectionID &, BinIDValueSet &bvs, Pos::Provider3D *prov=0) const |
| |
| const Geometry::BinIDSurface * | geometryElement () const override |
| |
| Geometry::BinIDSurface * | geometryElement () override |
| |
| bool | getBoundingPolygon (const SectionID &, Pick::Set &ps) const |
| |
| bool | getBoundingPolygon (Pick::Set &) const |
| |
| int | getConnectedPos (const PosID &, TypeSet< PosID > *) const override |
| |
| void | getDataPointSet (const SectionID &, DataPointSet &dps, float shift=0.0) const |
| |
| void | getDataPointSet (DataPointSet &, float shift=0.0) const |
| |
| PosID | getNeighbor (const PosID &, const RowCol &) const |
| |
| PosID | getPosID (const TrcKey &) const override |
| |
| TrcKey | getTrcKey (const PosID &) const override |
| |
| bool | isAtEdge (const PosID &pid) const override |
| |
| bool | isChecksEnabled () const override |
| |
| bool | isFullResolution () const override |
| |
| bool | isNodeOK (const PosID &) const override |
| |
| RowCol | loadedStep () const |
| |
| mDeprecatedObs bool | removeSection (const SectionID &, bool hist) override |
| |
| const Geometry::BinIDSurface * | sectionGeometry (const SectionID &) const override |
| |
| Geometry::BinIDSurface * | sectionGeometry (const SectionID &) override |
| |
| void | setStep (const RowCol &step, const RowCol &loadedstep) |
| |
| RowCol | step () const |
| |
| | ~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) |
| |
| EMObjectIterator * | createIterator (const EM::SectionID &, const TrcKeyZSampling *t=0) const |
| |
| 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 void | getLinkedPos (const PosID &posid, TypeSet< PosID > &) const |
| |
| mDeprecatedObs bool | hasSection (const SectionID &) const |
| |
| bool | isChanged (int) const |
| |
| virtual bool | isLoaded () const |
| |
| virtual Executor * | loader (const SurfaceIODataSelection *=nullptr, const ZAxisTransform *=nullptr) |
| |
| int | nrSections () const |
| |
| virtual void | removeAll () |
| |
| 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) |
| |
| 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 |
| |
| virtual CallBacker * | trueCaller () |
| |