Click or drag to resize
SbImageDataAccessorGetRow Method (SoCpuBufferObject, Int32, Int32, Int32, Int32)

Get values of the full row at specified coordinates.

Namespace: OIV.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public bool GetRow(
	SoCpuBufferObject values,
	int y,
	int z,
	int t,
	int c
)

Parameters

values
Type: OIV.Inventor.DevicesSoCpuBufferObject

a buffer to retrieve voxel values of one component at specified row position as an array of double. OIV.Inventor.Devices.SoCpuBufferObject cannot be NULL. If its size does not match the required one, it is resized.

y
Type: SystemInt32

row coordinate

z
Type: SystemInt32

depth coordinate. Default is 0. Useful for 2D images.

t
Type: SystemInt32

time coordinate. Default is 0.

c
Type: SystemInt32

component number. Default is 0.

Return Value

Type: Boolean

true if the row is correctly read. false otherwise

Remarks

See Also