|
| FaultStickSurface () |
|
| ~FaultStickSurface () |
|
bool | areSticksVertical () const |
|
bool | insertStick (const Coord3 &firstpos, const Coord3 &editnormal, int stick=0, int firstcol=0) override |
|
void | setSticksVertical (bool yn) |
|
| FaultStickSet () |
|
| ~FaultStickSet () |
|
void | addEditPlaneNormal (const Coord3 &) |
|
void | addUdfRow (int stickidx, int firstknotnr, int nrknots) |
|
Element * | clone () const override |
|
virtual StepInterval< int > | colRange () const override |
|
StepInterval< int > | colRange (int stick) const override |
|
void | geometricStickOrder (TypeSet< int > &sticknrs, double zscale, bool orderall=true) const |
|
const Coord3 & | getEditPlaneNormal (int sticknr) const |
|
Coord3 | getKnot (const RowCol &) const override |
|
const TypeSet< Coord3 > * | getStick (int stickidx) const |
|
void | hideKnot (const RowCol &, bool yn, int sceneidx=-1) |
|
void | hideStick (int sticknr, bool yn, int sceneidx=-1) |
|
bool | insertKnot (const RowCol &, const Coord3 &) |
|
bool | isEmpty () const override |
|
bool | isKnotDefined (const RowCol &) const override |
|
bool | isKnotHidden (const RowCol &, int sceneidx=-1) const |
|
bool | isStickHidden (int sticknr, int sceneidx=-1) const |
|
bool | isStickSelected (int sticknr) const |
|
bool | isTwisted (int sticknr1, int sticknr2, double zscale) const |
|
int | nrKnots (int sticknr) const |
|
int | nrSticks () const |
|
int | preferredStickNr () const |
|
void | preferStick (int sticknr) |
|
bool | removeKnot (const RowCol &) |
|
bool | removeStick (int sticknr) |
|
StepInterval< int > | rowRange () const override |
|
void | selectStick (int sticknr, bool yn) |
|
bool | setKnot (const RowCol &, const Coord3 &) override |
|
| ~RowColSurface () |
|
Iterator * | createIterator () const override |
|
void | getPosIDs (TypeSet< GeomPosID > &, bool=true) const override |
|
Coord3 | getPosition (GeomPosID pid) const override |
|
bool | isDefined (GeomPosID pid) const override |
|
bool | setPosition (GeomPosID pid, const Coord3 &) override |
|
| Element () |
|
virtual | ~Element () |
|
void | blockCallBacks (bool yn, bool flush=true) |
|
bool | blocksCallBacks () const |
|
virtual IntervalND< float > | boundingBox (bool approx) const |
|
virtual uiString | errMsg () const |
|
virtual bool | isChanged () const |
|
virtual void | resetChangedFlag () |
|
virtual void | trimUndefParts () |
|
| 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 () |
|