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

◆ ihpmostream()

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

Definition at line 60 of file ihpmostream.cc.

References read().

60  :
61  Tbase(is, true, true, false),
63  { this->read(is, verbose); }
void read(std::istream &is, const bool &verbose=false)
read one data file
Definition: ihpmostream.cc:101
idatstream Tbase
Definition: hpmo.h:63
int Mnextchannel
Definition: hpmo.h:83
int Mnextblock
Definition: hpmo.h:82
Here is the call graph for this function: