Click or drag to resize
SoVRMemoryWriterWriteSubSlice Method

Writes the data contained in the specified subslice.

Namespace: OIV.VolumeViz.Writers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public override bool WriteSubSlice(
	int sliceIndex,
	SbBox2i32 subSlice,
	SoBufferObject buffer
)

Parameters

sliceIndex
Type: SystemInt32
subSlice
Type: OIV.InventorSbBox2i32
buffer
Type: OIV.Inventor.DevicesSoBufferObject

Return Value

Type: Boolean
Remarks

This function must be called only if OIV.VolumeViz.Writers.SoVRMemoryWriter.IsDataConverted() return false.

Must be reimplemented in children classes.

See Also