Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF  4.3.0
API Reference
 
Loading...
Searching...
No Matches
mfgr.h File Reference
#include "hdf.h"

Macros

#define MFGR_INTERLACE_PIXEL   0 /* pixel interlacing scheme */
 
#define MFGR_INTERLACE_LINE   1 /* line interlacing scheme */
 
#define MFGR_INTERLACE_COMPONENT   2 /* component interlacing scheme */
 

Typedefs

typedef int16 gr_interlace_t
 

Macro Definition Documentation

◆ MFGR_INTERLACE_COMPONENT

#define MFGR_INTERLACE_COMPONENT   2 /* component interlacing scheme */

◆ MFGR_INTERLACE_LINE

#define MFGR_INTERLACE_LINE   1 /* line interlacing scheme */

◆ MFGR_INTERLACE_PIXEL

#define MFGR_INTERLACE_PIXEL   0 /* pixel interlacing scheme */

Typedef Documentation

◆ gr_interlace_t