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
public override void GetSubSlice( SbBox2i32 subSlice, int sliceNumber, SoBufferObject dataBuffer )
2D region of the slice to return.
Slice number on the volume Z axis (first slice is 0).
The target buffer to be filled.
If not reimplemented then the version with "unsigned char*" parameter is called