Go to the source code of this file.
Classes | |
struct | hdf5_callback_data |
class | hdf5_fstreambase |
class | hdf5_ifstream |
class | hdf5_ofstream |
Functions | |
OCTINTERP_API bool | add_hdf5_data (octave_hdf5_id loc_id, const octave_value &tc, const std::string &name, const std::string &doc, bool mark_global, bool save_as_floats) |
OCTINTERP_API octave_hdf5_err | hdf5_add_attr (octave_hdf5_id loc_id, const char *attr_name) |
OCTINTERP_API octave_hdf5_err | hdf5_add_scalar_attr (octave_hdf5_id loc_id, octave_hdf5_id type_id, const char *attr_name, void *buf) |
OCTINTERP_API bool | hdf5_check_attr (octave_hdf5_id loc_id, const char *attr_name) |
OCTINTERP_API bool | hdf5_get_scalar_attr (octave_hdf5_id loc_id, octave_hdf5_id type_id, const char *attr_name, void *buf) |
OCTINTERP_API octave_hdf5_err | hdf5_h5g_iterate (octave_hdf5_id loc_id, const char *name, int *idx, void *operator_data) |
OCTINTERP_API octave_hdf5_id | hdf5_make_complex_type (octave_hdf5_id num_type) |
OCTINTERP_API octave_hdf5_err | hdf5_read_next_data (octave_hdf5_id group_id, const char *name, void *dv) |
OCTINTERP_API bool | hdf5_types_compatible (octave_hdf5_id t1, octave_hdf5_id t2) |
OCTINTERP_API int | load_hdf5_empty (octave_hdf5_id loc_id, const char *name, dim_vector &d) |
OCTINTERP_API std::string | read_hdf5_data (std::istream &is, const std::string &filename, bool &global, octave_value &tc, std::string &doc, const string_vector &argv, int argv_idx, int argc) |
OCTINTERP_API bool | save_hdf5_data (std::ostream &os, const octave_value &tc, const std::string &name, const std::string &doc, bool mark_global, bool save_as_floats) |
OCTINTERP_API int | save_hdf5_empty (octave_hdf5_id loc_id, const char *name, const dim_vector &d) |
OCTINTERP_API octave_hdf5_id | save_type_to_hdf5 (save_type st) |
OCTINTERP_API bool add_hdf5_data | ( | octave_hdf5_id | loc_id, |
const octave_value & | tc, | ||
const std::string & | name, | ||
const std::string & | doc, | ||
bool | mark_global, | ||
bool | save_as_floats | ||
) |
Definition at line 1380 of file ls-hdf5.cc.
References err_disabled_feature(), error(), octave_value::full_value(), hdf5_add_attr(), octave_value::is_diag_matrix(), octave_value::is_perm_matrix(), name, octave_H5P_DEFAULT, octave_H5S_ALL, retval, octave_value::save_hdf5(), octave_lazy_index::static_type_id(), octave_value::type_id(), and octave_value::type_name().
Referenced by octave_cell::save_hdf5(), octave_class::save_hdf5(), octave::anonymous_fcn_handle::save_hdf5(), octave_struct::save_hdf5(), octave_scalar_struct::save_hdf5(), and save_hdf5_data().
OCTINTERP_API octave_hdf5_err hdf5_add_attr | ( | octave_hdf5_id | loc_id, |
const char * | attr_name | ||
) |
Definition at line 1139 of file ls-hdf5.cc.
References err_disabled_feature(), octave_H5P_DEFAULT, and retval.
Referenced by add_hdf5_data(), and save_hdf5_empty().
OCTINTERP_API octave_hdf5_err hdf5_add_scalar_attr | ( | octave_hdf5_id | loc_id, |
octave_hdf5_id | type_id, | ||
const char * | attr_name, | ||
void * | buf | ||
) |
Definition at line 1180 of file ls-hdf5.cc.
References err_disabled_feature(), octave_H5P_DEFAULT, and retval.
Referenced by octave_range::save_hdf5().
OCTINTERP_API bool hdf5_check_attr | ( | octave_hdf5_id | loc_id, |
const char * | attr_name | ||
) |
Definition at line 296 of file ls-hdf5.cc.
References err_disabled_feature(), octave_H5E_DEFAULT, and retval.
Referenced by hdf5_read_next_data_internal(), and load_hdf5_empty().
OCTINTERP_API bool hdf5_get_scalar_attr | ( | octave_hdf5_id | loc_id, |
octave_hdf5_id | type_id, | ||
const char * | attr_name, | ||
void * | buf | ||
) |
Definition at line 343 of file ls-hdf5.cc.
References err_disabled_feature(), octave_H5E_DEFAULT, and retval.
Referenced by octave_range::load_hdf5().
OCTINTERP_API octave_hdf5_err hdf5_h5g_iterate | ( | octave_hdf5_id | loc_id, |
const char * | name, | ||
int * | idx, | ||
void * | operator_data | ||
) |
Definition at line 1034 of file ls-hdf5.cc.
References check_hdf5_id_value(), err_disabled_feature(), hdf5_read_next_data_internal(), and name.
Referenced by octave::anonymous_fcn_handle::load_hdf5(), octave_cell::load_hdf5(), octave_class::load_hdf5(), octave_struct::load_hdf5(), and octave_scalar_struct::load_hdf5().
OCTINTERP_API octave_hdf5_id hdf5_make_complex_type | ( | octave_hdf5_id | num_type | ) |
Definition at line 401 of file ls-hdf5.cc.
References err_disabled_feature().
Referenced by hdf5_read_next_data_internal(), octave_complex::load_hdf5(), octave_complex_matrix::load_hdf5(), octave_sparse_complex_matrix::load_hdf5(), octave_float_complex::load_hdf5(), octave_float_complex_matrix::load_hdf5(), octave_complex::save_hdf5(), octave_complex_matrix::save_hdf5(), octave_sparse_complex_matrix::save_hdf5(), octave_float_complex::save_hdf5(), and octave_float_complex_matrix::save_hdf5().
OCTINTERP_API octave_hdf5_err hdf5_read_next_data | ( | octave_hdf5_id | group_id, |
const char * | name, | ||
void * | dv | ||
) |
Definition at line 1020 of file ls-hdf5.cc.
References check_hdf5_id_value(), err_disabled_feature(), hdf5_read_next_data_internal(), and name.
OCTINTERP_API bool hdf5_types_compatible | ( | octave_hdf5_id | t1, |
octave_hdf5_id | t2 | ||
) |
Definition at line 265 of file ls-hdf5.cc.
References err_disabled_feature(), and n.
Referenced by hdf5_read_next_data_internal(), octave_complex::load_hdf5(), octave_complex_matrix::load_hdf5(), octave_sparse_complex_matrix::load_hdf5(), octave_float_complex::load_hdf5(), octave_float_complex_matrix::load_hdf5(), and octave_range::load_hdf5().
OCTINTERP_API int load_hdf5_empty | ( | octave_hdf5_id | loc_id, |
const char * | name, | ||
dim_vector & | d | ||
) |
Definition at line 1280 of file ls-hdf5.cc.
References d, err_disabled_feature(), H5T_NATIVE_IDX, hdf5_check_attr(), name, octave_H5P_DEFAULT, octave_H5S_ALL, OCTAVE_LOCAL_BUFFER, and retval.
Referenced by octave_bool_matrix::load_hdf5(), octave_sparse_bool_matrix::load_hdf5(), octave_cell::load_hdf5(), octave_complex_matrix::load_hdf5(), octave_sparse_complex_matrix::load_hdf5(), octave_float_complex_matrix::load_hdf5(), octave_float_matrix::load_hdf5(), octave_matrix::load_hdf5(), octave_sparse_matrix::load_hdf5(), octave_char_matrix_str::load_hdf5(), and octave_base_int_matrix< T >::load_hdf5_internal().
OCTINTERP_API std::string read_hdf5_data | ( | std::istream & | is, |
const std::string & | filename, | ||
bool & | global, | ||
octave_value & | tc, | ||
std::string & | doc, | ||
const string_vector & | argv, | ||
int | argv_idx, | ||
int | argc | ||
) |
Definition at line 1054 of file ls-hdf5.cc.
References check_hdf5_types(), Array< T >::clear(), hdf5_fstreambase::current_item, d, err_disabled_feature(), hdf5_fstreambase::file_id, hdf5_read_next_data_internal(), len, glob_match::match(), octave_H5P_DEFAULT, and retval.
Referenced by octave::load_save_system::load_vars().
OCTINTERP_API bool save_hdf5_data | ( | std::ostream & | os, |
const octave_value & | tc, | ||
const std::string & | name, | ||
const std::string & | doc, | ||
bool | mark_global, | ||
bool | save_as_floats | ||
) |
Definition at line 1475 of file ls-hdf5.cc.
References add_hdf5_data(), check_hdf5_types(), err_disabled_feature(), hdf5_fstreambase::file_id, and name.
Referenced by octave::load_save_system::do_save().
OCTINTERP_API int save_hdf5_empty | ( | octave_hdf5_id | loc_id, |
const char * | name, | ||
const dim_vector & | d | ||
) |
Definition at line 1224 of file ls-hdf5.cc.
References d, err_disabled_feature(), H5T_NATIVE_IDX, hdf5_add_attr(), name, octave_H5P_DEFAULT, octave_H5S_ALL, OCTAVE_LOCAL_BUFFER, and retval.
Referenced by octave_bool_matrix::save_hdf5(), octave_sparse_bool_matrix::save_hdf5(), octave_cell::save_hdf5(), octave_complex_matrix::save_hdf5(), octave_sparse_complex_matrix::save_hdf5(), octave_float_complex_matrix::save_hdf5(), octave_float_matrix::save_hdf5(), octave_matrix::save_hdf5(), octave_sparse_matrix::save_hdf5(), octave_char_matrix_str::save_hdf5(), and octave_base_int_matrix< T >::save_hdf5_internal().
OCTINTERP_API octave_hdf5_id save_type_to_hdf5 | ( | save_type | st | ) |
Definition at line 1324 of file ls-hdf5.cc.
References err_disabled_feature(), LS_CHAR, LS_DOUBLE, LS_FLOAT, LS_INT, LS_SHORT, LS_U_CHAR, LS_U_INT, and LS_U_SHORT.
Referenced by octave_complex_matrix::save_hdf5(), octave_sparse_complex_matrix::save_hdf5(), octave_float_complex_matrix::save_hdf5(), octave_float_matrix::save_hdf5(), octave_matrix::save_hdf5(), and octave_sparse_matrix::save_hdf5().