|
MISR Toolkit
1.5.1
|
#include "H4api_adpt.h"Go to the source code of this file.
Data Structures | |
| struct | Input |
| struct | Output |
Functions | |
| HDFFCLIBAPI int | process (Input *in, Output *out) |
| HDFFCLIBAPI int | generate_scale (int32 dim, float32 *scale) |
| HDFFCLIBAPI int | convert_interp (Input *in, Output *out) |
| HDFFCLIBAPI int | pixrep_scaled (Input *in, Output *out) |
| HDFFCLIBAPI int | compute_offsets (float32 *scale, int32 dim, int32 *offsets, int32 res) |
| HDFFCLIBAPI int | pixrep_simple (Input *in, Output *out) |
| HDFFCLIBAPI int compute_offsets | ( | float32 * | scale, |
| int32 | dim, | ||
| int32 * | offsets, | ||
| int32 | res | ||
| ) |
| HDFFCLIBAPI int convert_interp | ( | Input * | in, |
| Output * | out | ||
| ) |
| HDFFCLIBAPI int generate_scale | ( | int32 | dim, |
| float32 * | scale | ||
| ) |
| HDFFCLIBAPI int pixrep_scaled | ( | Input * | in, |
| Output * | out | ||
| ) |
| HDFFCLIBAPI int pixrep_simple | ( | Input * | in, |
| Output * | out | ||
| ) |
| HDFFCLIBAPI int process | ( | Input * | in, |
| Output * | out | ||
| ) |