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

Data Structures

struct  Input
 
struct  Output
 

Functions

int process (Input *in, Output *out)
 
int generate_scale (int32 dim, float32 *scale)
 
int convert_interp (Input *in, Output *out)
 
int pixrep_scaled (Input *in, Output *out)
 
int compute_offsets (float32 *scale, int32 dim, int32 *offsets, int32 res)
 
int pixrep_simple (Input *in, Output *out)
 
int DFUfptoimage (int32 hdim, int32 vdim, float32 max, float32 min, float32 *hscale, float32 *vscale, float32 *data, uint8 *palette, char *outfile, int ct_method, int32 hres, int32 vres, int compress)
 

Function Documentation

◆ compute_offsets()

int compute_offsets ( float32 * scale,
int32 dim,
int32 * offsets,
int32 res )
extern

◆ convert_interp()

int convert_interp ( Input * in,
Output * out )
extern

◆ DFUfptoimage()

int DFUfptoimage ( int32 hdim,
int32 vdim,
float32 max,
float32 min,
float32 * hscale,
float32 * vscale,
float32 * data,
uint8 * palette,
char * outfile,
int ct_method,
int32 hres,
int32 vres,
int compress )
extern

◆ generate_scale()

int generate_scale ( int32 dim,
float32 * scale )
extern

◆ pixrep_scaled()

int pixrep_scaled ( Input * in,
Output * out )
extern

◆ pixrep_simple()

int pixrep_simple ( Input * in,
Output * out )
extern

◆ process()

int process ( Input * in,
Output * out )
extern