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

◆ channel() [1/2]

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

return data for specific channel

Definition at line 397 of file tsoftdata.h.

References Mchannels, and resizetoindex().

Referenced by main(), operator[](), and push_data().

399  {
400  this->resizetoindex(i);
401  return(Mchannels[i]);
402  }
Tvocd Mchannels
data sequences
Definition: tsoftdata.h:443
void resizetoindex(const unsigned int &i)
resize to index
Definition: tsoftdata.h:426
Here is the call graph for this function:
Here is the caller graph for this function: