Function: getViewportSegmentations()
getViewportSegmentations(
viewportId
,type
?):Segmentation
[]
Retrieves the segmentations for a given viewport and type.
Parameters
• viewportId: string
The ID of the viewport.
• type?: SegmentationRepresentations
The type of the segmentation representation.
Returns
An array of segmentations for the given viewport and type.
Defined in
tools/src/stateManagement/segmentation/getViewportSegmentations.ts:12