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: 2024.1.1.0 (2024.1.1)
Syntax
public abstract bool IsDataConverted()

Return Value

Type: Boolean
Remarks

In other words, all writers that directly support the OIV.LDM.Writers.SoVolumeWriter.WriteTile(OIV.LDM.SoLDMTileID, OIV.Inventor.Devices.SoBufferObject) method should return true from isDataConverted.

If true is returned, VolumeViz will use the writeTile method and will not call writeSubVolume() or OIV.LDM.Writers.SoVolumeWriter.WriteSubSlice(System.Int32, OIV.Inventor.SbBox2i32, OIV.Inventor.Devices.SoBufferObject).

Must be reimplemented in children classes.

See Also