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

◆ print_format_desc()

void datrw::print_format_desc ( std::ostream &  os,
const char *  ID,
const char *  desc 
)
inline

Definition at line 240 of file formats.cc.

Referenced by supported_input_data_types(), and supported_output_data_types().

242  {
243  os.width(13); os << ID << ": " << desc << std::endl;
244  } // inline void print_format_desc(std::ostream& os,
Here is the caller graph for this function: