|
virtual Coord3 | computePosition (float) const =0 |
|
virtual Coord3 | computeTangent (float) const =0 |
|
Iterator * | createIterator () const |
|
virtual bool | findClosestIntersection (float &p, const Plane3 &, float eps=1e-2) const |
|
virtual bool | findClosestPosition (float &p, const Coord3 &, float eps=1e-2) const |
|
void | getPosIDs (TypeSet< GeomPosID > &, bool=true) const |
|
virtual bool | insertPosition (GeomPosID, const Coord3 &)=0 |
|
virtual bool | isCircular () const |
|
virtual StepInterval< int > | parameterRange () const =0 |
|
| 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 Coord3 | getPosition (GeomPosID) const =0 |
|
virtual bool | isChanged () const |
|
virtual bool | isDefined (GeomPosID) const =0 |
|
virtual void | resetChangedFlag () |
|
virtual bool | setPosition (GeomPosID, const Coord3 &)=0 |
|
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 |
|
A curve that is defined by regularly sampled positions.
The curve's behaviour between the positions is determined by a function of a parameter u: (x(u), y(u), z(u)). The samplerange is determined by parameterRange(). The curve is guaranteed to be continious within its parameter range, and if isCircular() returns true, it connects between parameterRange().stop and parameterRange().start.
<>