Files
src/src/h5_core/h5t_readwrite_private.h
T
gsell caeefd811d - several API changes
- refactoring
- ... and more
2009-01-30 14:56:01 +00:00

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