AsyncMemoryImageFetch¶
-
MLModule
¶ author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLAsyncImageLoaders
definition MLAsyncImageLoaders.def see also AsyncMemoryImageLoad
Purpose¶
The AsyncMemoryImageFetch
allows to calculate an ML input image asynchronously. The module outputs the whole 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 a 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 |