table of contents
getdim.c(3) | Library Functions Manual | getdim.c(3) |
NAME¶
getdim.c - Return the dimensions and scanning mode of a grid definition.
SYNOPSIS¶
#include 'grib2_int.h'
#include <stdio.h>
#include <stdlib.h>
Functions¶
g2int getdim (unsigned char *csec3, g2int
*width, g2int *height, g2int *iscan)
Return the dimensions and scanning mode of a grid definition.
Detailed Description¶
Return the dimensions and scanning mode of a grid definition.
Author
Date
Definition in file getdim.c.
Function Documentation¶
g2int getdim (unsigned char * csec3, g2int * width, g2int * height, g2int * iscan)¶
Return the dimensions and scanning mode of a grid definition.
Parameters
width x (or i) dimension of the grid. 0 if grid is not recognized.
height y (or j) dimension of the grid. 0 if grid is not recognized.
iscan Scanning mode (see Table 3.4). 0 of grid not recognized.
Returns
Author
Date
Definition at line 27 of file getdim.c.
References g2_unpack3().
Referenced by g2_addfield().
Author¶
Generated automatically by Doxygen for NCEPLIBS-g2c from the source code.
Version 2.1.0 | NCEPLIBS-g2c |