TS++ library: time series library

◆ read() [2/2]

void ts::tapers::OffsetVariableTaper::read ( const std::string &  filename)

read taper definition from file

Definition at line 172 of file ovtaper.cc.

References read(), and TSXX_assert.

173  {
174  std::ifstream is(filename.c_str());
175  TSXX_assert(is.good(),
176  "OffsetVariableTaper::read(): "
177  "error when opening taper file");
178  this->read(is);
179  } // void OffsetVariableTaper::read(const std::string& filename)
void read(std::istream &is)
Definition: ovtaper.cc:159
#define TSXX_assert(C, M)
Check an assertion and report by throwing an exception.
Definition: error.h:127
Here is the call graph for this function: