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

◆ readsamples()

void datrw::ithiesdl1stream::readsamples ( )
private

Definition at line 71 of file ithiesdl1stream.cc.

References Mfile, Mheader, datrw::idatstream::Mis, datrw::thiesdl1::File::read(), datrw::idatstream::settracefree(), and datrw::thiesdl1::File::tracefree().

Referenced by dseries(), fseries(), and iseries().

72  {
73  this->Mfile.read(Mis, this->Mheader);
74  this->settracefree(this->Mfile.tracefree());
75  }
thiesdl1::FileHeader Mheader
Definition: thiesdl1.h:81
::sff::FREE tracefree() const
return FREE lines produced while reading the data
Definition: thiesdl1file.h:148
thiesdl1::File Mfile
Definition: thiesdl1.h:82
std::istream & Mis
Definition: datread.h:126
void read(std::istream &is, const FileHeader &header)
actually read file
void settracefree(const sff::FREE &free)
Definition: datread.cc:105
Here is the call graph for this function:
Here is the caller graph for this function: