|
| PolygonBodyGeometry (PolygonBody &) |
|
| ~PolygonBodyGeometry () |
|
EMObjectIterator * | createIterator (const TrcKeyZSampling *=0) const override |
|
void | fillPar (IOPar &) const override |
|
const Geometry::PolygonSurface * | geometryElement () const override |
|
Geometry::PolygonSurface * | geometryElement () override |
|
const Coord3 & | getPolygonNormal (const SectionID &, int polygon) const |
|
const Coord3 & | getPolygonNormal (int polygon) const |
|
bool | insertKnot (const SectionID &, const SubID &subid, const Coord3 &pos, bool addtohistory) |
|
bool | insertKnot (const SubID &, const Coord3 &pos, bool addtohistory) |
|
bool | insertPolygon (const SectionID &, int polygonnr, int firstknot, const Coord3 &pos, const Coord3 &editnormal, bool addtohistory) |
|
bool | insertPolygon (int polygonnr, int firstknot, const Coord3 &pos, const Coord3 &editnormal, bool addtohistory) |
|
Executor * | loader (const SurfaceIODataSelection *=nullptr, const ZAxisTransform *=nullptr) override |
|
int | nrKnots (const SectionID &, int polygonnr) const |
|
int | nrKnots (int polygonnr) const |
|
int | nrPolygons () const |
|
int | nrPolygons (const SectionID &) const |
|
bool | removeKnot (const SectionID &, const SubID &subid, bool addtohistory) |
|
bool | removeKnot (const SubID &, bool addtohistory) |
|
bool | removePolygon (const SectionID &, int polygonnr, bool addtohistory) |
|
bool | removePolygon (int polygonnr, bool addtohistory) |
|
Executor * | saver (const SurfaceIODataSelection *=nullptr, const MultiID *=nullptr) override |
|
const Geometry::PolygonSurface * | sectionGeometry (const SectionID &) const override |
|
Geometry::PolygonSurface * | sectionGeometry (const SectionID &) override |
|
bool | usePar (const IOPar &) 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 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 |
|
int | nrSections () const |
|
virtual void | removeAll () |
|
virtual mDeprecatedObs bool | removeSection (const SectionID &, bool addtohistory) |
|
void | resetChangedFlag () |
|
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 () |
|