Click or drag to resize
SoMemoryDataAdapterGetBufferObject Method

Returns the buffer object containing the image data.

Namespace: OIV.ImageViz.Nodes.Images
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoBufferObject GetBufferObject()

Return Value

Type: SoBufferObject
Remarks

Data are stored line by line, slice by slice, channels in CONTIGUOUS_PER_PIXEL.

See Also