|
| | Track (const char *nm=0) |
| |
| | Track (const Track &t) |
| |
| Track & | operator= (const Track &) |
| |
| bool | isEmpty () const |
| |
| const Coord3 & | pos (int idx) const |
| |
| float | value (int idx) const |
| |
| float | getKbElev () const |
| |
| float | td () const |
| |
| int | size () const |
| |
| bool | zIsTime () const |
| |
| const Interval< double > | zRangeD () const |
| |
| const Interval< float > | zRange () const |
| | returns (0, 0) for empty track More...
|
| |
| int | insertPoint (const Coord3 &) |
| |
| int | insertPoint (const Coord &, float z) |
| |
| void | addPoint (const Coord3 &, float dah=mUdf(float)) |
| |
| void | addPoint (const Coord &, float z, float dah=mUdf(float)) |
| | Point must be further down track. No checks. More...
|
| |
| void | setPoint (int, const Coord3 &) |
| |
| void | setPoint (int, const Coord &, float z) |
| | Will correct all dahs below point. More...
|
| |
| void | insertAfterIdx (int, const Coord3 &) |
| | Know what you're doing - not used normally. More...
|
| |
| void | removePoint (int) |
| | Will correct all dahs below point. More...
|
| |
| Coord3 | getPos (float d_ah) const |
| |
| const TypeSet< Coord3 > & | getAllPos () const |
| |
| float | getDahForTVD (double, float prevdah=mUdf(float)) const |
| |
| float | getDahForTVD (float, float prevdah=mUdf(float)) const |
| |
| float | nearestDah (const Coord3 &) const |
| |
| Coord3 | coordAfterIdx (float d_ah, int) const |
| | Beware: no bounds check on index. More...
|
| |
| bool | insertAtDah (float dah, float zpos) |
| | will interpolate x,y coords More...
|
| |
| bool | alwaysDownward () const |
| |
| void | toTime (const Data &) |
| |
| | 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...
|
| |