AsyncMemoryImageFetch¶
-
MLModule¶ author MeVis Medical Solutions AGpackage MeVisLab/Standarddll MLAsyncImageLoadersdefinition MLAsyncImageLoaders.def see also AsyncMemoryImageLoad
Purpose¶
The AsyncMemoryImageFetch allows for calculating an ML input image asynchronously. The module outputs the entire volume filled with the image min value and then loads the data tile-by-tile in an extra background task. The image is already usable/displayable while loading, e.g., on a SoView2D or SoOrthoView2D.
Internally, the module uses an ML memory image, so that the data does not get copied/reallocated. This is especially useful if, e.g., the MPR or Reformat are used, since they make use of the memory image as well.
Parameter Fields¶
Field Index¶
Cancel: Trigger |
taskCanceled: Trigger |
Clear: Trigger |
taskFinished: Trigger |
Consistent: Bool |
taskRunning: Bool |
Load: Trigger |
taskVerboseLogging: Bool |
Loading Finished: Bool |
Update Mode: Enum |
progress: Float |
|
startTaskSynchronous: Trigger |
|
Status: String |