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_priv.h File Reference
#include "hdf_priv.h"
#include "hfile_priv.h"
#include "tbbt_priv.h"

Data Structures

struct  gr_info_t
 
struct  at_info_t
 
struct  dim_info_t
 
struct  ri_info_t
 

Macros

#define GRATOM_HASH_SIZE   32
 
#define RI_TAG   DFTAG_VG /* Current RI groups are stored in Vgroups */
 
#define ATTR_TAG   DFTAG_VH /* Current GR attributes are stored in VDatas */
 
#define GR_ATTR_THRESHHOLD   2048
 
#define VALIDRIINDEX(i, gp)   ((i) >= 0 && (i) < (gp)->gr_count)
 

Functions

intn GRIil_convert (const void *inbuf, gr_interlace_t inil, void *outbuf, gr_interlace_t outil, int32 dims[2], int32 ncomp, int32 nt)
 
void GRIgrdestroynode (void *n)
 
void GRIattrdestroynode (void *n)
 
void GRIridestroynode (void *n)
 

Macro Definition Documentation

◆ ATTR_TAG

#define ATTR_TAG   DFTAG_VH /* Current GR attributes are stored in VDatas */

◆ GR_ATTR_THRESHHOLD

#define GR_ATTR_THRESHHOLD   2048

◆ GRATOM_HASH_SIZE

#define GRATOM_HASH_SIZE   32

◆ RI_TAG

#define RI_TAG   DFTAG_VG /* Current RI groups are stored in Vgroups */

◆ VALIDRIINDEX

#define VALIDRIINDEX ( i,
gp )   ((i) >= 0 && (i) < (gp)->gr_count)

Function Documentation

◆ GRIattrdestroynode()

void GRIattrdestroynode ( void * n)
extern

◆ GRIgrdestroynode()

void GRIgrdestroynode ( void * n)
extern

◆ GRIil_convert()

intn GRIil_convert ( const void * inbuf,
gr_interlace_t inil,
void * outbuf,
gr_interlace_t outil,
int32 dims[2],
int32 ncomp,
int32 nt )
extern

◆ GRIridestroynode()

void GRIridestroynode ( void * n)
extern