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

◆ read() [11/15]

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

Definition at line 182 of file ibinstream.cc.

References read().

183  {
184  this->read(v.date);
185  this->read(v.type);
186  char cs;
187  this->read(cs);
188  v.cs=::sff::coosysID(cs);
189  this->read(v.cx);
190  this->read(v.cy);
191  this->read(v.cz);
192  } // void ibinstream::read(::sff::SRCE& v)
Here is the call graph for this function: