Function: getActiveSegmentation()
getActiveSegmentation(
viewportId
):Segmentation
|undefined
Retrieves the active segmentation representation for a given viewport.
Parameters
• viewportId: string
The ID of the viewport.
Returns
Segmentation
| undefined
The active segmentation representation, or undefined if not found.
Defined in
tools/src/stateManagement/segmentation/getActiveSegmentation.ts:10