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

◆ readheader()

void datrw::igsestream::readheader ( )
private

Definition at line 95 of file igsestream.cc.

References datrw::idatstream::Mis, datrw::idatstream::newtrace(), datrw::gse::next_wid2(), datrw::idatstream::setlast(), and datrw::idatstream::setwid2().

Referenced by iseries(), and skipseries().

96  {
97  this->newtrace();
98  this->setwid2(datrw::gse::next_wid2(this->Mis));
99  this->setlast();
100  }
sff::WID2 next_wid2(std::istream &is)
find next WID2 line
Definition: gseread.cc:49
std::istream & Mis
Definition: datread.h:126
void setwid2(const sff::WID2 &wid2)
Definition: datread.cc:113
Here is the call graph for this function:
Here is the caller graph for this function: