ViewUtil¶
-
class
ViewUtil: public tsa::AlgoBase¶ This is a short description of the class ViewUtil.
A more detailed description of ViewUtil start here
User interface
-
bool
PeekRange(SeqViewDouble &src, SeqViewDouble &dst, double tstart, double tend)¶ Extract from the src view the data included in a given time range, tstart<=t<=tend, and put it in the dst view.
- Return
true if the range is fully inside src, false otherwise
- Parameters
src: the source viewdst: the destination viewtstart: start time of the rangetend: end time for the range
-
bool