SbRasterImageSetBuffer Method |
Name | Description | |
---|---|---|
SetBuffer(Byte) | Obsolete. Calls SetBuffer(buffer, OIV.Inventor.Image.SbRasterImage.CopyPolicies( .SbRasterImage.COPY )). | |
SetBuffer(SbNativeArrayByte) |
Sets the pixel buffer of the raster image.
By default, the memory policy is COPY.
| |
SetBuffer(SoBufferObject) | Sets the pixel buffer of the raster image. | |
SetBuffer(Byte, SbRasterImageCopyPolicies) | Obsolete. Sets the pixel buffer of the raster image. | |
SetBuffer(SbNativeArrayByte, SbRasterImageCopyPolicies) |
Sets the pixel buffer of the raster image.
By default, the memory policy is COPY,
NO_COPY is the most likely to be efficient.
|