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

◆ skipseries()

void datrw::iseifestream::skipseries ( )
virtual

Reimplemented from datrw::idatstream.

Definition at line 109 of file iseifestream.cc.

References datrw::idatstream::setlast(), and settraceheader().

110  {
111  this->settraceheader();
112  this->setlast();
113  } // void iseifestream::skipseries()
Here is the call graph for this function: