NetCDF Assembler documentation 1.0.0
|
The file containing the variables functions. More...
Functions | |
void | update_variable_size (file_information_t &in_s_file, variable_information_t &in_s_var) |
Update the variable size. | |
size_t * | get_end_variable_start (file_information_t &in_s_file, variable_information_t &in_s_var) |
Get the end index of a variable. | |
template<typename T > | |
bool | data_is_in_variable (file_information_t &in_s_file, variable_information_t &in_s_var, T in_data) |
Check if the data is in the variable. | |
template<typename T > | |
size_t * | get_index_from_value (file_information_t &in_s_file, variable_information_t &in_s_var, T in_data) |
Get the index from a value. | |
The file containing the variables functions.
bool data_is_in_variable | ( | file_information_t & | in_s_file, |
variable_information_t & | in_s_var, | ||
T | in_data ) |
Check if the data is in the variable.
in_s_file | The file information |
in_s_var | The variable to check |
in_data | The data to check |
size_t * get_end_variable_start | ( | file_information_t & | in_s_file, |
variable_information_t & | in_s_var ) |
Get the end index of a variable.
in_s_file | The file information |
in_s_var | The variable information |
size_t * get_index_from_value | ( | file_information_t & | in_s_file, |
variable_information_t & | in_s_var, | ||
T | in_data ) |
Get the index from a value.
in_s_file | The file information |
in_s_var | The variable information |
in_data | The data to get the index from |
void update_variable_size | ( | file_information_t & | in_s_file, |
variable_information_t & | in_s_var ) |
Update the variable size.
in_s_file | The file information |
in_s_var | The variable to update |