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

◆ write() [11/15]

void datrw::binary::obinstream::write ( const ::sff::SRCE &  v)

Definition at line 157 of file obinstream.cc.

References write().

158  {
159  this->write(v.date);
160  this->write(v.type);
161  char cs=::sff::coosysID(v.cs);
162  this->write(cs);
163  this->write(v.cx);
164  this->write(v.cy);
165  this->write(v.cz);
166  } // void obinstream::write(const ::sff::SRCE& v)
void write(const char &v)
Definition: obinstream.cc:59
Here is the call graph for this function: