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

◆ select() [1/2]

bool datrw::sequentialtracereader::select ( const std::string &  filename,
const int &  itrace,
const Eformat format 
)

select a specific trace from a given file

return true if successful

Definition at line 163 of file tracereader.cc.

References datrw::anyID().

166  {
167  return(this->select(filename, itrace, anyID(format)));
168  } // sequentialtracereader::select
Eformat anyID(std::string formatstring)
convert identifier from and to string representation
Definition: formats.cc:68
bool select(const std::string &filename, const int &itrace, const Eformat &format)
Definition: tracereader.cc:163
Here is the call graph for this function: