Click or drag to resize
SoVRImageDataReaderIsThreadSafe Property

Should return true if the reader is thread safe.

Namespace: OIV.ImageViz.Nodes.Images
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.2.3.0 (2023.2.3)
Syntax
public override bool IsThreadSafe { get; }

Property Value

Type: Boolean
Remarks

This function is called by VolumeViz when using the multiIO mode (LDM only). LDM multi-threaded data loading can only be used if this method returns true.

See Also