MbufSave()函数
Synopsis
Save a data buffer in a file, using the MIL output file format.
Format
void MbufSave(FileName, BufId)
Synopsis
Save a data buffer in a file, using the MIL output file format.
Format
void MbufSave(FileName, BufId)
Synopsis
Restore MIL file format data from a file into an automatically allocated data buffer.
Format
MIL_ID MbufRestore(FileName, SystemId, BufIdPtr)
Synopsis
Put data from a user-supplied array into a 2D area of a buffer.
Format
void MbufPut2d(DestBufId, OffX, OffY, SizeX, SizeY, UserArrayPtr
Synopsis
Write a specified series of pixels within specified coordinates, along a theoretical line.
Format
void MbufPutLine(ImageBufId, StartX, StartY, EndX, EndY, Mode, NumbPixelsPtr, UserArrayPtr)
Synopsis
Put data from a user-supplied array into a 1D area of a buffer.
Format
void MbufPut1d(DestBufId, OffX, SizeX, UserArrayPtr)
Synopsis
Put data from a user-supplied array into a region of one or all bands of a data buffer.
Format
void MbufPutColor2d(DestBufId, DataFormat, Band, OffX, OffY, SizeX, SizeY, UserArrayPtr)
Synopsis
Put data from a user-supplied array into one or all bands of a data buffer.
Format
void MbufPutColor(DestBufId, DataFormat, Band, UserArrayPtr)
Synopsis
Put data from a user-supplied array into a data buffer.
Format
void MbufPut(DestBufId, UserArrayPtr)
Synopsis
Load MIL file format data from a file into a data buffer.
Format
void MbufLoad(FileName, BufId)
Synopsis
Inquire about a data buffer.
Format
long MbufInquire(BufId, ParamToInquire, UserVarPtr)