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

◆ channel() [2/2]

const Channeldata& datrw::tsoft::Datacontainer::channel ( const unsigned int &  i,
const bool &  debug = false 
) const
inline

return data for specific channel

Definition at line 404 of file tsoftdata.h.

References checkindex(), and Mchannels.

406  {
407  this->checkindex(i);
408  return(Mchannels[i]);
409  }
Tvocd Mchannels
data sequences
Definition: tsoftdata.h:443
void checkindex(const unsigned int &i) const
check index
Definition: tsoftdata.h:435
Here is the call graph for this function: