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

◆ operator[]() [2/2]

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

return data for specific channel

Definition at line 416 of file tsoftdata.h.

References channel().

417  {
418  return (this->channel(i));
419  }
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: