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

◆ operator[]() [1/2]

Channeldata& datrw::tsoft::Datacontainer::operator[] ( const unsigned int &  i)
inline

return data for specific channel

Definition at line 411 of file tsoftdata.h.

References channel().

412  {
413  return (this->channel(i));
414  }
Channeldata & channel(const unsigned int &i, const bool &debug=false)
return data for specific channel
Definition: tsoftdata.h:397
Here is the call graph for this function: