TSIO++ Time series input/output

◆ read() [1/2]

template<class C >
void ts::sff::File< C >::read ( datrw::idatstream &  is,
const bool &  verbose = false 
)
inline

Read a complete file with all traces.

Definition at line 57 of file sfftsfileread.h.

Referenced by ts::sff::readDSFF(), and ts::sff::readSSFF().

58  {
59  Trangelist rl;
60  this->read(is, rl, verbose);
61  } // File<C>::read
void read(datrw::idatstream &is, const bool &verbose=false)
Read a complete file with all traces.
Definition: sfftsfileread.h:57
tfxx::RangeList< int > Trangelist
Definition: sfftsfile.h:71
Here is the caller graph for this function: