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

◆ setsrce()

void datrw::idatstream::setsrce ( const sff::SRCE &  srce)
protectedinherited

Definition at line 129 of file datread.cc.

References datrw::idatstream::Msrce, datrw::idatstream::Msrceset, and datrw::idatstream::srce().

Referenced by datrw::iasciistream::iasciistream(), datrw::ibinarystream::ibinarystream(), datrw::isffstream::isffstream(), datrw::isustream::isustream(), datrw::itfasciistream::set_fileheader(), and datrw::iasciistream::settraceheader().

130  {
131  Msrceset=true;
132  Msrce=srce;
133  }
sff::SRCE srce() const
Definition: datread.h:109
sff::SRCE Msrce
Definition: datread.h:138
Here is the call graph for this function:
Here is the caller graph for this function: