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

◆ settraceheader()

void datrw::ithiesdl1stream::settraceheader ( )
private

Definition at line 63 of file ithiesdl1stream.cc.

References Mheader, datrw::idatstream::newtrace(), datrw::idatstream::setwid2(), and datrw::thiesdl1::FileHeader::wid2line().

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

64  {
65  this->newtrace();
66  this->setwid2(this->Mheader.wid2line());
67  } // void ithiesdl1stream::settraceheader()
thiesdl1::FileHeader Mheader
Definition: thiesdl1.h:81
void setwid2(const sff::WID2 &wid2)
Definition: datread.cc:113
::sff::WID2 wid2line() const
return WID2 header
Here is the call graph for this function:
Here is the caller graph for this function: