Click or drag to resize
SbImageDataVoxel Constructor
Initializes a new instance of the SbImageDataVoxel class

Namespace: OIV.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SbImageDataVoxel(
	SbImageDataType channelType,
	SoBufferObject buffer,
	ulong offset
)

Parameters

channelType
Type: OIV.ImageVizSbImageDataType

Type of channel (number of channel + data type)

buffer
Type: OIV.Inventor.DevicesSoBufferObject

main buffer containing data. Use to keep data alive and ensure they wont be deleted elsewhere.

offset
Type: SystemUInt64

offset in byte to beginning of channel inside buffer.

Remarks

See Also