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 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.