DATRW++ library: seismic data I/O with multiple formats

◆ TSOFTfile() [2/2]

datrw::tsoft::TSOFTfile::TSOFTfile ( std::istream &  is,
const ReaderConfig rc,
const bool &  debug = false 
)
inline

create by reading

Definition at line 95 of file tsoftreader.h.

References read().

97  :
99  {
100  this->read(is, debug);
101  }
Datacontainer Mdatacontainer
store channel info
Definition: tsoftreader.h:117
void read(std::istream &is, const bool &debug=false)
read from stream
Definition: tsoftreader.cc:96
ReaderConfig Mreaderconfig
Reader configuration.
Definition: tsoftreader.h:125
Here is the call graph for this function: