Template Class Reader¶
- Defined in File readers.h
Class Documentation¶
-
template <class DataType>
classReader¶ Public Functions
-
Reader(const std::string &file)¶
-
~Reader()¶
-
std::string
logString() const¶
-
DataType *
read(bool print = false)¶
-
void
checkFileType(int level)¶
-
void
checkTimeseries(int level)¶
-
double
getWindowDuration() const¶
-
void
setWindowDuration(double windowDuration)¶
-
int
getWindowSize() const¶
-
void
setWindowSize(int windowSize)¶
-
void
readWindow(const int index)¶
-