Click or drag to resize
SoLDMDataAccessGetDataModes Enumeration

Specifies the way data is requested from the volume reader when the necessary tiles are not already present in LDM cache memory.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum GetDataModes
Members
  Member nameValueDescription
CACHE0

Request data by tile (default)

DIRECT1

Request data directly.

This means to only request, for example, the specific slice of data, not the complete tiles.

DIRECT_AND_PREFETCH2

Same as Direct, but also schedule the relevant tiles to be loaded for faster future access.

Remarks

See the class description for more info. See OIV.LDM.SoLDMDataAccess.SetGetDataMode(OIV.LDM.SoLDMDataAccess.GetDataModes) method.

See Also