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

◆ wid2line()

sff::WID2 datrw::thiesdl1::File::wid2line ( ) const

return WID2 header

Definition at line 396 of file thiesdl1file.cc.

References DATRW_assert, isproperlyfilled(), Mheader, and datrw::thiesdl1::FileHeader::wid2line().

397  {
399  "Data is not set ready");
400  return(Mheader.wid2line());
401  } // sff::WID2 File::wid2line() const
#define DATRW_assert(C, M)
Check an assertion and report by throwing an exception.
Definition: error.h:92
bool isproperlyfilled(const bool &throwerrors=false) const
FileHeader Mheader
file header
Definition: thiesdl1file.h:181
::sff::WID2 wid2line() const
return WID2 header
Here is the call graph for this function: