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

◆ DataLine()

datrw::thiesdl1::DataLine::DataLine ( const std::string &  line)

swallow data line

Definition at line 71 of file thiesdl1line.cc.

References evalline(), line(), and Mline.

72  {
73  Mline=line;
74  this->evalline();
75  } // DataLine::DataLine(const std::string& line)
std::string Mline
literal data line as received from DL1
Definition: thiesdl1line.h:92
std::string line() const
return data line
Definition: thiesdl1line.h:75
Here is the call graph for this function: