GNU Octave  4.2.1
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
Functions
ls-hdf5.cc File Reference
#include <cfloat>
#include <cstring>
#include <cctype>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <limits>
#include <string>
#include <vector>
#include "byte-swap.h"
#include "data-conv.h"
#include "file-ops.h"
#include "glob-match.h"
#include "lo-mappers.h"
#include "mach-info.h"
#include "oct-env.h"
#include "oct-time.h"
#include "quit.h"
#include "str-vec.h"
#include "oct-locbuf.h"
#include "Cell.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "load-save.h"
#include "oct-hdf5.h"
#include "ovl.h"
#include "oct-map.h"
#include "ov-cell.h"
#include "pager.h"
#include "pt-exp.h"
#include "sysdep.h"
#include "unwind-prot.h"
#include "utils.h"
#include "variables.h"
#include "version.h"
#include "dMatrix.h"
#include "ov-lazy-idx.h"
#include "ls-utils.h"
#include "ls-hdf5.h"
Include dependency graph for ls-hdf5.cc:

Go to the source code of this file.

Functions

bool add_hdf5_data (octave_hdf5_id loc_id, const octave_value &tc, const std::string &name, const std::string &doc, bool mark_as_global, bool save_as_floats)
 
static hid_t check_hdf5_id_value (octave_hdf5_id id, const char *who)
 
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)
 
static herr_t hdf5_read_next_data_internal (hid_t 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)
 
static std::string make_valid_identifier (const std::string &nm)
 
std::string read_hdf5_data (std::istream &is, const std::string &, 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_as_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

bool add_hdf5_data ( octave_hdf5_id  loc_id,
const octave_value tc,
const std::string name,
const std::string doc,
bool  mark_as_global,
bool  save_as_floats 
)
static hid_t check_hdf5_id_value ( octave_hdf5_id  id,
const char *  who 
)
static

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

References error(), id, and max().

Referenced by hdf5_h5g_iterate(), and hdf5_read_next_data().

octave_hdf5_err hdf5_add_attr ( octave_hdf5_id  loc_id,
const char *  attr_name 
)

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

References err_disabled_feature(), octave_H5P_DEFAULT, and retval.

Referenced by add_hdf5_data(), and save_hdf5_empty().

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

References err_disabled_feature(), octave_H5P_DEFAULT, and retval.

Referenced by octave_range::save_hdf5().

bool hdf5_check_attr ( octave_hdf5_id  loc_id,
const char *  attr_name 
)

Definition at line 223 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().

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

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

References err_disabled_feature(), octave_H5E_DEFAULT, and retval.

Referenced by octave_range::load_hdf5().

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 
)
static herr_t hdf5_read_next_data_internal ( hid_t  group_id,
const char *  name,
void *  dv 
)
static
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 
)
static std::string make_valid_identifier ( const std::string nm)
static

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

References c, octave_value::length(), retval, and string.

Referenced by hdf5_read_next_data_internal().

std::string read_hdf5_data ( std::istream &  is,
const std::string ,
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_as_global,
bool  save_as_floats 
)

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

References add_hdf5_data(), check_hdf5_types(), err_disabled_feature(), and hdf5_fstreambase::file_id.

Referenced by do_save().

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)