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

◆ supported_data_types()

void datrw::supported_data_types ( std::ostream &  os)
Examples:
writetest.cc.

Definition at line 290 of file formats.cc.

References supported_input_data_types(), and supported_output_data_types().

Referenced by main().

291  {
292  os << "data formats supported for reading:" << std::endl;
293  os << "-----------------------------------" << std::endl;
295  os << std::endl;
296  os << "data formats supported for writing:" << std::endl;
297  os << "-----------------------------------" << std::endl;
299  }
void supported_output_data_types(std::ostream &os)
Definition: formats.cc:276
void supported_input_data_types(std::ostream &os)
Definition: formats.cc:249
Here is the call graph for this function:
Here is the caller graph for this function: