MISR Toolkit
1.5.1
|
Cache (Low Level) More...
#include <MisrCache.h>
Data Fields | |
int32 | fid |
int | ncid |
char * | gridname |
char * | fieldname |
int | block_cnt |
MTKt_DataBuffer | fill |
MTKt_Block | block [NBLOCK+1] |
Cache (Low Level)
Definition at line 36 of file MisrCache.h.
MTKt_Block MTKt_Cache::block[NBLOCK+1] |
Block
Definition at line 43 of file MisrCache.h.
int MTKt_Cache::block_cnt |
Block count
Definition at line 41 of file MisrCache.h.
int32 MTKt_Cache::fid |
HDF-EOS file identifier
Definition at line 37 of file MisrCache.h.
char* MTKt_Cache::fieldname |
Field name
Definition at line 40 of file MisrCache.h.
MTKt_DataBuffer MTKt_Cache::fill |
Fill
Definition at line 42 of file MisrCache.h.
char* MTKt_Cache::gridname |
Grid name
Definition at line 39 of file MisrCache.h.
int MTKt_Cache::ncid |
netCDF file identifier
Definition at line 38 of file MisrCache.h.