Go to the source code of this file.
|
HDFLIBAPI int | process (Input *in, Output *out) |
|
HDFLIBAPI int | generate_scale (int32 dim, float32 *scale) |
|
HDFLIBAPI int | convert_interp (Input *in, Output *out) |
|
HDFLIBAPI int | pixrep_scaled (Input *in, Output *out) |
|
HDFLIBAPI int | compute_offsets (float32 *scale, int32 dim, int32 *offsets, int32 res) |
|
HDFLIBAPI int | pixrep_simple (Input *in, Output *out) |
|
HDFLIBAPI 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) |
|
◆ compute_offsets()
HDFLIBAPI int compute_offsets |
( |
float32 * |
scale, |
|
|
int32 |
dim, |
|
|
int32 * |
offsets, |
|
|
int32 |
res |
|
) |
| |
◆ convert_interp()
◆ DFUfptoimage()
HDFLIBAPI 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 |
|
) |
| |
◆ generate_scale()
HDFLIBAPI int generate_scale |
( |
int32 |
dim, |
|
|
float32 * |
scale |
|
) |
| |
◆ pixrep_scaled()
◆ pixrep_simple()
◆ process()