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

◆ SUheader()

datrw::su::SUheader::SUheader ( const datrw::su::options::SUHeaderControl ch,
const bool &  debug = false 
)

constructor

Definition at line 110 of file suheader.cc.

References DATRW_debug, Mdebug, datrw::su::options::SpatialSampling::scalco, setdefaults(), and datrw::su::options::SUHeaderControl::spatialsampling.

112  : Mheadercontrol(hc), Mdebug(debug)
113  {
114  DATRW_debug(Mdebug, "SUheader::SUheader",
115  "hc.spatialsampling.scalco "
116  << hc.spatialsampling.scalco);
117  this->setdefaults();
118  } // SUheader::SUheader()
datrw::su::options::SUHeaderControl Mheadercontrol
all options taken from the user
Definition: suheader.h:202
bool Mdebug
be verbose
Definition: suheader.h:204
#define DATRW_debug(C, N, M)
produce debug output
Definition: debug.h:50
void setdefaults()
set defaults to struct
Definition: suheader.cc:135
Here is the call graph for this function: