|
H5TOOLS_DLL void | h5tools_dump_init (void) |
|
H5TOOLS_DLL int | h5tools_dump_dset (FILE *stream, const h5tool_format_t *info, h5tools_context_t *ctx, hid_t dset, struct subset_t *sset) |
|
H5TOOLS_DLL int | h5tools_dump_mem (FILE *stream, const h5tool_format_t *info, h5tools_context_t *ctx, hid_t obj_id, hid_t type, hid_t space, void *mem) |
|
H5TOOLS_DLL int | h5tools_dump_simple_data (FILE *stream, const h5tool_format_t *info, hid_t container, h5tools_context_t *ctx, unsigned flags, hsize_t nelmts, hid_t type, void *_mem) |
|
H5TOOLS_DLL void | h5tools_dump_datatype (FILE *stream, const h5tool_format_t *info, h5tools_context_t *ctx, hid_t type) |
|
H5TOOLS_DLL void | h5tools_dump_dataspace (FILE *stream, const h5tool_format_t *info, h5tools_context_t *ctx, hid_t space) |
|
H5TOOLS_DLL void | h5tools_dump_attribute (FILE *stream, const h5tool_format_t *info, h5tools_context_t *ctx, const char *attr_name, hid_t attr_id, int display_index, int display_char) |
|
H5TOOLS_DLL void | h5tools_dump_oid (FILE *stream, const h5tool_format_t *info, h5tools_context_t *ctx, hid_t oid) |
|
H5TOOLS_DLL void | h5tools_dump_dcpl (FILE *stream, const h5tool_format_t *info, h5tools_context_t *ctx, hid_t dcpl, hid_t type_id, hid_t obj_id) |
|
H5TOOLS_DLL void | h5tools_dump_comment (FILE *stream, const h5tool_format_t *info, h5tools_context_t *ctx, hid_t obj_id) |
|
H5TOOLS_DLL void | h5tools_dump_data (FILE *stream, const h5tool_format_t *info, h5tools_context_t *ctx, hid_t obj_id, int obj_data, struct subset_t *sset, int display_index, int display_char) |
|
H5TOOLS_DLL int | h5tools_print_datatype (FILE *stream, h5tools_str_t *buffer, const h5tool_format_t *info, h5tools_context_t *ctx, hid_t type, int object_search) |
|
H5TOOLS_DLL int | h5tools_print_dataspace (h5tools_str_t *buffer, hid_t space) |
|
H5TOOLS_DLL int | h5tools_print_enum (FILE *stream, h5tools_str_t *buffer, const h5tool_format_t *info, h5tools_context_t *ctx, hid_t type) |
|
H5TOOLS_DLL void | h5tools_print_fill_value (h5tools_str_t *buffer, const h5tool_format_t *info, h5tools_context_t *ctx, hid_t dcpl, hid_t type_id, hid_t obj_id) |
|
H5TOOLS_DLL void | h5tools_print_packed_bits (h5tools_str_t *buffer, hid_t type) |
|