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

◆ fseries()

Tfseries datrw::imseedstream::fseries ( )
virtual

Reimplemented from datrw::idatstream.

Definition at line 146 of file imseedstream.cc.

References read().

147  {
148  return(datrw::util::convert<Tiseries,Tfseries>(this->read()));
149  } // Tfseries imseedstream::fseries()
Tiseries read(const bool &skipdata=false)
read file
Here is the call graph for this function: