MISR Toolkit
1.5.1
|
#include "H4api_adpt.h"
Go to the source code of this file.
Data Structures | |
union | hdf_chunk_def_u |
Macros | |
#define | HQueryfileid(aid, fileid) |
#define | HQuerytagref(aid, tag, ref) |
#define | HQuerylength(aid, length) |
#define | HQueryoffset(aid, offset) |
#define | HQueryposition(aid, position) |
#define | HQueryaccess(aid, access) |
#define | HQueryspecial(aid, special) |
#define | HDF_NONE 0x0 |
#define | HDF_CHUNK 0x1 |
#define | HDF_COMP 0x3 |
#define | HDF_NBIT 0x5 |
#define | HDF_CACHEALL 0x1 |
#define | VSQuerycount(vs, count) (VSinquire (vs, (int32 *) count, (int32*) NULL, (char*) NULL, (int32*) NULL, (char*) NULL)) |
#define | VSQueryinterlace(vs, intr) (VSinquire (vs, (int32 *) NULL, (int32*) intr, (char*) NULL, (int32*) NULL, (char*) NULL)) |
#define | VSQueryfields(vs, flds) (VSinquire (vs, (int32 *) NULL, (int32*) NULL, (char*) flds, (int32*) NULL, (char*) NULL)) |
#define | VSQueryvsize(vs, size) (VSinquire (vs, (int32 *) NULL, (int32*) NULL, (char*) NULL, (int32*) size, (char*) NULL)) |
#define | VSQueryname(vs, name) (VSinquire (vs, (int32 *) NULL, (int32*) NULL, (char*) NULL, (int32*) NULL, (char*) name)) |
Typedefs | |
typedef union hdf_chunk_def_u | HDF_CHUNK_DEF |
Functions | |
HDFLIBAPI int32 | Hopen (const char *path, intn acc_mode, int16 ndds) |
HDFLIBAPI intn | Hclose (int32 file_id) |
HDFLIBAPI int32 | Hstartread (int32 file_id, uint16 tag, uint16 ref) |
HDFLIBAPI intn | Hnextread (int32 access_id, uint16 tag, uint16 ref, intn origin) |
HDFLIBAPI intn | Hexist (int32 file_id, uint16 search_tag, uint16 search_ref) |
HDFLIBAPI intn | Hinquire (int32 access_id, int32 *pfile_id, uint16 *ptag, uint16 *pref, int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess, int16 *pspecial) |
HDFLIBAPI int32 | Hstartwrite (int32 file_id, uint16 tag, uint16 ref, int32 length) |
HDFLIBAPI int32 | Hstartaccess (int32 file_id, uint16 tag, uint16 ref, uint32 flags) |
HDFLIBAPI intn | Hsetlength (int32 file_id, int32 length) |
HDFLIBAPI intn | Happendable (int32 aid) |
HDFLIBAPI intn | HPisappendable (int32 aid) |
HDFLIBAPI intn | HPregister_term_func (hdf_termfunc_t term_func) |
HDFLIBAPI intn | Hseek (int32 access_id, int32 offset, intn origin) |
HDFLIBAPI int32 | Htell (int32 access_id) |
HDFLIBAPI int32 | Hread (int32 access_id, int32 length, void *data) |
HDFLIBAPI int32 | Hwrite (int32 access_id, int32 length, const void *data) |
HDFLIBAPI int32 | Htrunc (int32 access_id, int32 trunc_len) |
HDFLIBAPI intn | Hendaccess (int32 access_id) |
HDFLIBAPI intn | HDgetc (int32 access_id) |
HDFLIBAPI intn | HDputc (uint8 c, int32 access_id) |
HDFLIBAPI int32 | Hgetelement (int32 file_id, uint16 tag, uint16 ref, uint8 *data) |
HDFLIBAPI int32 | Hputelement (int32 file_id, uint16 tag, uint16 ref, const uint8 *data, int32 length) |
HDFLIBAPI int32 | Hlength (int32 file_id, uint16 tag, uint16 ref) |
HDFLIBAPI int32 | Hoffset (int32 file_id, uint16 tag, uint16 ref) |
HDFLIBAPI intn | Hsync (int32 file_id) |
HDFLIBAPI intn | Hcache (int32 file_id, intn cache_on) |
HDFLIBAPI intn | Hgetlibversion (uint32 *majorv, uint32 *minorv, uint32 *releasev, char *string) |
HDFLIBAPI intn | Hgetfileversion (int32 file_id, uint32 *majorv, uint32 *minorv, uint32 *release, char *string) |
HDFLIBAPI intn | Hsetaccesstype (int32 access_id, uintn accesstype) |
HDFLIBAPI uint16 | HDmake_special_tag (uint16 tag) |
HDFLIBAPI intn | HDis_special_tag (uint16 tag) |
HDFLIBAPI uint16 | HDbase_tag (uint16 tag) |
HDFLIBAPI int | HDerr (int32 file_id) |
HDFLIBAPI intn | HDvalidfid (int32 file_id) |
HDFLIBAPI const char * | HDgettagdesc (uint16 tag) |
HDFLIBAPI char * | HDgettagsname (uint16 tag) |
HDFLIBAPI intn | HDgettagnum (const char *tag_name) |
HDFLIBAPI char * | HDgetNTdesc (int32 nt) |
HDFLIBAPI const char * | HDfidtoname (int32 fid) |
HDFLIBAPI intn | Hgetntinfo (int32 numbertype, hdf_ntinfo_t *nt_info) |
HDFLIBAPI intn | Hishdf (const char *filename) |
HDFLIBAPI intn | Hfidinquire (int32 file_id, char **fname, intn *acc_mode, intn *attach) |
HDFLIBAPI intn | Hshutdown (void) |
HDFLIBAPI void | HPend (void) |
HDFLIBAPI intn | HDdont_atexit (void) |
HDFLIBAPI intn | Hdupdd (int32 file_id, uint16 tag, uint16 ref, uint16 old_tag, uint16 old_ref) |
HDFLIBAPI int32 | Hnumber (int32 file_id, uint16 tag) |
HDFLIBAPI uint16 | Hnewref (int32 file_id) |
HDFLIBAPI uint16 | Htagnewref (int32 file_id, uint16 tag) |
HDFLIBAPI intn | Hfind (int32 file_id, uint16 search_tag, uint16 search_ref, uint16 *find_tag, uint16 *find_ref, int32 *find_offset, int32 *find_length, intn direction) |
HDFLIBAPI intn | HDcheck_tagref (int32 file_id, uint16 tag, uint16 ref) |
HDFLIBAPI intn | HDreuse_tagref (int32 file_id, uint16 tag, uint16 ref) |
HDFLIBAPI intn | Hdeldd (int32 file_id, uint16 tag, uint16 ref) |
HDFLIBAPI void * | HDmemfill (void *dest, const void *src, uint32 item_size, uint32 num_items) |
HDFLIBAPI char * | HIstrncpy (char *dest, const char *source, int32 len) |
HDFLIBAPI int32 | HDspaceleft (void) |
HDFLIBAPI intn | HDc2fstr (char *str, intn len) |
HDFLIBAPI char * | HDf2cstring (_fcd fdesc, intn len) |
HDFLIBAPI intn | HDflush (int32 file_id) |
HDFLIBAPI intn | HDpackFstring (char *src, char *dest, intn len) |
HDFLIBAPI int32 | HLcreate (int32 file_id, uint16 tag, uint16 ref, int32 block_length, int32 number_blocks) |
HDFLIBAPI intn | HLconvert (int32 aid, int32 block_length, int32 number_blocks) |
HDFLIBAPI int | HDinqblockinfo (int32 aid, int32 *length, int32 *first_length, int32 *block_length, int32 *number_blocks) |
HDFLIBAPI intn | HLsetblockinfo (int32 aid, int32 block_size, int32 num_blocks) |
HDFLIBAPI intn | HLgetblockinfo (int32 aid, int32 *block_size, int32 *num_blocks) |
HDFLIBAPI int32 | HLgetdatainfo (int32 file_id, uint8 *buf, uintn start_block, uintn info_count, int32 *offsetarray, int32 *lengtharray) |
HDFLIBAPI int32 | HXcreate (int32 file_id, uint16 tag, uint16 ref, const char *extern_file_name, int32 offset, int32 start_len) |
HDFLIBAPI intn | HXsetcreatedir (const char *dir) |
HDFLIBAPI intn | HXsetdir (const char *dir) |
HDFLIBAPI int32 | HCcreate (int32 file_id, uint16 tag, uint16 ref, comp_model_t model_type, model_info *m_info, comp_coder_t coder_type, comp_info *c_info) |
HDFLIBAPI intn | HCPgetcompress (int32 file_id, uint16 data_tag, uint16 data_ref, comp_coder_t *coder_type, comp_info *c_info) |
HDFLIBAPI intn | HCPgetcompinfo (int32 file_id, uint16 data_tag, uint16 data_ref, comp_coder_t *coder_type, comp_info *c_info) |
HDFLIBAPI intn | HCPgetcomptype (int32 file_id, uint16 data_tag, uint16 data_ref, comp_coder_t *coder_type) |
HDFLIBAPI intn | HCPgetdatasize (int32 file_id, uint16 data_tag, uint16 data_ref, int32 *comp_size, int32 *orig_size) |
HDFPUBLIC intn | HCget_config_info (comp_coder_t coder_type, uint32 *compression_config_info) |
HDFLIBAPI int32 | HCPquery_encode_header (comp_model_t model_type, model_info *m_info, comp_coder_t coder_type, comp_info *c_info) |
HDFLIBAPI intn | HCPencode_header (uint8 *p, comp_model_t model_type, model_info *m_info, comp_coder_t coder_type, comp_info *c_info) |
HDFLIBAPI intn | HCPdecode_header (uint8 *p, comp_model_t *model_type, model_info *m_info, comp_coder_t *coder_type, comp_info *c_info) |
HDFLIBAPI intn | HCPsetup_szip_parms (comp_info *c_info, int32 nt, int32 ncomp, int32 ndims, int32 *dims, int32 *cdims) |
HDFLIBAPI intn | HBconvert (int32 aid) |
HDFLIBAPI int32 | HRPconvert (int32 fid, uint16 tag, uint16 ref, int32 xdim, int32 ydim, int16 scheme, comp_info *cinfo, uintn pixel_size) |
HDFLIBAPI const char * | HEstring (hdf_err_code_t error_code) |
HDFLIBAPI void | HEpush (hdf_err_code_t error_code, const char *function_name, const char *file_name, intn line) |
HDFLIBAPI void | HEreport (const char *,...) |
HDFLIBAPI void | HEprint (FILE *stream, int32 print_level) |
HDFLIBAPI int16 | HEvalue (int32 level) |
HDFLIBAPI void | HEPclear (void) |
HDFLIBAPI intn | HEshutdown (void) |
HDFLIBAPI int32 | Hstartbitread (int32 file_id, uint16 tag, uint16 ref) |
HDFLIBAPI int32 | Hstartbitwrite (int32 file_id, uint16 tag, uint16 ref, int32 length) |
HDFLIBAPI intn | Hbitappendable (int32 bitid) |
HDFLIBAPI intn | Hbitwrite (int32 bitid, intn count, uint32 data) |
HDFLIBAPI intn | Hbitread (int32 bitid, intn count, uint32 *data) |
HDFLIBAPI intn | Hbitseek (int32 bitid, int32 byte_offset, intn bit_offset) |
HDFLIBAPI intn | Hgetbit (int32 bitid) |
HDFLIBAPI int32 | Hendbitaccess (int32 bitfile_id, intn flushbit) |
HDFLIBAPI intn | HPbitshutdown (void) |
HDFLIBAPI uint16 | DFfindnextref (int32 file_id, uint16 tag, uint16 lref) |
HDFLIBAPI intn | DFputcomp (int32 file_id, uint16 tag, uint16 ref, const uint8 *image, int32 xdim, int32 ydim, uint8 *palette, uint8 *newpal, int16 scheme, comp_info *cinfo) |
HDFLIBAPI int | DFgetcomp (int32 file_id, uint16 tag, uint16 ref, uint8 *image, int32 xdim, int32 ydim, uint16 scheme) |
HDFLIBAPI int32 | DFCIrle (const void *buf, void *bufto, int32 len) |
HDFLIBAPI int32 | DFCIunrle (uint8 *buf, uint8 *bufto, int32 outlen, int resetsave) |
HDFLIBAPI void | DFCIimcomp (int32 xdim, int32 ydim, const uint8 *in, uint8 out[], uint8 in_pal[], uint8 out_pal[], int mode) |
HDFLIBAPI void | DFCIunimcomp (int32 xdim, int32 ydim, uint8 in[], uint8 out[]) |
HDFLIBAPI intn | DFCIjpeg (int32 file_id, uint16 tag, uint16 ref, int32 xdim, int32 ydim, const void *image, int16 scheme, comp_info *scheme_info) |
HDFLIBAPI intn | DFCIunjpeg (int32 file_id, uint16 tag, uint16 ref, void *image, int32 xdim, int32 ydim, int16 scheme) |
HDFLIBAPI int32 | DFdiread (int32 file_id, uint16 tag, uint16 ref) |
HDFLIBAPI intn | DFdiget (int32 list, uint16 *ptag, uint16 *pref) |
HDFLIBAPI intn | DFdinobj (int32 list) |
HDFLIBAPI int32 | DFdisetup (int maxsize) |
HDFLIBAPI intn | DFdiput (int32 list, uint16 tag, uint16 ref) |
HDFLIBAPI intn | DFdiwrite (int32 file_id, int32 list, uint16 tag, uint16 ref) |
HDFLIBAPI void | DFdifree (int32 groupID) |
HDFLIBAPI intn | DFPgetpal (const char *filename, void *palette) |
HDFLIBAPI intn | DFPputpal (const char *filename, const void *palette, intn overwrite, const char *filemode) |
HDFLIBAPI intn | DFPaddpal (const char *filename, const void *palette) |
HDFLIBAPI intn | DFPnpals (const char *filename) |
HDFLIBAPI intn | DFPreadref (const char *filename, uint16 ref) |
HDFLIBAPI intn | DFPwriteref (const char *filename, uint16 ref) |
HDFLIBAPI intn | DFPrestart (void) |
HDFLIBAPI uint16 | DFPlastref (void) |
HDFLIBAPI int | DFR8setcompress (int32 scheme, comp_info *cinfo) |
HDFLIBAPI intn | DFR8getdims (const char *filename, int32 *pxdim, int32 *pydim, int *pispal) |
HDFLIBAPI intn | DFR8getimage (const char *filename, uint8 *image, int32 xdim, int32 ydim, uint8 *pal) |
HDFLIBAPI intn | DFR8setpalette (uint8 *pal) |
HDFLIBAPI intn | DFR8putimage (const char *filename, const void *image, int32 xdim, int32 ydim, uint16 compress) |
HDFLIBAPI intn | DFR8addimage (const char *filename, const void *image, int32 xdim, int32 ydim, uint16 compress) |
HDFLIBAPI intn | DFR8nimages (const char *filename) |
HDFLIBAPI intn | DFR8readref (const char *filename, uint16 ref) |
HDFLIBAPI intn | DFR8writeref (const char *filename, uint16 ref) |
HDFLIBAPI intn | DFR8restart (void) |
HDFLIBAPI uint16 | DFR8lastref (void) |
HDFLIBAPI intn | DFR8getpalref (uint16 *pal_ref) |
HDFLIBAPI intn | DFR8Pshutdown (void) |
HDFLIBAPI intn | DFGRgetlutdims (const char *filename, int32 *pxdim, int32 *pydim, intn *pncomps, intn *pil) |
HDFLIBAPI intn | DFGRreqlutil (intn il) |
HDFLIBAPI intn | DFGRgetlut (const char *filename, void *lut, int32 xdim, int32 ydim) |
HDFLIBAPI intn | DFGRgetimdims (const char *filename, int32 *pxdim, int32 *pydim, intn *pncomps, intn *pil) |
HDFLIBAPI intn | DFGRreqimil (intn il) |
HDFLIBAPI intn | DFGRgetimage (const char *filename, void *image, int32 xdim, int32 ydim) |
HDFLIBAPI intn | DFGRsetcompress (int32 scheme, comp_info *cinfo) |
HDFLIBAPI intn | DFGRsetlutdims (int32 xdim, int32 ydim, intn ncomps, intn il) |
HDFLIBAPI intn | DFGRsetlut (void *lut, int32 xdim, int32 ydim) |
HDFLIBAPI intn | DFGRaddlut (const char *filename, void *lut, int32 xdim, int32 ydim) |
HDFLIBAPI intn | DFGRsetimdims (int32 xdim, int32 ydim, intn ncomps, intn il) |
HDFLIBAPI intn | DFGRaddimage (const char *filename, void *image, int32 xdim, int32 ydim) |
HDFLIBAPI intn | DFGRputimage (const char *filename, void *image, int32 xdim, int32 ydim) |
HDFLIBAPI intn | DFGRreadref (const char *filename, uint16 ref) |
HDFLIBAPI uint16 | DFGRIlastref (void) |
HDFLIBAPI intn | DFGRIgetdims (const char *filename, int32 *pxdim, int32 *pydim, intn *pncomps, intn *pil, intn type) |
HDFLIBAPI intn | DFGRIreqil (intn il, intn type) |
HDFLIBAPI intn | DFGRIgetimlut (const char *filename, void *imlut, int32 xdim, int32 ydim, intn type, intn isfortran, int *compressed, uint16 *compr_type, int *has_pal) |
HDFLIBAPI intn | DFGRIsetdims (int32 xdim, int32 ydim, intn ncomps, intn type) |
HDFLIBAPI intn | DFGRIsetil (intn il, intn type) |
HDFLIBAPI intn | DFGRIrestart (void) |
HDFLIBAPI intn | DFGRIaddimlut (const char *filename, const void *imlut, int32 xdim, int32 ydim, intn type, intn isfortran, intn newfile) |
HDFLIBAPI intn | DFGRPshutdown (void) |
HDFLIBAPI intn | DF24getdims (const char *filename, int32 *pxdim, int32 *pydim, intn *pil) |
HDFLIBAPI intn | DF24reqil (intn il) |
HDFLIBAPI intn | DF24getimage (const char *filename, void *image, int32 xdim, int32 ydim) |
HDFLIBAPI intn | DF24setdims (int32 xdim, int32 ydim) |
HDFLIBAPI intn | DF24setil (intn il) |
HDFLIBAPI intn | DF24setcompress (int32 type, comp_info *cinfo) |
HDFLIBAPI intn | DF24restart (void) |
HDFLIBAPI intn | DF24addimage (const char *filename, const void *image, int32 xdim, int32 ydim) |
HDFLIBAPI intn | DF24putimage (const char *filename, const void *image, int32 xdim, int32 ydim) |
HDFLIBAPI intn | DF24nimages (const char *filename) |
HDFLIBAPI intn | DF24readref (const char *filename, uint16 ref) |
HDFLIBAPI uint16 | DF24lastref (void) |
HDFLIBAPI int32 | DFANgetlablen (const char *filename, uint16 tag, uint16 ref) |
HDFLIBAPI intn | DFANgetlabel (const char *filename, uint16 tag, uint16 ref, char *label, int32 maxlen) |
HDFLIBAPI int32 | DFANgetdesclen (const char *filename, uint16 tag, uint16 ref) |
HDFLIBAPI intn | DFANgetdesc (const char *filename, uint16 tag, uint16 ref, char *desc, int32 maxlen) |
HDFLIBAPI int32 | DFANgetfidlen (int32 file_id, intn isfirst) |
HDFLIBAPI int32 | DFANgetfid (int32 file_id, char *id, int32 maxlen, intn isfirst) |
HDFLIBAPI int32 | DFANgetfdslen (int32 file_id, intn isfirst) |
HDFLIBAPI int32 | DFANgetfds (int32 file_id, char *desc, int32 maxlen, intn isfirst) |
HDFLIBAPI intn | DFANputlabel (const char *filename, uint16 tag, uint16 ref, char *label) |
HDFLIBAPI intn | DFANputdesc (const char *filename, uint16 tag, uint16 ref, char *desc, int32 desclen) |
HDFLIBAPI intn | DFANaddfid (int32 file_id, char *id) |
HDFLIBAPI intn | DFANaddfds (int32 file_id, char *desc, int32 desclen) |
HDFLIBAPI uint16 | DFANlastref (void) |
HDFLIBAPI intn | DFANlablist (const char *filename, uint16 tag, uint16 reflist[], char *labellist, intn listsize, intn maxlen, intn startpos) |
HDFLIBAPI intn | DFANclear (void) |
HDFLIBAPI intn | DFANIclear (void) |
HDFLIBAPI uint16 | DFANIlocate (int32 file_id, int type, uint16 tag, uint16 ref) |
HDFLIBAPI int | DFANIaddentry (int type, uint16 annref, uint16 datatag, uint16 dataref) |
HDFLIBAPI int32 | DFANIgetannlen (const char *filename, uint16 tag, uint16 ref, int type) |
HDFLIBAPI intn | DFANIgetann (const char *filename, uint16 tag, uint16 ref, uint8 *ann, int32 maxlen, int type, int isfortran) |
HDFLIBAPI intn | DFANIputann (const char *filename, uint16 tag, uint16 ref, uint8 *ann, int32 annlen, int type) |
HDFLIBAPI int | DFANIlablist (const char *filename, uint16 tag, uint16 reflist[], uint8 *labellist, int listsize, int maxlen, int startpos, int isfortran) |
HDFLIBAPI int | DFANIaddfann (int32 file_id, char *ann, int32 annlen, int type) |
HDFLIBAPI int32 | DFANIgetfannlen (int32 file_id, int type, int isfirst) |
HDFLIBAPI int32 | DFANIgetfann (int32 file_id, char *ann, int32 maxlen, int type, int isfirst) |
HDFLIBAPI intn | DFANPshutdown (void) |
HDFLIBAPI int | DFSDgetdims (const char *filename, intn *prank, int32 sizes[], intn maxrank) |
HDFLIBAPI int | DFSDgetdatastrs (char *label, char *unit, char *format, char *coordsys) |
HDFLIBAPI int | DFSDgetdimstrs (int dim, char *label, char *unit, char *format) |
HDFLIBAPI int | DFSDgetdatalen (int *llabel, int *lunit, int *lformat, int *lcoordsys) |
HDFLIBAPI int | DFSDgetdimlen (int dim, int *llabel, int *lunit, int *lformat) |
HDFLIBAPI int | DFSDgetdimscale (intn dim, int32 maxsize, void *scale) |
HDFLIBAPI int | DFSDgetrange (void *pmax, void *pmin) |
HDFLIBAPI int | DFSDgetdata (const char *filename, intn rank, int32 maxsizes[], void *data) |
HDFLIBAPI int | DFSDsetlengths (int maxlen_label, int maxlen_unit, int maxlen_format, int maxlen_coordsys) |
HDFLIBAPI int | DFSDsetdims (intn rank, int32 dimsizes[]) |
HDFLIBAPI int | DFSDsetdatastrs (const char *label, const char *unit, const char *format, const char *coordsys) |
HDFLIBAPI int | DFSDsetdimstrs (int dim, const char *label, const char *unit, const char *format) |
HDFLIBAPI int | DFSDsetdimscale (intn dim, int32 dimsize, void *scale) |
HDFLIBAPI int | DFSDsetrange (void *maxi, void *mini) |
HDFLIBAPI int | DFSDputdata (const char *filename, intn rank, int32 dimsizes[], void *data) |
HDFLIBAPI int | DFSDadddata (const char *filename, intn rank, int32 dimsizes[], void *data) |
HDFLIBAPI int | DFSDrestart (void) |
HDFLIBAPI int32 | DFSDndatasets (char *filename) |
HDFLIBAPI int | DFSDclear (void) |
HDFLIBAPI uint16 | DFSDlastref (void) |
HDFLIBAPI int | DFSDreadref (char *filename, uint16 ref) |
HDFLIBAPI int | DFSDgetslice (const char *filename, int32 winst[], int32 windims[], void *data, int32 dims[]) |
HDFLIBAPI int | DFSDstartslice (const char *filename) |
HDFLIBAPI int | DFSDputslice (int32 winend[], void *data, int32 dims[]) |
HDFLIBAPI int | DFSDendslice (void) |
HDFLIBAPI int | DFSDsetNT (int32 numbertype) |
HDFLIBAPI int | DFSDsetorder (int arrayorder) |
HDFLIBAPI int | DFSDgetNT (int32 *pnumbertype) |
HDFLIBAPI intn | DFSDpre32sdg (char *filename, uint16 ref, intn *ispre32) |
HDFLIBAPI int | DFSDsetcal (float64 cal, float64 cal_err, float64 ioff, float64 ioff_err, int32 cal_nt) |
HDFLIBAPI int | DFSDgetcal (float64 *pcal, float64 *pcal_err, float64 *pioff, float64 *pioff_err, int32 *cal_nt) |
HDFLIBAPI int | DFSDwriteref (const char *filename, uint16 ref) |
HDFLIBAPI int | DFSDsetfillvalue (void *fill_value) |
HDFLIBAPI int | DFSDgetfillvalue (void *fill_value) |
HDFLIBAPI int | DFSDstartslab (const char *filename) |
HDFLIBAPI int | DFSDwriteslab (int32 start[], int32 stride[], int32 count[], void *data) |
HDFLIBAPI int | DFSDendslab (void) |
HDFLIBAPI int | DFSDreadslab (const char *filename, int32 start[], int32 slab_size[], int32 stride[], void *buffer, int32 buffer_size[]) |
HDFLIBAPI intn | DFSDPshutdown (void) |
HDFLIBAPI int | DFKNTsize (int32 number_type) |
HDFLIBAPI int32 | DFKisnativeNT (int32 numbertype) |
HDFLIBAPI int32 | DFKislitendNT (int32 numbertype) |
HDFLIBAPI int8 | DFKgetPNSC (int32 numbertype, int32 machinetype) |
HDFLIBAPI intn | DFKsetNT (int32 ntype) |
HDFLIBAPI int32 | DFKconvert (void *source, void *dest, int32 ntype, int32 num_elm, int16 acc_mode, int32 source_stride, int32 dest_stride) |
HDFLIBAPI intn | DFKnb1b (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKnb2b (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKnb4b (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKnb8b (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKsb2b (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKsb4b (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKsb8b (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKui2i (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKui2s (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKuo2i (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKuo2s (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKui4i (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKui4s (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKuo4i (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKuo4s (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKui4f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKuo4f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKui8f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKuo8f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlui2i (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlui2s (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKluo2i (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKluo2s (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlui4i (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlui4s (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKluo4i (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKluo4s (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlui4f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKluo4f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlui8f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKluo8f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKmi2i (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKmi2s (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKmo2b (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlmi2i (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlmi2s (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlmo2b (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKvi4f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKvo4f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKvi8f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKvo8f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlvi4f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlvo4f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlvi8f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlvo8f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKci4f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKco4f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKci8f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKco8f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlci4f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlco4f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlci8f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlco8f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKpi4f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKpo4f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKpi8f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKpo8f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlpi4f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlpo4f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlpi8f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI intn | DFKlpo8f (void *s, void *d, uint32 num_elm, uint32 source_stride, uint32 dest_stride) |
HDFLIBAPI int32 | ANstart (int32 file_id) |
HDFLIBAPI intn | ANfileinfo (int32 an_id, int32 *n_file_label, int32 *n_file_desc, int32 *n_obj_label, int32 *n_obj_desc) |
HDFLIBAPI int32 | ANend (int32 an_id) |
HDFLIBAPI int32 | ANcreate (int32 an_id, uint16 elem_tag, uint16 elem_ref, ann_type type) |
HDFLIBAPI int32 | ANcreatef (int32 an_id, ann_type type) |
HDFLIBAPI int32 | ANselect (int32 an_id, int32 idx, ann_type type) |
HDFLIBAPI intn | ANnumann (int32 an_id, ann_type type, uint16 elem_tag, uint16 elem_ref) |
HDFLIBAPI intn | ANannlist (int32 an_id, ann_type type, uint16 elem_tag, uint16 elem_ref, int32 ann_list[]) |
HDFLIBAPI int32 | ANannlen (int32 ann_id) |
HDFLIBAPI int32 | ANwriteann (int32 ann_id, const char *ann, int32 annlen) |
HDFLIBAPI int32 | ANreadann (int32 ann_id, char *ann, int32 maxlen) |
HDFLIBAPI intn | ANendaccess (int32 ann_id) |
HDFLIBAPI int32 | ANget_tagref (int32 an_id, int32 idx, ann_type type, uint16 *ann_tag, uint16 *ann_ref) |
HDFLIBAPI int32 | ANid2tagref (int32 an_id, uint16 *ann_tag, uint16 *ann_ref) |
HDFLIBAPI int32 | ANtagref2id (int32 an_id, uint16 ann_tag, uint16 ann_ref) |
HDFLIBAPI uint16 | ANatype2tag (ann_type atype) |
HDFLIBAPI ann_type | ANtag2atype (uint16 atag) |
HDFLIBAPI intn | rigcompare (void *k1, void *k2, intn cmparg) |
HDFLIBAPI int32 | GRstart (int32 hdf_file_id) |
HDFLIBAPI intn | GRfileinfo (int32 grid, int32 *n_datasets, int32 *n_attrs) |
HDFLIBAPI intn | GRend (int32 grid) |
HDFLIBAPI int32 | GRcreate (int32 grid, const char *name, int32 ncomp, int32 nt, int32 il, int32 dimsizes[2]) |
HDFLIBAPI int32 | GRselect (int32 grid, int32 idx) |
HDFLIBAPI int32 | GRnametoindex (int32 grid, const char *name) |
HDFLIBAPI intn | GRgetiminfo (int32 riid, char *name, int32 *ncomp, int32 *nt, int32 *il, int32 dimsizes[2], int32 *n_attr) |
HDFLIBAPI intn | GRgetnluts (int32 riid) |
HDFLIBAPI intn | GRwriteimage (int32 riid, int32 start[2], int32 stride[2], int32 count[2], void *data) |
HDFLIBAPI intn | GRreadimage (int32 riid, int32 start[2], int32 stride[2], int32 count[2], void *data) |
HDFLIBAPI intn | GRendaccess (int32 riid) |
HDFLIBAPI uint16 | GRidtoref (int32 riid) |
HDFLIBAPI int32 | GRreftoindex (int32 grid, uint16 ref) |
HDFLIBAPI intn | GRreqlutil (int32 riid, intn il) |
HDFLIBAPI intn | GRreqimageil (int32 riid, intn il) |
HDFLIBAPI int32 | GRgetlutid (int32 riid, int32 idx) |
HDFLIBAPI uint16 | GRluttoref (int32 lutid) |
HDFLIBAPI intn | GRgetlutinfo (int32 riid, int32 *ncomp, int32 *nt, int32 *il, int32 *nentries) |
HDFLIBAPI intn | GRwritelut (int32 riid, int32 ncomps, int32 nt, int32 il, int32 nentries, void *data) |
HDFLIBAPI intn | GRreadlut (int32 lutid, void *data) |
HDFLIBAPI intn | GRsetexternalfile (int32 riid, const char *filename, int32 offset) |
HDFLIBAPI intn | GRsetaccesstype (int32 riid, uintn accesstype) |
HDFLIBAPI intn | GRsetcompress (int32 riid, comp_coder_t comp_type, comp_info *cinfo) |
HDFLIBAPI intn | GRgetcompress (int32 riid, comp_coder_t *comp_type, comp_info *cinfo) |
HDFLIBAPI intn | GRgetcompinfo (int32 riid, comp_coder_t *comp_type, comp_info *cinfo) |
HDFLIBAPI intn | GRsetattr (int32 id, const char *name, int32 attr_nt, int32 count, const void *data) |
HDFLIBAPI intn | GRattrinfo (int32 id, int32 idx, char *name, int32 *attr_nt, int32 *count) |
HDFLIBAPI intn | GRgetattr (int32 id, int32 idx, void *data) |
HDFLIBAPI int32 | GRfindattr (int32 id, const char *name) |
HDFLIBAPI intn | GRPshutdown (void) |
HDFLIBAPI intn | GR2bmapped (int32 riid, intn *tobe_mapped, intn *created_byGR) |
HDFLIBAPI intn | GRsetchunk (int32 riid, HDF_CHUNK_DEF chunk_def, int32 flags) |
HDFLIBAPI intn | GRgetchunkinfo (int32 riid, HDF_CHUNK_DEF *chunk_def, int32 *flags) |
HDFLIBAPI intn | GRwritechunk (int32 riid, int32 *origin, const void *datap) |
HDFLIBAPI intn | GRreadchunk (int32 riid, int32 *origin, void *datap) |
HDFLIBAPI intn | GRsetchunkcache (int32 riid, int32 maxcache, int32 flags) |
HDFLIBAPI intn | Vsetattr (int32 vgid, const char *attrname, int32 datatype, int32 count, const void *values) |
HDFLIBAPI intn | Vnattrs (int32 vgid) |
HDFLIBAPI intn | Vnattrs2 (int32 vgid) |
HDFLIBAPI intn | Vnoldattrs (int32 vgid) |
HDFLIBAPI intn | Vfindattr (int32 vgid, const char *attrname) |
HDFLIBAPI intn | Vattrinfo (int32 vgid, intn attrindex, char *name, int32 *datatype, int32 *count, int32 *size) |
HDFLIBAPI intn | Vattrinfo2 (int32 vgid, intn attrindex, char *name, int32 *datatype, int32 *count, int32 *size, int32 *nfields, uint16 *refnum) |
HDFLIBAPI intn | Vgetattr (int32 vgid, intn attrindex, void *values) |
HDFLIBAPI intn | Vgetattr2 (int32 vgid, intn attrindex, void *values) |
HDFLIBAPI int32 | Vgetversion (int32 vgid) |
HDFLIBAPI intn | VSfindex (int32 vsid, const char *fieldname, int32 *fldindex) |
HDFLIBAPI intn | VSsetattr (int32 vsid, int32 findex, const char *attrname, int32 datatype, int32 count, const void *values) |
HDFLIBAPI intn | VSnattrs (int32 vsid) |
HDFLIBAPI intn | VSfnattrs (int32 vsid, int32 findex) |
HDFLIBAPI intn | VSfindattr (int32 vsid, int32 findex, const char *attrname) |
HDFLIBAPI intn | VSattrinfo (int32 vsid, int32 findex, intn attrindex, char *name, int32 *datatype, int32 *count, int32 *size) |
HDFLIBAPI intn | VSgetattr (int32 vsid, int32 findex, intn attrindex, void *values) |
HDFLIBAPI intn | VSisattr (int32 vsid) |
HDFLIBAPI int32 | vicheckcompat (HFILEID f) |
HDFLIBAPI int32 | vimakecompat (HFILEID f) |
HDFLIBAPI int32 | vcheckcompat (char *fs) |
HDFLIBAPI int32 | vmakecompat (char *fs) |
HDFLIBAPI int32 | VSelts (int32 vkey) |
HDFLIBAPI int32 | VSgetinterlace (int32 vkey) |
HDFLIBAPI intn | VSsetinterlace (int32 vkey, int32 interlace) |
HDFLIBAPI int32 | VSgetfields (int32 vkey, char *fields) |
HDFLIBAPI intn | VSfexist (int32 vkey, char *fields) |
HDFLIBAPI int32 | VSsizeof (int32 vkey, char *fields) |
HDFLIBAPI void | VSdump (int32 vkey) |
HDFLIBAPI int32 | VSsetname (int32 vkey, const char *vsname) |
HDFLIBAPI int32 | VSsetclass (int32 vkey, const char *vsclass) |
HDFLIBAPI int32 | VSgetname (int32 vkey, char *vsname) |
HDFLIBAPI int32 | VSgetclass (int32 vkey, char *vsclass) |
HDFLIBAPI intn | VSinquire (int32 vkey, int32 *nelt, int32 *interlace, char *fields, int32 *eltsize, char *vsname) |
HDFLIBAPI intn | VSisinternal (const char *vsclass) |
HDFLIBAPI int32 | VSlone (HFILEID f, int32 *idarray, int32 asize) |
HDFLIBAPI int32 | Vlone (HFILEID f, int32 *idarray, int32 asize) |
HDFLIBAPI int32 | Vfind (HFILEID f, const char *vgname) |
HDFLIBAPI int32 | VSfind (HFILEID f, const char *vsname) |
HDFLIBAPI int32 | Vfindclass (HFILEID f, const char *vgclass) |
HDFLIBAPI int32 | VSfindclass (HFILEID f, const char *vsclass) |
HDFLIBAPI intn | VSofclass (int32 id, const char *vsclass, uintn start_vd, uintn array_size, uint16 *refarray) |
HDFLIBAPI intn | VSgetvdatas (int32 id, uintn start_vd, uintn array_size, uint16 *refarray) |
HDFLIBAPI intn | VSsetblocksize (int32 vkey, int32 block_size) |
HDFLIBAPI intn | VSsetnumblocks (int32 vkey, int32 num_blocks) |
HDFLIBAPI intn | VSgetblockinfo (int32 vkey, int32 *block_size, int32 *num_blocks) |
HDFLIBAPI void | Vsetzap (void) |
HDFLIBAPI intn | vcompare (void *k1, void *k2, intn cmparg) |
HDFLIBAPI intn | vcompareref (void *k1, void *k2, intn cmparg) |
HDFLIBAPI void | vdestroynode (void *n) |
HDFLIBAPI void | vtfreekey (void *k) |
HDFLIBAPI intn | Vinitialize (HFILEID f) |
HDFLIBAPI intn | Vfinish (HFILEID f) |
HDFLIBAPI HFILEID | Vopen (char *path, intn acc_mode, int16 ndds) |
HDFLIBAPI intn | Vclose (HFILEID f) |
HDFLIBAPI int32 | vexistvg (HFILEID f, uint16 vgid) |
HDFLIBAPI int32 | Vattach (HFILEID f, int32 vgid, const char *accesstype) |
HDFLIBAPI int32 | Vdetach (int32 vkey) |
HDFLIBAPI int32 | Vinsert (int32 vkey, int32 vskey) |
HDFLIBAPI int32 | Vflocate (int32 vkey, char *field) |
HDFLIBAPI intn | Vinqtagref (int32 vkey, int32 tag, int32 ref) |
HDFLIBAPI int32 | Vntagrefs (int32 vkey) |
HDFLIBAPI int32 | Vnrefs (int32 vkey, int32 tag) |
HDFLIBAPI int32 | Vgettagrefs (int32 vkey, int32 tagarray[], int32 refarray[], int32 n) |
HDFLIBAPI int32 | Vgetuservgs (int32 id, int32 start_ref, int32 n_vgs, int32 *refarray) |
HDFLIBAPI intn | Vgettagref (int32 vkey, int32 which, int32 *tag, int32 *ref) |
HDFLIBAPI int32 | VQueryref (int32 vkey) |
HDFLIBAPI int32 | VQuerytag (int32 vkey) |
HDFLIBAPI int32 | Vaddtagref (int32 vkey, int32 tag, int32 ref) |
HDFLIBAPI int32 | Ventries (HFILEID f, int32 vgid) |
HDFLIBAPI int32 | Vsetname (int32 vkey, const char *vgname) |
HDFLIBAPI int32 | Vsetclass (int32 vkey, const char *vgclass) |
HDFLIBAPI intn | Visvg (int32 vkey, int32 id) |
HDFLIBAPI intn | Visvs (int32 vkey, int32 id) |
HDFLIBAPI int32 | Vgetid (HFILEID f, int32 vgid) |
HDFLIBAPI int32 | Vgetnext (int32 vkey, int32 id) |
HDFLIBAPI int32 | Vgetname (int32 vkey, char *vgname) |
HDFLIBAPI int32 | Vgetnamelen (int32 vkey, uint16 *name_len) |
HDFLIBAPI int32 | Vgetclassnamelen (int32 vkey, uint16 *classname_len) |
HDFLIBAPI int32 | Vgetclass (int32 vkey, char *vgclass) |
HDFLIBAPI intn | Vinquire (int32 vkey, int32 *nentries, char *vgname) |
HDFLIBAPI int32 | Vdelete (int32 f, int32 ref) |
HDFLIBAPI intn | Visinternal (const char *classname) |
HDFLIBAPI intn | Vgetvgroups (int32 id, uintn start_vg, uintn n_vgs, uint16 *refarray) |
HDFLIBAPI intn | Vdeletetagref (int32 vkey, int32 tag, int32 ref) |
HDFLIBAPI intn | VPshutdown (void) |
HDFLIBAPI int32 | scanattrs (const char *attrs, int32 *attrc, char ***attrv) |
HDFLIBAPI int32 | VHstoredata (HFILEID f, const char *field, const uint8 *buf, int32 n, int32 datatype, const char *vsname, const char *vsclass) |
HDFLIBAPI int32 | VHstoredatam (HFILEID f, const char *field, const uint8 *buf, int32 n, int32 datatype, const char *vsname, const char *vsclass, int32 order) |
HDFLIBAPI int32 | VHmakegroup (HFILEID f, int32 tagarray[], int32 refarray[], int32 n, const char *vgname, const char *vgclass) |
HDFLIBAPI intn | VSPhshutdown (void) |
HDFLIBAPI int32 | vexistvs (HFILEID f, uint16 vsref) |
HDFLIBAPI void | vsdestroynode (void *n) |
HDFLIBAPI void | vfdestroynode (void *n) |
HDFLIBAPI int32 | VSattach (HFILEID f, int32 vsref, const char *accesstype) |
HDFLIBAPI int32 | VSdetach (int32 vkey) |
HDFLIBAPI int32 | VSQuerytag (int32 vkey) |
HDFLIBAPI int32 | VSQueryref (int32 vkey) |
HDFLIBAPI int32 | VSgetid (HFILEID f, int32 vsref) |
HDFLIBAPI int32 | VSgetversion (int32 vkey) |
HDFLIBAPI int32 | VSdelete (int32 f, int32 ref) |
HDFLIBAPI int32 | VSappendable (int32 vkey, int32 blk) |
HDFLIBAPI intn | VSsetfields (int32 vkey, const char *fields) |
HDFLIBAPI intn | VSfdefine (int32 vkey, const char *field, int32 localtype, int32 order) |
HDFLIBAPI int32 | VFnfields (int32 vkey) |
HDFLIBAPI char * | VFfieldname (int32 vkey, int32 idx) |
HDFLIBAPI int32 | VFfieldtype (int32 vkey, int32 idx) |
HDFLIBAPI int32 | VFfieldisize (int32 vkey, int32 idx) |
HDFLIBAPI int32 | VFfieldesize (int32 vkey, int32 idx) |
HDFLIBAPI int32 | VFfieldorder (int32 vkey, int32 idx) |
HDFLIBAPI intn | VSsetexternalfile (int32 vkey, const char *filename, int32 offset) |
HDFLIBAPI intn | VSgetexternalfile (int32 vkey, uintn name_len, char *filename, int32 *offset) |
HDFLIBAPI intn | VSfpack (int32 vsid, intn packtype, const char *fields_in_buf, void *buf, intn bufsz, intn n_records, const char *fields, void *fldbufpt[]) |
HDFLIBAPI intn | VSPshutdown (void) |
HDFLIBAPI int32 | VSseek (int32 vkey, int32 eltpos) |
HDFLIBAPI int32 | VSread (int32 vkey, uint8 buf[], int32 nelt, int32 interlace) |
HDFLIBAPI int32 | VSwrite (int32 vkey, const uint8 buf[], int32 nelt, int32 interlace) |
#define HQueryaccess | ( | aid, | |
access | |||
) |
#define HQueryfileid | ( | aid, | |
fileid | |||
) |
#define HQuerylength | ( | aid, | |
length | |||
) |
#define HQueryoffset | ( | aid, | |
offset | |||
) |
#define HQueryposition | ( | aid, | |
position | |||
) |
#define HQueryspecial | ( | aid, | |
special | |||
) |
#define VSQueryfields | ( | vs, | |
flds | |||
) | (VSinquire (vs, (int32 *) NULL, (int32*) NULL, (char*) flds, (int32*) NULL, (char*) NULL)) |
#define VSQueryinterlace | ( | vs, | |
intr | |||
) | (VSinquire (vs, (int32 *) NULL, (int32*) intr, (char*) NULL, (int32*) NULL, (char*) NULL)) |
typedef union hdf_chunk_def_u HDF_CHUNK_DEF |
HDFLIBAPI int32 ANannlen | ( | int32 | ann_id | ) |
HDFLIBAPI intn ANannlist | ( | int32 | an_id, |
ann_type | type, | ||
uint16 | elem_tag, | ||
uint16 | elem_ref, | ||
int32 | ann_list[] | ||
) |
HDFLIBAPI int32 ANend | ( | int32 | an_id | ) |
HDFLIBAPI intn ANendaccess | ( | int32 | ann_id | ) |
HDFLIBAPI intn ANfileinfo | ( | int32 | an_id, |
int32 * | n_file_label, | ||
int32 * | n_file_desc, | ||
int32 * | n_obj_label, | ||
int32 * | n_obj_desc | ||
) |
HDFLIBAPI int32 ANget_tagref | ( | int32 | an_id, |
int32 | idx, | ||
ann_type | type, | ||
uint16 * | ann_tag, | ||
uint16 * | ann_ref | ||
) |
HDFLIBAPI int32 ANid2tagref | ( | int32 | an_id, |
uint16 * | ann_tag, | ||
uint16 * | ann_ref | ||
) |
HDFLIBAPI int32 ANreadann | ( | int32 | ann_id, |
char * | ann, | ||
int32 | maxlen | ||
) |
HDFLIBAPI int32 ANstart | ( | int32 | file_id | ) |
HDFLIBAPI int32 ANtagref2id | ( | int32 | an_id, |
uint16 | ann_tag, | ||
uint16 | ann_ref | ||
) |
HDFLIBAPI uint16 DF24lastref | ( | void | ) |
HDFLIBAPI intn DF24reqil | ( | intn | il | ) |
HDFLIBAPI intn DF24restart | ( | void | ) |
HDFLIBAPI intn DF24setdims | ( | int32 | xdim, |
int32 | ydim | ||
) |
HDFLIBAPI intn DF24setil | ( | intn | il | ) |
HDFLIBAPI intn DFANaddfds | ( | int32 | file_id, |
char * | desc, | ||
int32 | desclen | ||
) |
HDFLIBAPI intn DFANaddfid | ( | int32 | file_id, |
char * | id | ||
) |
HDFLIBAPI intn DFANclear | ( | void | ) |
HDFLIBAPI intn DFANgetdesc | ( | const char * | filename, |
uint16 | tag, | ||
uint16 | ref, | ||
char * | desc, | ||
int32 | maxlen | ||
) |
HDFLIBAPI int32 DFANgetfds | ( | int32 | file_id, |
char * | desc, | ||
int32 | maxlen, | ||
intn | isfirst | ||
) |
HDFLIBAPI int32 DFANgetfdslen | ( | int32 | file_id, |
intn | isfirst | ||
) |
HDFLIBAPI int32 DFANgetfid | ( | int32 | file_id, |
char * | id, | ||
int32 | maxlen, | ||
intn | isfirst | ||
) |
HDFLIBAPI int32 DFANgetfidlen | ( | int32 | file_id, |
intn | isfirst | ||
) |
HDFLIBAPI intn DFANgetlabel | ( | const char * | filename, |
uint16 | tag, | ||
uint16 | ref, | ||
char * | label, | ||
int32 | maxlen | ||
) |
HDFLIBAPI int DFANIaddentry | ( | int | type, |
uint16 | annref, | ||
uint16 | datatag, | ||
uint16 | dataref | ||
) |
HDFLIBAPI int DFANIaddfann | ( | int32 | file_id, |
char * | ann, | ||
int32 | annlen, | ||
int | type | ||
) |
HDFLIBAPI intn DFANIclear | ( | void | ) |
HDFLIBAPI intn DFANIgetann | ( | const char * | filename, |
uint16 | tag, | ||
uint16 | ref, | ||
uint8 * | ann, | ||
int32 | maxlen, | ||
int | type, | ||
int | isfortran | ||
) |
HDFLIBAPI int32 DFANIgetfann | ( | int32 | file_id, |
char * | ann, | ||
int32 | maxlen, | ||
int | type, | ||
int | isfirst | ||
) |
HDFLIBAPI int32 DFANIgetfannlen | ( | int32 | file_id, |
int | type, | ||
int | isfirst | ||
) |
HDFLIBAPI int DFANIlablist | ( | const char * | filename, |
uint16 | tag, | ||
uint16 | reflist[], | ||
uint8 * | labellist, | ||
int | listsize, | ||
int | maxlen, | ||
int | startpos, | ||
int | isfortran | ||
) |
HDFLIBAPI uint16 DFANIlocate | ( | int32 | file_id, |
int | type, | ||
uint16 | tag, | ||
uint16 | ref | ||
) |
HDFLIBAPI intn DFANIputann | ( | const char * | filename, |
uint16 | tag, | ||
uint16 | ref, | ||
uint8 * | ann, | ||
int32 | annlen, | ||
int | type | ||
) |
HDFLIBAPI intn DFANlablist | ( | const char * | filename, |
uint16 | tag, | ||
uint16 | reflist[], | ||
char * | labellist, | ||
intn | listsize, | ||
intn | maxlen, | ||
intn | startpos | ||
) |
HDFLIBAPI uint16 DFANlastref | ( | void | ) |
HDFLIBAPI intn DFANPshutdown | ( | void | ) |
HDFLIBAPI intn DFANputdesc | ( | const char * | filename, |
uint16 | tag, | ||
uint16 | ref, | ||
char * | desc, | ||
int32 | desclen | ||
) |
HDFLIBAPI void DFCIimcomp | ( | int32 | xdim, |
int32 | ydim, | ||
const uint8 * | in, | ||
uint8 | out[], | ||
uint8 | in_pal[], | ||
uint8 | out_pal[], | ||
int | mode | ||
) |
HDFLIBAPI intn DFCIjpeg | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref, | ||
int32 | xdim, | ||
int32 | ydim, | ||
const void * | image, | ||
int16 | scheme, | ||
comp_info * | scheme_info | ||
) |
HDFLIBAPI void DFCIunimcomp | ( | int32 | xdim, |
int32 | ydim, | ||
uint8 | in[], | ||
uint8 | out[] | ||
) |
HDFLIBAPI intn DFCIunjpeg | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref, | ||
void * | image, | ||
int32 | xdim, | ||
int32 | ydim, | ||
int16 | scheme | ||
) |
HDFLIBAPI int32 DFCIunrle | ( | uint8 * | buf, |
uint8 * | bufto, | ||
int32 | outlen, | ||
int | resetsave | ||
) |
HDFLIBAPI void DFdifree | ( | int32 | groupID | ) |
HDFLIBAPI intn DFdiget | ( | int32 | list, |
uint16 * | ptag, | ||
uint16 * | pref | ||
) |
HDFLIBAPI intn DFdinobj | ( | int32 | list | ) |
HDFLIBAPI intn DFdiput | ( | int32 | list, |
uint16 | tag, | ||
uint16 | ref | ||
) |
HDFLIBAPI int32 DFdiread | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref | ||
) |
HDFLIBAPI int32 DFdisetup | ( | int | maxsize | ) |
HDFLIBAPI intn DFdiwrite | ( | int32 | file_id, |
int32 | list, | ||
uint16 | tag, | ||
uint16 | ref | ||
) |
HDFLIBAPI uint16 DFfindnextref | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | lref | ||
) |
HDFLIBAPI int DFgetcomp | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref, | ||
uint8 * | image, | ||
int32 | xdim, | ||
int32 | ydim, | ||
uint16 | scheme | ||
) |
HDFLIBAPI intn DFGRgetimdims | ( | const char * | filename, |
int32 * | pxdim, | ||
int32 * | pydim, | ||
intn * | pncomps, | ||
intn * | pil | ||
) |
HDFLIBAPI intn DFGRgetlutdims | ( | const char * | filename, |
int32 * | pxdim, | ||
int32 * | pydim, | ||
intn * | pncomps, | ||
intn * | pil | ||
) |
HDFLIBAPI intn DFGRIaddimlut | ( | const char * | filename, |
const void * | imlut, | ||
int32 | xdim, | ||
int32 | ydim, | ||
intn | type, | ||
intn | isfortran, | ||
intn | newfile | ||
) |
HDFLIBAPI intn DFGRIgetdims | ( | const char * | filename, |
int32 * | pxdim, | ||
int32 * | pydim, | ||
intn * | pncomps, | ||
intn * | pil, | ||
intn | type | ||
) |
HDFLIBAPI intn DFGRIgetimlut | ( | const char * | filename, |
void * | imlut, | ||
int32 | xdim, | ||
int32 | ydim, | ||
intn | type, | ||
intn | isfortran, | ||
int * | compressed, | ||
uint16 * | compr_type, | ||
int * | has_pal | ||
) |
HDFLIBAPI uint16 DFGRIlastref | ( | void | ) |
HDFLIBAPI intn DFGRIreqil | ( | intn | il, |
intn | type | ||
) |
HDFLIBAPI intn DFGRIrestart | ( | void | ) |
HDFLIBAPI intn DFGRIsetdims | ( | int32 | xdim, |
int32 | ydim, | ||
intn | ncomps, | ||
intn | type | ||
) |
HDFLIBAPI intn DFGRIsetil | ( | intn | il, |
intn | type | ||
) |
HDFLIBAPI intn DFGRPshutdown | ( | void | ) |
HDFLIBAPI intn DFGRreqimil | ( | intn | il | ) |
HDFLIBAPI intn DFGRreqlutil | ( | intn | il | ) |
HDFLIBAPI intn DFGRsetimdims | ( | int32 | xdim, |
int32 | ydim, | ||
intn | ncomps, | ||
intn | il | ||
) |
HDFLIBAPI intn DFGRsetlut | ( | void * | lut, |
int32 | xdim, | ||
int32 | ydim | ||
) |
HDFLIBAPI intn DFGRsetlutdims | ( | int32 | xdim, |
int32 | ydim, | ||
intn | ncomps, | ||
intn | il | ||
) |
HDFLIBAPI intn DFKci4f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKci8f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKco4f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKco8f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI int32 DFKconvert | ( | void * | source, |
void * | dest, | ||
int32 | ntype, | ||
int32 | num_elm, | ||
int16 | acc_mode, | ||
int32 | source_stride, | ||
int32 | dest_stride | ||
) |
HDFLIBAPI int8 DFKgetPNSC | ( | int32 | numbertype, |
int32 | machinetype | ||
) |
HDFLIBAPI int32 DFKislitendNT | ( | int32 | numbertype | ) |
HDFLIBAPI int32 DFKisnativeNT | ( | int32 | numbertype | ) |
HDFLIBAPI intn DFKlci4f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKlci8f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKlco4f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKlco8f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKlmi2i | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKlmi2s | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKlmo2b | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKlpi4f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKlpi8f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKlpo4f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKlpo8f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKlui2i | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKlui2s | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKlui4f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKlui4i | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKlui4s | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKlui8f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKluo2i | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKluo2s | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKluo4f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKluo4i | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKluo4s | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKluo8f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKlvi4f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKlvi8f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKlvo4f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKlvo8f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKmi2i | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKmi2s | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKmo2b | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKnb1b | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKnb2b | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKnb4b | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKnb8b | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI int DFKNTsize | ( | int32 | number_type | ) |
HDFLIBAPI intn DFKpi4f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKpi8f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKpo4f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKpo8f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKsb2b | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKsb4b | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKsb8b | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKsetNT | ( | int32 | ntype | ) |
HDFLIBAPI intn DFKui2i | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKui2s | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKui4f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKui4i | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKui4s | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKui8f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKuo2i | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKuo2s | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKuo4f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKuo4i | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKuo4s | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKuo8f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKvi4f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKvi8f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKvo4f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI intn DFKvo8f | ( | void * | s, |
void * | d, | ||
uint32 | num_elm, | ||
uint32 | source_stride, | ||
uint32 | dest_stride | ||
) |
HDFLIBAPI uint16 DFPlastref | ( | void | ) |
HDFLIBAPI intn DFPputpal | ( | const char * | filename, |
const void * | palette, | ||
intn | overwrite, | ||
const char * | filemode | ||
) |
HDFLIBAPI intn DFPrestart | ( | void | ) |
HDFLIBAPI intn DFputcomp | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref, | ||
const uint8 * | image, | ||
int32 | xdim, | ||
int32 | ydim, | ||
uint8 * | palette, | ||
uint8 * | newpal, | ||
int16 | scheme, | ||
comp_info * | cinfo | ||
) |
HDFLIBAPI intn DFR8addimage | ( | const char * | filename, |
const void * | image, | ||
int32 | xdim, | ||
int32 | ydim, | ||
uint16 | compress | ||
) |
HDFLIBAPI intn DFR8getimage | ( | const char * | filename, |
uint8 * | image, | ||
int32 | xdim, | ||
int32 | ydim, | ||
uint8 * | pal | ||
) |
HDFLIBAPI intn DFR8getpalref | ( | uint16 * | pal_ref | ) |
HDFLIBAPI uint16 DFR8lastref | ( | void | ) |
HDFLIBAPI intn DFR8Pshutdown | ( | void | ) |
HDFLIBAPI intn DFR8putimage | ( | const char * | filename, |
const void * | image, | ||
int32 | xdim, | ||
int32 | ydim, | ||
uint16 | compress | ||
) |
HDFLIBAPI intn DFR8restart | ( | void | ) |
HDFLIBAPI intn DFR8setpalette | ( | uint8 * | pal | ) |
HDFLIBAPI int DFSDclear | ( | void | ) |
HDFLIBAPI int DFSDendslab | ( | void | ) |
HDFLIBAPI int DFSDendslice | ( | void | ) |
HDFLIBAPI int DFSDgetcal | ( | float64 * | pcal, |
float64 * | pcal_err, | ||
float64 * | pioff, | ||
float64 * | pioff_err, | ||
int32 * | cal_nt | ||
) |
HDFLIBAPI int DFSDgetdatalen | ( | int * | llabel, |
int * | lunit, | ||
int * | lformat, | ||
int * | lcoordsys | ||
) |
HDFLIBAPI int DFSDgetdatastrs | ( | char * | label, |
char * | unit, | ||
char * | format, | ||
char * | coordsys | ||
) |
HDFLIBAPI int DFSDgetdimlen | ( | int | dim, |
int * | llabel, | ||
int * | lunit, | ||
int * | lformat | ||
) |
HDFLIBAPI int DFSDgetdimscale | ( | intn | dim, |
int32 | maxsize, | ||
void * | scale | ||
) |
HDFLIBAPI int DFSDgetdimstrs | ( | int | dim, |
char * | label, | ||
char * | unit, | ||
char * | format | ||
) |
HDFLIBAPI int DFSDgetfillvalue | ( | void * | fill_value | ) |
HDFLIBAPI int DFSDgetNT | ( | int32 * | pnumbertype | ) |
HDFLIBAPI int DFSDgetrange | ( | void * | pmax, |
void * | pmin | ||
) |
HDFLIBAPI int DFSDgetslice | ( | const char * | filename, |
int32 | winst[], | ||
int32 | windims[], | ||
void * | data, | ||
int32 | dims[] | ||
) |
HDFLIBAPI uint16 DFSDlastref | ( | void | ) |
HDFLIBAPI int32 DFSDndatasets | ( | char * | filename | ) |
HDFLIBAPI intn DFSDpre32sdg | ( | char * | filename, |
uint16 | ref, | ||
intn * | ispre32 | ||
) |
HDFLIBAPI intn DFSDPshutdown | ( | void | ) |
HDFLIBAPI int DFSDputslice | ( | int32 | winend[], |
void * | data, | ||
int32 | dims[] | ||
) |
HDFLIBAPI int DFSDreadref | ( | char * | filename, |
uint16 | ref | ||
) |
HDFLIBAPI int DFSDreadslab | ( | const char * | filename, |
int32 | start[], | ||
int32 | slab_size[], | ||
int32 | stride[], | ||
void * | buffer, | ||
int32 | buffer_size[] | ||
) |
HDFLIBAPI int DFSDrestart | ( | void | ) |
HDFLIBAPI int DFSDsetcal | ( | float64 | cal, |
float64 | cal_err, | ||
float64 | ioff, | ||
float64 | ioff_err, | ||
int32 | cal_nt | ||
) |
HDFLIBAPI int DFSDsetdatastrs | ( | const char * | label, |
const char * | unit, | ||
const char * | format, | ||
const char * | coordsys | ||
) |
HDFLIBAPI int DFSDsetdims | ( | intn | rank, |
int32 | dimsizes[] | ||
) |
HDFLIBAPI int DFSDsetdimscale | ( | intn | dim, |
int32 | dimsize, | ||
void * | scale | ||
) |
HDFLIBAPI int DFSDsetdimstrs | ( | int | dim, |
const char * | label, | ||
const char * | unit, | ||
const char * | format | ||
) |
HDFLIBAPI int DFSDsetfillvalue | ( | void * | fill_value | ) |
HDFLIBAPI int DFSDsetlengths | ( | int | maxlen_label, |
int | maxlen_unit, | ||
int | maxlen_format, | ||
int | maxlen_coordsys | ||
) |
HDFLIBAPI int DFSDsetNT | ( | int32 | numbertype | ) |
HDFLIBAPI int DFSDsetorder | ( | int | arrayorder | ) |
HDFLIBAPI int DFSDsetrange | ( | void * | maxi, |
void * | mini | ||
) |
HDFLIBAPI int DFSDwriteslab | ( | int32 | start[], |
int32 | stride[], | ||
int32 | count[], | ||
void * | data | ||
) |
HDFLIBAPI intn GR2bmapped | ( | int32 | riid, |
intn * | tobe_mapped, | ||
intn * | created_byGR | ||
) |
HDFLIBAPI intn GRattrinfo | ( | int32 | id, |
int32 | idx, | ||
char * | name, | ||
int32 * | attr_nt, | ||
int32 * | count | ||
) |
HDFLIBAPI int32 GRcreate | ( | int32 | grid, |
const char * | name, | ||
int32 | ncomp, | ||
int32 | nt, | ||
int32 | il, | ||
int32 | dimsizes[2] | ||
) |
HDFLIBAPI intn GRend | ( | int32 | grid | ) |
HDFLIBAPI intn GRendaccess | ( | int32 | riid | ) |
HDFLIBAPI intn GRfileinfo | ( | int32 | grid, |
int32 * | n_datasets, | ||
int32 * | n_attrs | ||
) |
HDFLIBAPI intn GRgetattr | ( | int32 | id, |
int32 | idx, | ||
void * | data | ||
) |
HDFLIBAPI intn GRgetchunkinfo | ( | int32 | riid, |
HDF_CHUNK_DEF * | chunk_def, | ||
int32 * | flags | ||
) |
HDFLIBAPI intn GRgetcompinfo | ( | int32 | riid, |
comp_coder_t * | comp_type, | ||
comp_info * | cinfo | ||
) |
HDFLIBAPI intn GRgetcompress | ( | int32 | riid, |
comp_coder_t * | comp_type, | ||
comp_info * | cinfo | ||
) |
HDFLIBAPI intn GRgetiminfo | ( | int32 | riid, |
char * | name, | ||
int32 * | ncomp, | ||
int32 * | nt, | ||
int32 * | il, | ||
int32 | dimsizes[2], | ||
int32 * | n_attr | ||
) |
HDFLIBAPI int32 GRgetlutid | ( | int32 | riid, |
int32 | idx | ||
) |
HDFLIBAPI intn GRgetlutinfo | ( | int32 | riid, |
int32 * | ncomp, | ||
int32 * | nt, | ||
int32 * | il, | ||
int32 * | nentries | ||
) |
HDFLIBAPI intn GRgetnluts | ( | int32 | riid | ) |
HDFLIBAPI uint16 GRidtoref | ( | int32 | riid | ) |
HDFLIBAPI uint16 GRluttoref | ( | int32 | lutid | ) |
HDFLIBAPI intn GRPshutdown | ( | void | ) |
HDFLIBAPI intn GRreadchunk | ( | int32 | riid, |
int32 * | origin, | ||
void * | datap | ||
) |
HDFLIBAPI intn GRreadimage | ( | int32 | riid, |
int32 | start[2], | ||
int32 | stride[2], | ||
int32 | count[2], | ||
void * | data | ||
) |
HDFLIBAPI intn GRreadlut | ( | int32 | lutid, |
void * | data | ||
) |
HDFLIBAPI int32 GRreftoindex | ( | int32 | grid, |
uint16 | ref | ||
) |
HDFLIBAPI intn GRreqimageil | ( | int32 | riid, |
intn | il | ||
) |
HDFLIBAPI intn GRreqlutil | ( | int32 | riid, |
intn | il | ||
) |
HDFLIBAPI int32 GRselect | ( | int32 | grid, |
int32 | idx | ||
) |
HDFLIBAPI intn GRsetaccesstype | ( | int32 | riid, |
uintn | accesstype | ||
) |
HDFLIBAPI intn GRsetattr | ( | int32 | id, |
const char * | name, | ||
int32 | attr_nt, | ||
int32 | count, | ||
const void * | data | ||
) |
HDFLIBAPI intn GRsetchunk | ( | int32 | riid, |
HDF_CHUNK_DEF | chunk_def, | ||
int32 | flags | ||
) |
HDFLIBAPI intn GRsetchunkcache | ( | int32 | riid, |
int32 | maxcache, | ||
int32 | flags | ||
) |
HDFLIBAPI intn GRsetcompress | ( | int32 | riid, |
comp_coder_t | comp_type, | ||
comp_info * | cinfo | ||
) |
HDFLIBAPI int32 GRstart | ( | int32 | hdf_file_id | ) |
HDFLIBAPI intn GRwriteimage | ( | int32 | riid, |
int32 | start[2], | ||
int32 | stride[2], | ||
int32 | count[2], | ||
void * | data | ||
) |
HDFLIBAPI intn GRwritelut | ( | int32 | riid, |
int32 | ncomps, | ||
int32 | nt, | ||
int32 | il, | ||
int32 | nentries, | ||
void * | data | ||
) |
HDFLIBAPI intn Happendable | ( | int32 | aid | ) |
HDFLIBAPI intn HBconvert | ( | int32 | aid | ) |
HDFLIBAPI intn Hbitappendable | ( | int32 | bitid | ) |
HDFLIBAPI intn Hbitread | ( | int32 | bitid, |
intn | count, | ||
uint32 * | data | ||
) |
HDFLIBAPI intn Hbitseek | ( | int32 | bitid, |
int32 | byte_offset, | ||
intn | bit_offset | ||
) |
HDFLIBAPI intn Hbitwrite | ( | int32 | bitid, |
intn | count, | ||
uint32 | data | ||
) |
HDFLIBAPI intn Hcache | ( | int32 | file_id, |
intn | cache_on | ||
) |
HDFLIBAPI int32 HCcreate | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref, | ||
comp_model_t | model_type, | ||
model_info * | m_info, | ||
comp_coder_t | coder_type, | ||
comp_info * | c_info | ||
) |
HDFPUBLIC intn HCget_config_info | ( | comp_coder_t | coder_type, |
uint32 * | compression_config_info | ||
) |
HDFLIBAPI intn Hclose | ( | int32 | file_id | ) |
HDFLIBAPI intn HCPdecode_header | ( | uint8 * | p, |
comp_model_t * | model_type, | ||
model_info * | m_info, | ||
comp_coder_t * | coder_type, | ||
comp_info * | c_info | ||
) |
HDFLIBAPI intn HCPencode_header | ( | uint8 * | p, |
comp_model_t | model_type, | ||
model_info * | m_info, | ||
comp_coder_t | coder_type, | ||
comp_info * | c_info | ||
) |
HDFLIBAPI intn HCPgetcompinfo | ( | int32 | file_id, |
uint16 | data_tag, | ||
uint16 | data_ref, | ||
comp_coder_t * | coder_type, | ||
comp_info * | c_info | ||
) |
HDFLIBAPI intn HCPgetcompress | ( | int32 | file_id, |
uint16 | data_tag, | ||
uint16 | data_ref, | ||
comp_coder_t * | coder_type, | ||
comp_info * | c_info | ||
) |
HDFLIBAPI intn HCPgetcomptype | ( | int32 | file_id, |
uint16 | data_tag, | ||
uint16 | data_ref, | ||
comp_coder_t * | coder_type | ||
) |
HDFLIBAPI intn HCPgetdatasize | ( | int32 | file_id, |
uint16 | data_tag, | ||
uint16 | data_ref, | ||
int32 * | comp_size, | ||
int32 * | orig_size | ||
) |
HDFLIBAPI int32 HCPquery_encode_header | ( | comp_model_t | model_type, |
model_info * | m_info, | ||
comp_coder_t | coder_type, | ||
comp_info * | c_info | ||
) |
HDFLIBAPI intn HCPsetup_szip_parms | ( | comp_info * | c_info, |
int32 | nt, | ||
int32 | ncomp, | ||
int32 | ndims, | ||
int32 * | dims, | ||
int32 * | cdims | ||
) |
HDFLIBAPI uint16 HDbase_tag | ( | uint16 | tag | ) |
HDFLIBAPI intn HDc2fstr | ( | char * | str, |
intn | len | ||
) |
HDFLIBAPI intn HDcheck_tagref | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref | ||
) |
HDFLIBAPI intn HDdont_atexit | ( | void | ) |
HDFLIBAPI intn Hdeldd | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref | ||
) |
HDFLIBAPI int HDerr | ( | int32 | file_id | ) |
HDFLIBAPI intn HDflush | ( | int32 | file_id | ) |
HDFLIBAPI intn HDgetc | ( | int32 | access_id | ) |
HDFLIBAPI char* HDgetNTdesc | ( | int32 | nt | ) |
HDFLIBAPI char* HDgettagsname | ( | uint16 | tag | ) |
HDFLIBAPI int HDinqblockinfo | ( | int32 | aid, |
int32 * | length, | ||
int32 * | first_length, | ||
int32 * | block_length, | ||
int32 * | number_blocks | ||
) |
HDFLIBAPI intn HDis_special_tag | ( | uint16 | tag | ) |
HDFLIBAPI uint16 HDmake_special_tag | ( | uint16 | tag | ) |
HDFLIBAPI intn HDpackFstring | ( | char * | src, |
char * | dest, | ||
intn | len | ||
) |
HDFLIBAPI intn HDputc | ( | uint8 | c, |
int32 | access_id | ||
) |
HDFLIBAPI intn HDreuse_tagref | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref | ||
) |
HDFLIBAPI int32 HDspaceleft | ( | void | ) |
HDFLIBAPI intn Hdupdd | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref, | ||
uint16 | old_tag, | ||
uint16 | old_ref | ||
) |
HDFLIBAPI intn HDvalidfid | ( | int32 | file_id | ) |
HDFLIBAPI intn Hendaccess | ( | int32 | access_id | ) |
HDFLIBAPI int32 Hendbitaccess | ( | int32 | bitfile_id, |
intn | flushbit | ||
) |
HDFLIBAPI void HEPclear | ( | void | ) |
HDFLIBAPI void HEprint | ( | FILE * | stream, |
int32 | print_level | ||
) |
HDFLIBAPI void HEpush | ( | hdf_err_code_t | error_code, |
const char * | function_name, | ||
const char * | file_name, | ||
intn | line | ||
) |
HDFLIBAPI intn HEshutdown | ( | void | ) |
HDFLIBAPI const char* HEstring | ( | hdf_err_code_t | error_code | ) |
HDFLIBAPI int16 HEvalue | ( | int32 | level | ) |
HDFLIBAPI intn Hexist | ( | int32 | file_id, |
uint16 | search_tag, | ||
uint16 | search_ref | ||
) |
HDFLIBAPI intn Hfidinquire | ( | int32 | file_id, |
char ** | fname, | ||
intn * | acc_mode, | ||
intn * | attach | ||
) |
HDFLIBAPI intn Hfind | ( | int32 | file_id, |
uint16 | search_tag, | ||
uint16 | search_ref, | ||
uint16 * | find_tag, | ||
uint16 * | find_ref, | ||
int32 * | find_offset, | ||
int32 * | find_length, | ||
intn | direction | ||
) |
HDFLIBAPI intn Hgetbit | ( | int32 | bitid | ) |
HDFLIBAPI int32 Hgetelement | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref, | ||
uint8 * | data | ||
) |
HDFLIBAPI intn Hgetfileversion | ( | int32 | file_id, |
uint32 * | majorv, | ||
uint32 * | minorv, | ||
uint32 * | release, | ||
char * | string | ||
) |
HDFLIBAPI intn Hgetlibversion | ( | uint32 * | majorv, |
uint32 * | minorv, | ||
uint32 * | releasev, | ||
char * | string | ||
) |
HDFLIBAPI intn Hgetntinfo | ( | int32 | numbertype, |
hdf_ntinfo_t * | nt_info | ||
) |
HDFLIBAPI intn Hinquire | ( | int32 | access_id, |
int32 * | pfile_id, | ||
uint16 * | ptag, | ||
uint16 * | pref, | ||
int32 * | plength, | ||
int32 * | poffset, | ||
int32 * | pposn, | ||
int16 * | paccess, | ||
int16 * | pspecial | ||
) |
HDFLIBAPI intn HLconvert | ( | int32 | aid, |
int32 | block_length, | ||
int32 | number_blocks | ||
) |
HDFLIBAPI int32 HLcreate | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref, | ||
int32 | block_length, | ||
int32 | number_blocks | ||
) |
HDFLIBAPI int32 Hlength | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref | ||
) |
HDFLIBAPI intn HLgetblockinfo | ( | int32 | aid, |
int32 * | block_size, | ||
int32 * | num_blocks | ||
) |
HDFLIBAPI int32 HLgetdatainfo | ( | int32 | file_id, |
uint8 * | buf, | ||
uintn | start_block, | ||
uintn | info_count, | ||
int32 * | offsetarray, | ||
int32 * | lengtharray | ||
) |
HDFLIBAPI intn HLsetblockinfo | ( | int32 | aid, |
int32 | block_size, | ||
int32 | num_blocks | ||
) |
HDFLIBAPI uint16 Hnewref | ( | int32 | file_id | ) |
HDFLIBAPI intn Hnextread | ( | int32 | access_id, |
uint16 | tag, | ||
uint16 | ref, | ||
intn | origin | ||
) |
HDFLIBAPI int32 Hnumber | ( | int32 | file_id, |
uint16 | tag | ||
) |
HDFLIBAPI int32 Hoffset | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref | ||
) |
HDFLIBAPI intn HPbitshutdown | ( | void | ) |
HDFLIBAPI void HPend | ( | void | ) |
HDFLIBAPI intn HPisappendable | ( | int32 | aid | ) |
HDFLIBAPI intn HPregister_term_func | ( | hdf_termfunc_t | term_func | ) |
HDFLIBAPI int32 Hputelement | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref, | ||
const uint8 * | data, | ||
int32 | length | ||
) |
HDFLIBAPI int32 Hread | ( | int32 | access_id, |
int32 | length, | ||
void * | data | ||
) |
HDFLIBAPI int32 HRPconvert | ( | int32 | fid, |
uint16 | tag, | ||
uint16 | ref, | ||
int32 | xdim, | ||
int32 | ydim, | ||
int16 | scheme, | ||
comp_info * | cinfo, | ||
uintn | pixel_size | ||
) |
HDFLIBAPI intn Hseek | ( | int32 | access_id, |
int32 | offset, | ||
intn | origin | ||
) |
HDFLIBAPI intn Hsetaccesstype | ( | int32 | access_id, |
uintn | accesstype | ||
) |
HDFLIBAPI intn Hsetlength | ( | int32 | file_id, |
int32 | length | ||
) |
HDFLIBAPI intn Hshutdown | ( | void | ) |
HDFLIBAPI int32 Hstartaccess | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref, | ||
uint32 | flags | ||
) |
HDFLIBAPI int32 Hstartbitread | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref | ||
) |
HDFLIBAPI int32 Hstartbitwrite | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref, | ||
int32 | length | ||
) |
HDFLIBAPI int32 Hstartread | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref | ||
) |
HDFLIBAPI int32 Hstartwrite | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref, | ||
int32 | length | ||
) |
HDFLIBAPI intn Hsync | ( | int32 | file_id | ) |
HDFLIBAPI uint16 Htagnewref | ( | int32 | file_id, |
uint16 | tag | ||
) |
HDFLIBAPI int32 Htell | ( | int32 | access_id | ) |
HDFLIBAPI int32 Htrunc | ( | int32 | access_id, |
int32 | trunc_len | ||
) |
HDFLIBAPI int32 HXcreate | ( | int32 | file_id, |
uint16 | tag, | ||
uint16 | ref, | ||
const char * | extern_file_name, | ||
int32 | offset, | ||
int32 | start_len | ||
) |
HDFLIBAPI intn rigcompare | ( | void * | k1, |
void * | k2, | ||
intn | cmparg | ||
) |
HDFLIBAPI int32 Vaddtagref | ( | int32 | vkey, |
int32 | tag, | ||
int32 | ref | ||
) |
HDFLIBAPI intn Vattrinfo | ( | int32 | vgid, |
intn | attrindex, | ||
char * | name, | ||
int32 * | datatype, | ||
int32 * | count, | ||
int32 * | size | ||
) |
HDFLIBAPI intn Vattrinfo2 | ( | int32 | vgid, |
intn | attrindex, | ||
char * | name, | ||
int32 * | datatype, | ||
int32 * | count, | ||
int32 * | size, | ||
int32 * | nfields, | ||
uint16 * | refnum | ||
) |
HDFLIBAPI int32 vcheckcompat | ( | char * | fs | ) |
HDFLIBAPI intn vcompare | ( | void * | k1, |
void * | k2, | ||
intn | cmparg | ||
) |
HDFLIBAPI intn vcompareref | ( | void * | k1, |
void * | k2, | ||
intn | cmparg | ||
) |
HDFLIBAPI int32 Vdelete | ( | int32 | f, |
int32 | ref | ||
) |
HDFLIBAPI intn Vdeletetagref | ( | int32 | vkey, |
int32 | tag, | ||
int32 | ref | ||
) |
HDFLIBAPI void vdestroynode | ( | void * | n | ) |
HDFLIBAPI int32 Vdetach | ( | int32 | vkey | ) |
HDFLIBAPI void vfdestroynode | ( | void * | n | ) |
HDFLIBAPI int32 VFfieldesize | ( | int32 | vkey, |
int32 | idx | ||
) |
HDFLIBAPI int32 VFfieldisize | ( | int32 | vkey, |
int32 | idx | ||
) |
HDFLIBAPI char* VFfieldname | ( | int32 | vkey, |
int32 | idx | ||
) |
HDFLIBAPI int32 VFfieldorder | ( | int32 | vkey, |
int32 | idx | ||
) |
HDFLIBAPI int32 VFfieldtype | ( | int32 | vkey, |
int32 | idx | ||
) |
HDFLIBAPI int32 Vflocate | ( | int32 | vkey, |
char * | field | ||
) |
HDFLIBAPI int32 VFnfields | ( | int32 | vkey | ) |
HDFLIBAPI intn Vgetattr | ( | int32 | vgid, |
intn | attrindex, | ||
void * | values | ||
) |
HDFLIBAPI intn Vgetattr2 | ( | int32 | vgid, |
intn | attrindex, | ||
void * | values | ||
) |
HDFLIBAPI int32 Vgetclass | ( | int32 | vkey, |
char * | vgclass | ||
) |
HDFLIBAPI int32 Vgetclassnamelen | ( | int32 | vkey, |
uint16 * | classname_len | ||
) |
HDFLIBAPI int32 Vgetname | ( | int32 | vkey, |
char * | vgname | ||
) |
HDFLIBAPI int32 Vgetnamelen | ( | int32 | vkey, |
uint16 * | name_len | ||
) |
HDFLIBAPI int32 Vgetnext | ( | int32 | vkey, |
int32 | id | ||
) |
HDFLIBAPI intn Vgettagref | ( | int32 | vkey, |
int32 | which, | ||
int32 * | tag, | ||
int32 * | ref | ||
) |
HDFLIBAPI int32 Vgettagrefs | ( | int32 | vkey, |
int32 | tagarray[], | ||
int32 | refarray[], | ||
int32 | n | ||
) |
HDFLIBAPI int32 Vgetuservgs | ( | int32 | id, |
int32 | start_ref, | ||
int32 | n_vgs, | ||
int32 * | refarray | ||
) |
HDFLIBAPI int32 Vgetversion | ( | int32 | vgid | ) |
HDFLIBAPI intn Vgetvgroups | ( | int32 | id, |
uintn | start_vg, | ||
uintn | n_vgs, | ||
uint16 * | refarray | ||
) |
HDFLIBAPI int32 VHmakegroup | ( | HFILEID | f, |
int32 | tagarray[], | ||
int32 | refarray[], | ||
int32 | n, | ||
const char * | vgname, | ||
const char * | vgclass | ||
) |
HDFLIBAPI int32 VHstoredata | ( | HFILEID | f, |
const char * | field, | ||
const uint8 * | buf, | ||
int32 | n, | ||
int32 | datatype, | ||
const char * | vsname, | ||
const char * | vsclass | ||
) |
HDFLIBAPI int32 VHstoredatam | ( | HFILEID | f, |
const char * | field, | ||
const uint8 * | buf, | ||
int32 | n, | ||
int32 | datatype, | ||
const char * | vsname, | ||
const char * | vsclass, | ||
int32 | order | ||
) |
HDFLIBAPI intn Vinqtagref | ( | int32 | vkey, |
int32 | tag, | ||
int32 | ref | ||
) |
HDFLIBAPI intn Vinquire | ( | int32 | vkey, |
int32 * | nentries, | ||
char * | vgname | ||
) |
HDFLIBAPI int32 Vinsert | ( | int32 | vkey, |
int32 | vskey | ||
) |
HDFLIBAPI intn Visvg | ( | int32 | vkey, |
int32 | id | ||
) |
HDFLIBAPI intn Visvs | ( | int32 | vkey, |
int32 | id | ||
) |
HDFLIBAPI int32 vmakecompat | ( | char * | fs | ) |
HDFLIBAPI intn Vnattrs | ( | int32 | vgid | ) |
HDFLIBAPI intn Vnattrs2 | ( | int32 | vgid | ) |
HDFLIBAPI intn Vnoldattrs | ( | int32 | vgid | ) |
HDFLIBAPI int32 Vnrefs | ( | int32 | vkey, |
int32 | tag | ||
) |
HDFLIBAPI int32 Vntagrefs | ( | int32 | vkey | ) |
HDFLIBAPI intn VPshutdown | ( | void | ) |
HDFLIBAPI int32 VQueryref | ( | int32 | vkey | ) |
HDFLIBAPI int32 VQuerytag | ( | int32 | vkey | ) |
HDFLIBAPI int32 VSappendable | ( | int32 | vkey, |
int32 | blk | ||
) |
HDFLIBAPI intn VSattrinfo | ( | int32 | vsid, |
int32 | findex, | ||
intn | attrindex, | ||
char * | name, | ||
int32 * | datatype, | ||
int32 * | count, | ||
int32 * | size | ||
) |
HDFLIBAPI int32 VSdelete | ( | int32 | f, |
int32 | ref | ||
) |
HDFLIBAPI void vsdestroynode | ( | void * | n | ) |
HDFLIBAPI int32 VSdetach | ( | int32 | vkey | ) |
HDFLIBAPI void VSdump | ( | int32 | vkey | ) |
HDFLIBAPI int32 VSelts | ( | int32 | vkey | ) |
HDFLIBAPI intn Vsetattr | ( | int32 | vgid, |
const char * | attrname, | ||
int32 | datatype, | ||
int32 | count, | ||
const void * | values | ||
) |
HDFLIBAPI void Vsetzap | ( | void | ) |
HDFLIBAPI intn VSfexist | ( | int32 | vkey, |
char * | fields | ||
) |
HDFLIBAPI intn VSfnattrs | ( | int32 | vsid, |
int32 | findex | ||
) |
HDFLIBAPI intn VSfpack | ( | int32 | vsid, |
intn | packtype, | ||
const char * | fields_in_buf, | ||
void * | buf, | ||
intn | bufsz, | ||
intn | n_records, | ||
const char * | fields, | ||
void * | fldbufpt[] | ||
) |
HDFLIBAPI intn VSgetattr | ( | int32 | vsid, |
int32 | findex, | ||
intn | attrindex, | ||
void * | values | ||
) |
HDFLIBAPI intn VSgetblockinfo | ( | int32 | vkey, |
int32 * | block_size, | ||
int32 * | num_blocks | ||
) |
HDFLIBAPI int32 VSgetclass | ( | int32 | vkey, |
char * | vsclass | ||
) |
HDFLIBAPI intn VSgetexternalfile | ( | int32 | vkey, |
uintn | name_len, | ||
char * | filename, | ||
int32 * | offset | ||
) |
HDFLIBAPI int32 VSgetfields | ( | int32 | vkey, |
char * | fields | ||
) |
HDFLIBAPI int32 VSgetinterlace | ( | int32 | vkey | ) |
HDFLIBAPI int32 VSgetname | ( | int32 | vkey, |
char * | vsname | ||
) |
HDFLIBAPI intn VSgetvdatas | ( | int32 | id, |
uintn | start_vd, | ||
uintn | array_size, | ||
uint16 * | refarray | ||
) |
HDFLIBAPI int32 VSgetversion | ( | int32 | vkey | ) |
HDFLIBAPI intn VSinquire | ( | int32 | vkey, |
int32 * | nelt, | ||
int32 * | interlace, | ||
char * | fields, | ||
int32 * | eltsize, | ||
char * | vsname | ||
) |
HDFLIBAPI intn VSisattr | ( | int32 | vsid | ) |
HDFLIBAPI intn VSnattrs | ( | int32 | vsid | ) |
HDFLIBAPI intn VSofclass | ( | int32 | id, |
const char * | vsclass, | ||
uintn | start_vd, | ||
uintn | array_size, | ||
uint16 * | refarray | ||
) |
HDFLIBAPI intn VSPhshutdown | ( | void | ) |
HDFLIBAPI intn VSPshutdown | ( | void | ) |
HDFLIBAPI int32 VSQueryref | ( | int32 | vkey | ) |
HDFLIBAPI int32 VSQuerytag | ( | int32 | vkey | ) |
HDFLIBAPI int32 VSread | ( | int32 | vkey, |
uint8 | buf[], | ||
int32 | nelt, | ||
int32 | interlace | ||
) |
HDFLIBAPI int32 VSseek | ( | int32 | vkey, |
int32 | eltpos | ||
) |
HDFLIBAPI intn VSsetattr | ( | int32 | vsid, |
int32 | findex, | ||
const char * | attrname, | ||
int32 | datatype, | ||
int32 | count, | ||
const void * | values | ||
) |
HDFLIBAPI intn VSsetblocksize | ( | int32 | vkey, |
int32 | block_size | ||
) |
HDFLIBAPI intn VSsetinterlace | ( | int32 | vkey, |
int32 | interlace | ||
) |
HDFLIBAPI intn VSsetnumblocks | ( | int32 | vkey, |
int32 | num_blocks | ||
) |
HDFLIBAPI int32 VSsizeof | ( | int32 | vkey, |
char * | fields | ||
) |
HDFLIBAPI void vtfreekey | ( | void * | k | ) |