GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Macros | Functions
ls-hdf5.h File Reference
#include "oct-hdf5.h"
Include dependency graph for ls-hdf5.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  hdf5_callback_data
class  hdf5_fstreambase
class  hdf5_ifstream
class  hdf5_ofstream

Macros

#define H5T_NATIVE_IDX   H5T_NATIVE_INT

Functions

OCTINTERP_API bool add_hdf5_data (hid_t loc_id, const octave_value &tc, const std::string &name, const std::string &doc, bool mark_as_global, bool save_as_floats)
OCTINTERP_API herr_t hdf5_add_attr (hid_t loc_id, const char *attr_name)
OCTINTERP_API herr_t hdf5_add_scalar_attr (hid_t loc_id, hid_t type_id, const char *attr_name, void *buf)
OCTINTERP_API bool hdf5_check_attr (hid_t loc_id, const char *attr_name)
OCTINTERP_API bool hdf5_get_scalar_attr (hid_t loc_id, hid_t type_id, const char *attr_name, void *buf)
OCTINTERP_API hid_t hdf5_make_complex_type (hid_t num_type)
OCTINTERP_API herr_t hdf5_read_next_data (hid_t group_id, const char *name, void *dv)
OCTINTERP_API bool hdf5_types_compatible (hid_t t1, hid_t t2)
OCTINTERP_API int load_hdf5_empty (hid_t 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_as_global, bool save_as_floats)
OCTINTERP_API int save_hdf5_empty (hid_t loc_id, const char *name, const dim_vector d)

Macro Definition Documentation

#define H5T_NATIVE_IDX   H5T_NATIVE_INT

Function Documentation

OCTINTERP_API bool add_hdf5_data ( hid_t  loc_id,
const octave_value tc,
const std::string &  name,
const std::string &  doc,
bool  mark_as_global,
bool  save_as_floats 
)
OCTINTERP_API herr_t hdf5_add_attr ( hid_t  loc_id,
const char attr_name 
)

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

Referenced by add_hdf5_data(), and save_hdf5_empty().

OCTINTERP_API herr_t hdf5_add_scalar_attr ( hid_t  loc_id,
hid_t  type_id,
const char attr_name,
void buf 
)

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

Referenced by octave_range::save_hdf5().

OCTINTERP_API bool hdf5_check_attr ( hid_t  loc_id,
const char attr_name 
)

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

Referenced by hdf5_read_next_data(), and load_hdf5_empty().

OCTINTERP_API bool hdf5_get_scalar_attr ( hid_t  loc_id,
hid_t  type_id,
const char attr_name,
void buf 
)

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

Referenced by octave_range::load_hdf5().

OCTINTERP_API hid_t hdf5_make_complex_type ( hid_t  num_type)
OCTINTERP_API herr_t hdf5_read_next_data ( hid_t  group_id,
const char name,
void dv 
)
OCTINTERP_API bool hdf5_types_compatible ( hid_t  t1,
hid_t  t2 
)
OCTINTERP_API int load_hdf5_empty ( hid_t  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_as_global,
bool  save_as_floats 
)

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

References add_hdf5_data(), and hdf5_fstreambase::file_id.

Referenced by do_save().

OCTINTERP_API int save_hdf5_empty ( hid_t  loc_id,
const char name,
const dim_vector  d 
)