Public Member Functions | |
PARASOLDataFormat (const PARASOLProduct product=UNDEFINED) | |
const RecordFormat * | get_data_file_descriptor_format () const |
const RecordFormat * | get_data_format () const |
const int | get_entry_index (const string &var_name) const |
access to the parameter number using the variable name Will throw a bad_parametre exception if no parametre with this name can be found. |
description of the PARASOL data files format (parametres name, position, size and type) for each level.
const int PARASOLDataFormat::get_entry_index | ( | const string & | var_name | ) | const |
access to the parameter number using the variable name Will throw a bad_parametre exception if no parametre with this name can be found.
var_name | the name of the variable |
Referenced by PARASOLData::get_data_entry_index(), PARASOLFileData::get_entry_format(), PARASOLData::get_nb_val(), and PARASOLFileData::read_count_data().