Exemple #1
0
//! @brief Constructor.
//!
//! @param fileName: name of the file containing the data points.
//! @param fileTimeName: name of the file containing the time values.
//! @param theFactor:  constant factor used in the relation.
XC::PathTimeSeries::PathTimeSeries(const std::string &filePathName,const std::string &fileTimeName, double theFactor)
  :PathSeriesBase(TSERIES_TAG_PathTimeSeries, theFactor), currentTimeLoc(0)
  { readFromFiles(filePathName,fileTimeName); }
void FileReader::loadPages(void) {
  std::vector<std::string> urls = loadURLs();
  readFromFiles(urls);
}