3
HDF Definition List
3.1 Definition List Overview
This section of the Reference Manual contains a listing of all definitions used with HDF routines. The definitions are categorized by their name prefix (the portion of the name before the underscore) into tables. The tables themselves are alphebetized by name.
This section is primarily intended to be of use to Fortran programmers whose compilers do not support include files, and need to know the values of the definitions so that they can be explicitly defined in their programs.
Definition Name | Definition Value |
FULL_INTERLACE | 0 |
NO_INTERLACE | 1 |
Definition Name | Definition Value |
DFREF_WILDCARD | 0 |
Definition Name | Definition Value |
AN_DATA_LABEL | 0 |
AN_DATA_DESC | 1 |
AN_FILE_LABEL | 2 |
AN_FILE_DESC | 3 |
Definition Name | Definition Value |
COMP_NONE | 0 |
COMP_RLE | 11 |
COMP_IMCOMP | 12 |
COMP_JPEG | 2 |
Definition Name | Definition Value |
COMP_CODE_NONE | 0 |
COMP_CODE_RLE | 1 |
COMP_CODE_NBIT | 2 |
COMP_CODE_SKPHUFF | 3 |
COMP_CODE_DEFLATE | 4 |
COMP_CODE_INVALID | 5 |
Definition Name | Definition Value |
DF_MAXFNLEN | 256 |
Definition Name | Definition Value |
DFACC_READ | 1 |
DFACC_WRITE | 2 |
DFACC_CREATE | 4 |
DFACC_ALL | 7 |
DFACC_RDONLY | 1 |
DFACC_RDWR | 3 |
DFACC_CLOBBER | 4 |
DFACC_DEFAULT | 0 |
DFACC_SERIAL | 1 |
DFACC_PARALLEL | 9 |
Definition Name | Definition Value |
DFNTF_NONE | 0 |
DFNTF_HDFDEFAULT | 1 |
DFNTF_IEEE | 1 |
DFNTF_VAX | 2 |
DFNTF_CRAY | 3 |
DFNTF_PC | 4 |
DFNTF_CONVEX | 5 |
DFNTF_VP | 6 |
Definition Name | Definition Value |
DFO_FORTRAN | 1 |
DFO_C | 2 |
Definition Name | Definition Value |
HDF_VDATA | -1 |
HDF_VSPACK | 0 |
HDF_VSUNPACK | 1 |
HDF_ENTIRE_VDATA | -1 |
HDF_APPENDABLE_BLOCK_LEN | 4096 |
HDF_APPENDABLE_BLOCK_NUM | 16 |
HDF_VSPACK | 0 |
HDF_VSUNPACK | 1 |
Definition Name | Definition Value |
MFGR_INTERLACE_PIXEL | 0 |
MFGR_INTERLACE_LINE | 1 |
MFGR_INTERLACE_COMPONENT | 2 |
Definition Name | Definition Value |
SD_UNLIMITED | 0 |
SD_DIMVAL_BW_COMP | 1 |
SD_DIMVAL_BW_INCOMP | 0 |
SD_FILL | 0 |
SD_NOFILL | 256 |
SD_RAGGED | -1 |