|
| BinIDSurface (const BinID &step) |
|
| BinIDSurface (const BinIDSurface &) |
|
| ~BinIDSurface () |
|
BinIDSurface * | clone () const override |
|
StepInterval< int > | colRange () const override |
|
StepInterval< int > | colRange (int row) const override |
|
Coord3 | computePosition (const Coord ¶m) const override |
|
bool | expandWithUdf (const BinID &start, const BinID &stop) |
|
Array2D< float > * | getArray () |
|
const Array2D< float > * | getArray () const |
|
Coord3 | getKnot (const RowCol &, bool computeifudf) const override |
|
virtual Coord3 | getKnot (const RowCol &rc) const override |
|
Coord | getKnotCoord (const RowCol &) const |
|
RowCol | getNearestKnotRowCol (Coord) const |
|
void | getPosIDs (TypeSet< GeomPosID > &, bool rmudf=true) const override |
|
bool | insertCol (int col, int nrnew=1) override |
|
bool | insertRow (int row, int nrnew=1) override |
|
bool | isEmpty () const override |
|
Coord3 | lineSegmentIntersection (Coord3, Coord3, float zshift=0.0) |
|
bool | removeCol (int, int) override |
|
bool | removeRow (int, int) override |
|
StepInterval< int > | rowRange () const override |
|
StepInterval< int > | rowRange (int col) const override |
|
void | setArray (const BinID &start, const BinID &step, Array2D< float > *, bool takeover) |
|
Interval< float > | zRange () |
|
Interval< float > | zRange (Coord, Coord) const |
|
| ~ParametricSurface () |
|
bool | checkSelfIntersection (bool yn) |
|
bool | checksSelfIntersection () const |
|
bool | checksSupport () const |
|
bool | checkSupport (bool yn) |
|
virtual bool | circularCols () const |
|
virtual bool | circularRows () const |
|
StepInterval< int > | colRange () const override |
|
StepInterval< int > | colRange (int row) const override |
|
virtual Coord3 | computeNormal (const Coord &) const |
|
virtual ParametricCurve * | createColCurve (float col, const Interval< int > *rowrange=0) const |
|
virtual ParametricCurve * | createRowCurve (float row, const Interval< int > *colrange=0) const |
|
Coord3 | getKnot (const RowCol &) const override |
|
int | getKnotIndex (const RowCol &rc) const |
|
RowCol | getKnotRowCol (int idx) const |
|
Coord3 | getPosition (GeomPosID pid) const override |
|
bool | hasSupport (const RowCol &) const |
|
bool | isAtEdge (const RowCol &) const |
|
bool | isDefined (GeomPosID pid) const override |
|
bool | isKnotDefined (const RowCol &) const override |
|
int | nrKnots () const |
|
StepInterval< int > | rowRange () const override |
|
bool | setKnot (const RowCol &, const Coord3 &) override |
|
bool | setPosition (GeomPosID pid, const Coord3 &) override |
|
void | trimUndefParts () override |
|
virtual bool | unsetKnot (const RowCol &) |
|
| ~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 () |
|
| 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 () |
|