Click or drag to resize
SoVolumeReaderCopyPolicies Enumeration
This method is optional. If it is not implemented, the method GetSubSlice() is used instead. In this case, GetSubSlice() must be implemented.
Memory management policies

Namespace: OIV.LDM.Readers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public enum CopyPolicies
Members
  Member nameValueDescription
COPY0 VolumeViz will manage memory.
NO_COPY1 The reader manages memory.
Remarks

If this method is implemented, it must copy the brick defined by subVolume to the memory pointed to by data, and must return TRUE. This method is useful only if the system provides a very fast way to get a brick. Otherwise getSubSlice() is more efficient.

See Also