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

◆ flushchannels()

void datrw::tsoft::Datacontainer::flushchannels ( )

flush all channels

Definition at line 329 of file tsoftdata.cc.

References Mchannels.

Referenced by datrw::tsoft::TSOFTfile::read().

330  {
331  for (unsigned int ich=0; ich<Mchannels.size(); ++ich)
332  {
333  Mchannels[ich].flushcollector();
334  }
335  } // void Datacontainer::flushchannels()
Tvocd Mchannels
data sequences
Definition: tsoftdata.h:443
Here is the caller graph for this function: