GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
ls-hdf5.h File Reference
#include "octave-config.h"
#include <iosfwd>
#include "oct-hdf5-types.h"
#include "ov.h"

Go to the source code of this file.

Classes

struct  hdf5_callback_data
 
class  hdf5_fstreambase
 
class  hdf5_ifstream
 
class  hdf5_ofstream
 

Functions

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)
 
octave_hdf5_err hdf5_add_attr (octave_hdf5_id loc_id, const char *attr_name)
 
octave_hdf5_err hdf5_add_scalar_attr (octave_hdf5_id loc_id, octave_hdf5_id type_id, const char *attr_name, void *buf)
 
bool hdf5_check_attr (octave_hdf5_id loc_id, const char *attr_name)
 
bool hdf5_get_scalar_attr (octave_hdf5_id loc_id, octave_hdf5_id type_id, const char *attr_name, void *buf)
 
octave_hdf5_err hdf5_h5g_iterate (octave_hdf5_id loc_id, const char *name, int *idx, void *operator_data)
 
octave_hdf5_id hdf5_make_complex_type (octave_hdf5_id num_type)
 
octave_hdf5_err hdf5_read_next_data (octave_hdf5_id group_id, const char *name, void *dv)
 
bool hdf5_types_compatible (octave_hdf5_id t1, octave_hdf5_id t2)
 
int load_hdf5_empty (octave_hdf5_id loc_id, const char *name, dim_vector &d)
 
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)
 
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)
 
int save_hdf5_empty (octave_hdf5_id loc_id, const char *name, const dim_vector &d)
 
octave_hdf5_id save_type_to_hdf5 (save_type st)
 

Function Documentation

◆ add_hdf5_data()

◆ hdf5_add_attr()

octave_hdf5_err hdf5_add_attr ( octave_hdf5_id  loc_id,
const char *  attr_name 
)

Definition at line 1164 of file ls-hdf5.cc.

References err_disabled_feature(), and octave_H5P_DEFAULT.

Referenced by add_hdf5_data(), and save_hdf5_empty().

◆ hdf5_add_scalar_attr()

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 1205 of file ls-hdf5.cc.

References err_disabled_feature(), and octave_H5P_DEFAULT.

Referenced by xsave_hdf5().

◆ hdf5_check_attr()

bool hdf5_check_attr ( octave_hdf5_id  loc_id,
const char *  attr_name 
)

Definition at line 300 of file ls-hdf5.cc.

References err_disabled_feature(), and octave_H5E_DEFAULT.

Referenced by load_hdf5_empty().

◆ hdf5_get_scalar_attr()

bool hdf5_get_scalar_attr ( octave_hdf5_id  loc_id,
octave_hdf5_id  type_id,
const char *  attr_name,
void *  buf 
)

Definition at line 347 of file ls-hdf5.cc.

References err_disabled_feature(), and octave_H5E_DEFAULT.

◆ hdf5_h5g_iterate()

octave_hdf5_err hdf5_h5g_iterate ( octave_hdf5_id  loc_id,
const char *  name,
int *  idx,
void *  operator_data 
)

◆ hdf5_make_complex_type()

◆ hdf5_read_next_data()

octave_hdf5_err hdf5_read_next_data ( octave_hdf5_id  group_id,
const char *  name,
void *  dv 
)

Definition at line 1045 of file ls-hdf5.cc.

◆ hdf5_types_compatible()

◆ load_hdf5_empty()

◆ read_hdf5_data()

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 
)

◆ save_hdf5_data()

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 
)

◆ save_hdf5_empty()

◆ save_type_to_hdf5()