Click or drag to resize
SoVolumeWriterIsDataConverted Method

Returns true if the data is already organized in tiles for the LDM module.

Namespace: OIV.LDM.Writers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public abstract bool IsDataConverted()

Return Value

Type: Boolean
Remarks

In other words, all writers that directly support the writeTile() method should return true from isDataConverted.

If true is returned, VolumeViz will use the writeTile method and will not call writeSubVolume() or writeSubSlice().

Must be reimplemented in children classes.

See Also