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

◆ read() [12/15]

void datrw::binary::ibinstream::read ( ::sff::INFO &  v)

Definition at line 196 of file ibinstream.cc.

References read().

197  {
198  char cs;
199  this->read(cs);
200  v.cs=::sff::coosysID(cs);
201  this->read(v.cx);
202  this->read(v.cy);
203  this->read(v.cz);
204  this->read(v.nstacks);
205  } // void ibinstream::read(::sff::INFO& v)
Here is the call graph for this function: