caeefd811d
- refactoring - ... and more
31 lines
435 B
C
31 lines
435 B
C
#ifndef __H5T_READWRITE_PRIVATE_H
|
|
#define __H5T_READWRITE_PRIVATE_H
|
|
|
|
h5_err_t
|
|
_h5t_write_obj (
|
|
h5_file_t * f,
|
|
const hid_t gid,
|
|
const hsize_t current_dims,
|
|
const hsize_t max_dims,
|
|
const hid_t tid,
|
|
const void * const object,
|
|
const char * const dsname
|
|
);
|
|
|
|
h5_err_t
|
|
_h5t_read_mesh (
|
|
h5_file_t *f
|
|
);
|
|
|
|
h5_err_t
|
|
_h5t_read_num_elems (
|
|
h5_file_t * const f
|
|
);
|
|
|
|
h5_err_t
|
|
_h5t_read_num_vertices (
|
|
h5_file_t * const f
|
|
);
|
|
|
|
#endif
|