MISR Toolkit
1.5.1
|
2-dimensional Data Buffer More...
#include <MisrUtil.h>
Data Fields | |
int | nline |
int | nsample |
int | datasize |
MTKt_DataType | datatype |
MTKt_boolean | imported |
MTKt_DataBufferType | data |
void ** | vdata |
void * | dataptr |
2-dimensional Data Buffer
Definition at line 98 of file MisrUtil.h.
MTKt_DataBufferType MTKt_DataBuffer::data |
Data type access union
Definition at line 104 of file MisrUtil.h.
void* MTKt_DataBuffer::dataptr |
Pointer data buffer
Definition at line 106 of file MisrUtil.h.
int MTKt_DataBuffer::datasize |
Data element size (bytes)
Definition at line 101 of file MisrUtil.h.
MTKt_DataType MTKt_DataBuffer::datatype |
Data type (enumeration)
Definition at line 102 of file MisrUtil.h.
MTKt_boolean MTKt_DataBuffer::imported |
Imported dataptr flag
Definition at line 103 of file MisrUtil.h.
int MTKt_DataBuffer::nline |
Number of lines
Definition at line 99 of file MisrUtil.h.
int MTKt_DataBuffer::nsample |
Number of samples
Definition at line 100 of file MisrUtil.h.
void** MTKt_DataBuffer::vdata |
Row major 2D array with Illiffe vector
Definition at line 105 of file MisrUtil.h.