Click or drag to resize
SoVRImageDataReaderGetSubSlice Method (SbBox2i32, Int32, SoBufferObject)

Same as OIV.ImageViz.Nodes.Images.SoVRImageDataReader.GetSubSlice(OIV.Inventor.SbBox2i32, System.Int32, OIV.Inventor.Generic.SbNativeArray{{System.Byte}}) but using an OIV.Inventor.Devices.SoBufferObject as the target of the data.

Namespace: OIV.ImageViz.Nodes.Images
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.2.3.0 (2023.2.3)
Syntax
public override void GetSubSlice(
	SbBox2i32 subSlice,
	int sliceNumber,
	SoBufferObject dataBuffer
)

Parameters

subSlice
Type: OIV.InventorSbBox2i32

2D region of the slice to return.

sliceNumber
Type: SystemInt32

Slice number on the volume Z axis (first slice is 0).

dataBuffer
Type: OIV.Inventor.DevicesSoBufferObject

The target buffer to be filled.

Remarks

If not reimplemented then the version with "unsigned char*" parameter is called

See Also