MISR Toolkit
1.5.1
|
Go to the source code of this file.
Functions | |
MTKt_status | MtkDataBufferAllocate3D (int nblock, int nline, int nsample, MTKt_DataType datatype, MTKt_DataBuffer3D *databuf) |
Allocate 3-dimensional Data Buffer (a buffer stack) More... | |
MTKt_status MtkDataBufferAllocate3D | ( | int | nblock, |
int | nline, | ||
int | nsample, | ||
MTKt_DataType | datatype, | ||
MTKt_DataBuffer3D * | databuf | ||
) |
Allocate 3-dimensional Data Buffer (a buffer stack)
MTKe_int16
databuf
[in] | nblock | Number of blocks |
[in] | nline | Number of lines |
[in] | nsample | Number of samples |
[in] | datatype | Data Type |
[out] | databuf | Data Buffer |
Definition at line 35 of file MtkDataBufferAllocate3D.c.