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 view

  • dst: the destination view

  • tstart: start time of the range

  • tend: end time for the range

Public Functions

ViewUtil()

Constructor

~ViewUtil()

Destructor