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

◆ resizetoindex()

void datrw::tsoft::Datacontainer::resizetoindex ( const unsigned int &  i)
inlineprivate

resize to index

Definition at line 426 of file tsoftdata.h.

References checkindex(), and Mchannels.

Referenced by channel().

427  {
428  if (i>=Mchannels.size())
429  {
430  Mchannels.resize(i+1);
431  }
432  this->checkindex(i);
433  }
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:
Here is the caller graph for this function: