|
MISR Toolkit
1.5.1
|
3-dimensional Data Buffer More...
#include <MisrUtil.h>

Data Fields | |
| int | nblock |
| int | nline |
| int | nsample |
| int | datasize |
| MTKt_DataType | datatype |
| MTKt_DataBufferType3D | data |
| void *** | vdata |
| void * | dataptr |
3-dimensional Data Buffer
Definition at line 129 of file MisrUtil.h.
| MTKt_DataBufferType3D MTKt_DataBuffer3D::data |
Data type access union
Definition at line 135 of file MisrUtil.h.
| void* MTKt_DataBuffer3D::dataptr |
Pointer data buffer
Definition at line 137 of file MisrUtil.h.
| int MTKt_DataBuffer3D::datasize |
Data element size (bytes)
Definition at line 133 of file MisrUtil.h.
| MTKt_DataType MTKt_DataBuffer3D::datatype |
Data type (enumeration)
Definition at line 134 of file MisrUtil.h.
| int MTKt_DataBuffer3D::nblock |
Number of blocks
Definition at line 130 of file MisrUtil.h.
| int MTKt_DataBuffer3D::nline |
Number of lines
Definition at line 131 of file MisrUtil.h.
| int MTKt_DataBuffer3D::nsample |
Number of samples
Definition at line 132 of file MisrUtil.h.
| void*** MTKt_DataBuffer3D::vdata |
Row major 3D array with Illiffe vector
Definition at line 136 of file MisrUtil.h.