SFF++ library: reading and writing SFF from C++

◆ readheader()

void sff::TraceHeader::readheader ( std::istream &  is)

Definition at line 875 of file sffxx.cc.

References Mdast, Mdebug, Mwid2, sff::DAST::read(), and sff::WID2::read().

Referenced by sff::SkipWaveform::read().

876  {
877  if (Mdebug) { std::cerr << "DEBUG: read DAST line" << std::endl; }
878  Mdast.read(is,Mdebug);
879  if (Mdebug) { std::cerr << "DEBUG: read WID2 line" << std::endl; }
880  Mwid2.read(is);
881  }
void read(std::istream &is, const bool &debug=false)
Definition: sffxx.cc:510
void read(std::istream &is)
Definition: sffxx.cc:687
Here is the call graph for this function:
Here is the caller graph for this function: