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

◆ readwithheader()

void datrw::thiesdl1::File::readwithheader ( std::istream &  is)

actually read file

Definition at line 233 of file thiesdl1file.cc.

References Mheader, read(), and datrw::thiesdl1::readheader().

234  {
235  Mheader=readheader(is);
236  this->read(is, Mheader);
237  } // void File::readwithheader(std::istream& is)
FileHeader readheader(std::istream &is)
Read and parse a file header.
FileHeader Mheader
file header
Definition: thiesdl1file.h:181
void read(std::istream &is, const FileHeader &header)
actually read file
Here is the call graph for this function: