SoVolumeReaderDataConverted Property |
true if the data is already organized in tiles for the LDM module.
In other words, all drivers that directly support the GetTile() method should
set DataConverted to true.
If true, VolumeViz will use the ReadTile method and will NOT call GetSubSlice().
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax public bool DataConverted { get; set; }
Public Property DataConverted As Boolean
Get
Set
public:
property bool DataConverted {
bool get ();
void set (bool value);
}
member DataConverted : bool with get, set
Property Value
Type:
BooleanSee Also