![]() |
HDF
4.3.0
API Reference
|
#include "hrepack_lsttable.h"Data Structures | |
| struct | obj_list_t |
| struct | comp_info_t |
| struct | chunk_info_t |
| struct | pack_info_t |
| struct | options_table_t |
| struct | options_t |
Macros | |
| #define | NN_MODE 0 |
| #define | EC_MODE 1 |
| #define | TAG_GRP_IMAGE DFTAG_RIG |
| #define | TAG_GRP_DSET DFTAG_NDG |
Functions | |
| int | hrepack (const char *infname, const char *outfname, options_t *options) |
| int | hrepack_addcomp (const char *str, options_t *options) |
| int | hrepack_addchunk (const char *str, options_t *options) |
| void | hrepack_init (options_t *options, int verbose) |
| void | hrepack_end (options_t *options) |
| int | hrepack_main (const char *infile, const char *outfile, options_t *options) |
| int | list (const char *infname, const char *outfname, options_t *options) |
| int | read_info (const char *filename, options_t *options) |
| #define EC_MODE 1 |
| #define NN_MODE 0 |
| #define TAG_GRP_DSET DFTAG_NDG |
| #define TAG_GRP_IMAGE DFTAG_RIG |
| int hrepack | ( | const char * | infname, |
| const char * | outfname, | ||
| options_t * | options ) |
| int hrepack_addchunk | ( | const char * | str, |
| options_t * | options ) |
| int hrepack_addcomp | ( | const char * | str, |
| options_t * | options ) |
| void hrepack_end | ( | options_t * | options | ) |
| void hrepack_init | ( | options_t * | options, |
| int | verbose ) |
| int hrepack_main | ( | const char * | infile, |
| const char * | outfile, | ||
| options_t * | options ) |
| int list | ( | const char * | infname, |
| const char * | outfname, | ||
| options_t * | options ) |
| int read_info | ( | const char * | filename, |
| options_t * | options ) |