SoVolumeWriterIsDataConverted Method |
Returns true if the data is already organized in tiles for the LDM module.
Namespace: OIV.LDM.Writers
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.