#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <math.h>
#include <string.h>
#include <fcntl.h>
Go to the source code of this file.
|
| void | resize_oz (short *, int, int, int, int, short *) |
| |
◆ AVGVGRPNAME
| #define AVGVGRPNAME "Average" /* inner HDF Average Vgroup name */ |
◆ CENTER
◆ DBG
◆ EAST
◆ ERROR
◆ FAILURE
◆ GEOMCLASS
| #define GEOMCLASS "Geometry" |
◆ GEOMNAME
| #define GEOMNAME "Equal-Angle SDS" |
◆ GEOMSIZE
| #define GEOMSIZE ((2*sizeof(int32_t))+(6*sizeof(float))) |
◆ ISFIRST
◆ LAST
◆ LISTSIZE
◆ MAXDESCLEN
◆ MAXLABLEN
◆ MAXNAMELNG
◆ NE
◆ NORTH
◆ NOTFIRST
◆ NW
◆ OBSVGRPNAME
| #define OBSVGRPNAME "No. of Obs." /* inner HDF No. Obs. Vgroup name */ |
◆ OK
◆ SE
◆ SOUTH
◆ STDVGRPNAME
| #define STDVGRPNAME "Std. Deviation" /* inner HDF Std. Dev. Vgroup name */ |
◆ SUCCESS
◆ SW
◆ UNKNOWN
◆ WEST
◆ resize_oz()
| void resize_oz |
( |
short * |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
short * |
|
|
) |
| |