Click or drag to resize
SoVRMemoryWriterdata Property

Buffer containing data.

Namespace: OIV.VolumeViz.Writers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFBufferObject data { get; }

Property Value

Type: SoSFBufferObject
Remarks

If specified, it must be the right size (nbVoxel * dataSize, by taking padding in account). If NULL, it will be allocated in the OIV.VolumeViz.Writers.SoVRMemoryWriter.Initialize() method and deleted in destructor. default is NULL.

See Also