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

◆ itfasciistream()

datrw::itfasciistream::itfasciistream ( std::istream &  is,
const bool &  verbose = false 
)

constructor

Parameters
isthe input stream
verbosefor verbose output

Definition at line 58 of file itfasciistream.cc.

References set_fileheader().

59  : Tbase(is, true, true, true), Mverbose(verbose)
60  {
62  } // function itfasciistream::itfasciistream
const bool Mverbose
for verbose output
Definition: tfascii.h:100
void set_fileheader()
set the file header data
idatstream Tbase
Definition: tfascii.h:66
Here is the call graph for this function: