|
| DriftCurve () |
|
void | add (float dh, float val) |
|
float | value (int idx) const |
|
bool | insertAtDah (float dh, float v) |
|
int | indexOfCurrentPoint (float dah, float val) const |
|
| DahObj (const char *nm=0) |
|
| DahObj (const DahObj &d) |
|
| ~DahObj () |
|
int | size () const |
|
float | dah (int idx) const |
|
int | indexOf (float dah) const |
|
virtual void | remove (int idx) |
|
virtual void | setEmpty () |
|
bool | isEmpty () const |
|
Interval< float > | dahRange () const |
| returns (0, 0) for empty dah_ More...
|
|
float | dahStep (bool min_else_average) const |
|
void | addToDahFrom (int fromidx, float extradah) |
|
void | removeFromDahFrom (int fromidx, float extradah) |
|
void | deInterpolate () |
| Remove unnecessary points. More...
|
|
float * | dahArr () |
|
const float * | dahArr () const |
|
| NamedObject (const char *nm=0) |
|
| NamedObject (const NamedObject *linkedto) |
|
| NamedObject (const NamedObject &) |
|
virtual | ~NamedObject () |
|
void | setLinkedTo (NamedObject *) |
|
bool | operator== (const NamedObject &oth) const |
|
virtual const OD::String & | name () const |
|
virtual const OD::String & | annotName () const |
|
virtual void | setName (const char *) |
|
void | setCleanName (const char *) |
| cleans string first More...
|
|
void | deleteNotify (const CallBack &) |
|
| CallBacker () |
|
| CallBacker (const CallBacker &) |
|
virtual | ~CallBacker () |
|
bool | attachCB (NotifierAccess &, const CallBack &, bool onlyifnew=false) |
|
bool | attachCB (NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) |
|
void | detachCB (NotifierAccess &, const CallBack &) |
|
void | detachCB (NotifierAccess *notif, const CallBack &cb) |
|
bool | isNotifierAttached (NotifierAccess *) const |
| Only for debugging purposes, don't use. More...
|
|