SoVolumeReaderCopyPolicies Enumeration |
Namespace: OIV.LDM.Readers
Member name | Value | Description | |
---|---|---|---|
COPY | 0 | VolumeViz will manage memory. | |
NO_COPY | 1 | The reader manages memory. |
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.