Todo List
- Global otv_
_ startup (const int argc, const char*const*argv) - Document the command line parameters.
- Global otv_
_ stream_ spline_ node (const uint32_t traj_id, const OTV_ HermiteNode*node, const OTV_ SegmentArclen*arclen) - If nodes are discarded due to wrong ordering, the trajectory arc length seen by OnTubeVis and the one assumed by the client will be out-of-sync. This will never happen for direct in-memory communication (unless the client is buggy), but can become a real issue if streaming is done over the network. ToDo: Investigate strategies to deal with that.
- Global otv_
_ stream_ spline_ node_ and_ extrapol (const uint32_t traj_id, const OTV_ HermiteNode*node, const OTV_ SegmentArclen*arclen, const OTV_ Extrapolation*extrapol) - If nodes are discarded due to wrong ordering, the trajectory arc length seen by OnTubeVis and the one assumed by the client will be out-of-sync. This will never happen for direct in-memory communication (unless the client is buggy), but can become a real issue if streaming is done over the network. ToDo: Investigate strategies to deal with that.