|
| ~RowColSurface () |
|
virtual StepInterval< int > | colRange () const |
|
virtual StepInterval< int > | colRange (int row) const =0 |
|
Iterator * | createIterator () const override |
|
virtual Coord3 | getKnot (const RowCol &) const =0 |
|
void | getPosIDs (TypeSet< GeomPosID > &, bool=true) const override |
|
Coord3 | getPosition (GeomPosID pid) const override |
|
bool | isDefined (GeomPosID pid) const override |
|
virtual bool | isEmpty () const =0 |
|
virtual bool | isKnotDefined (const RowCol &) const =0 |
|
virtual StepInterval< int > | rowRange () const =0 |
|
virtual bool | setKnot (const RowCol &, const Coord3 &)=0 |
|
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 Element * | clone () const =0 |
|
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 () |
|
Surface which positions are orgainzied in rows/cols. The number of columns in each row may vary.
<>