Function: createLocalLabelmapVolume()
createLocalLabelmapVolume(
options
,volumeId
,preventCache
):IImageVolume
Creates a local segmentation volume.
Parameters
• options: LocalVolumeOptions
The options for creating the volume.
• volumeId: string
The ID of the volume.
• preventCache: boolean
= false
Whether to prevent caching the volume.
Returns
A promise that resolves to the created image volume.