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

◆ skipseries()

void datrw::ipdasstream::skipseries ( )
virtual

Reimplemented from datrw::idatstream.

Definition at line 106 of file ipdasstream.cc.

References datrw::pdas::countdata(), datrw::idatstream::Mis, Mtype, readheader(), datrw::idatstream::setwid2(), and datrw::idatstream::wid2().

Referenced by main().

107  {
108  readheader();
109  sff::WID2 wid2(this->wid2());
111  this->setwid2(wid2);
112  }
sff::WID2 wid2() const
Definition: datread.h:111
std::istream & Mis
Definition: datread.h:126
void setwid2(const sff::WID2 &wid2)
Definition: datread.cc:113
pdas::Etype Mtype
Definition: pdas.h:79
int countdata(std::istream &is, const Etype &type)
function to skip the file data but count the samples
Definition: pdasread.cc:166
Here is the call graph for this function:
Here is the caller graph for this function: