@cornerstonejs/tools 2.0.0-beta.8 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/constants/COLOR_LUT.d.ts +3 -0
- package/dist/esm/constants/COLOR_LUT.js +0 -1
- package/dist/esm/constants/index.d.ts +2 -0
- package/dist/esm/constants/index.js +0 -1
- package/dist/esm/cursors/ImageMouseCursor.d.ts +9 -0
- package/dist/esm/cursors/ImageMouseCursor.js +0 -1
- package/dist/esm/cursors/MouseCursor.d.ts +12 -0
- package/dist/esm/cursors/MouseCursor.js +0 -1
- package/dist/esm/cursors/SVGCursorDescriptor.d.ts +9 -0
- package/dist/esm/cursors/SVGCursorDescriptor.js +7 -1
- package/dist/esm/cursors/SVGMouseCursor.d.ts +6 -0
- package/dist/esm/cursors/SVGMouseCursor.js +0 -1
- package/dist/esm/cursors/elementCursor.d.ts +6 -0
- package/dist/esm/cursors/elementCursor.js +1 -2
- package/dist/esm/cursors/index.d.ts +8 -0
- package/dist/esm/cursors/index.js +0 -1
- package/dist/esm/cursors/setCursorForElement.d.ts +2 -0
- package/dist/esm/cursors/setCursorForElement.js +0 -1
- package/dist/esm/drawingSvg/_getHash.d.ts +2 -0
- package/dist/esm/drawingSvg/_getHash.js +0 -1
- package/dist/esm/drawingSvg/clearByToolType.d.ts +2 -0
- package/dist/esm/drawingSvg/clearByToolType.js +0 -1
- package/dist/esm/drawingSvg/draw.d.ts +3 -0
- package/dist/esm/drawingSvg/draw.js +0 -1
- package/dist/esm/drawingSvg/drawArrow.d.ts +3 -0
- package/dist/esm/drawingSvg/drawArrow.js +0 -1
- package/dist/esm/drawingSvg/drawCircle.d.ts +4 -0
- package/dist/esm/drawingSvg/drawCircle.js +0 -1
- package/dist/esm/drawingSvg/drawEllipse.d.ts +4 -0
- package/dist/esm/drawingSvg/drawEllipse.js +1 -1
- package/dist/esm/drawingSvg/drawEllipseByCoordinates.d.ts +4 -0
- package/dist/esm/drawingSvg/drawEllipseByCoordinates.js +0 -1
- package/dist/esm/drawingSvg/drawHandle.d.ts +4 -0
- package/dist/esm/drawingSvg/drawHandle.js +0 -1
- package/dist/esm/drawingSvg/drawHandles.d.ts +4 -0
- package/dist/esm/drawingSvg/drawHandles.js +0 -1
- package/dist/esm/drawingSvg/drawHeight.d.ts +3 -0
- package/dist/esm/drawingSvg/drawHeight.js +42 -0
- package/dist/esm/drawingSvg/drawLine.d.ts +3 -0
- package/dist/esm/drawingSvg/drawLine.js +0 -1
- package/dist/esm/drawingSvg/drawLink.d.ts +4 -0
- package/dist/esm/drawingSvg/drawLink.js +0 -1
- package/dist/esm/drawingSvg/drawLinkedTextBox.d.ts +4 -0
- package/dist/esm/drawingSvg/drawLinkedTextBox.js +0 -1
- package/dist/esm/drawingSvg/drawPath.d.ts +11 -0
- package/dist/esm/drawingSvg/drawPath.js +0 -1
- package/dist/esm/drawingSvg/drawPolyline.d.ts +11 -0
- package/dist/esm/drawingSvg/drawPolyline.js +0 -1
- package/dist/esm/drawingSvg/drawRect.d.ts +3 -0
- package/dist/esm/drawingSvg/drawRect.js +1 -1
- package/dist/esm/drawingSvg/drawRectByCoordinates.d.ts +3 -0
- package/dist/esm/drawingSvg/drawRectByCoordinates.js +0 -1
- package/dist/esm/drawingSvg/drawRedactionRect.d.ts +3 -0
- package/dist/esm/drawingSvg/drawRedactionRect.js +0 -1
- package/dist/esm/drawingSvg/drawTextBox.d.ts +4 -0
- package/dist/esm/drawingSvg/drawTextBox.js +0 -1
- package/dist/esm/drawingSvg/getSvgDrawingHelper.d.ts +3 -0
- package/dist/esm/drawingSvg/getSvgDrawingHelper.js +2 -3
- package/dist/esm/drawingSvg/index.d.ts +19 -0
- package/dist/esm/drawingSvg/index.js +2 -2
- package/dist/esm/drawingSvg/setAttributesIfNecessary.d.ts +2 -0
- package/dist/esm/drawingSvg/setAttributesIfNecessary.js +0 -1
- package/dist/esm/drawingSvg/setNewAttributesIfValid.d.ts +2 -0
- package/dist/esm/drawingSvg/setNewAttributesIfValid.js +0 -1
- package/dist/esm/enums/AnnotationStyleStates.d.ts +8 -0
- package/dist/esm/enums/AnnotationStyleStates.js +0 -1
- package/dist/esm/enums/ChangeTypes.d.ts +9 -0
- package/dist/esm/enums/ChangeTypes.js +0 -1
- package/dist/esm/enums/Events.d.ts +41 -0
- package/dist/esm/enums/Events.js +1 -1
- package/dist/esm/enums/SegmentationRepresentations.d.ts +6 -0
- package/dist/esm/enums/SegmentationRepresentations.js +3 -4
- package/dist/esm/enums/StrategyCallbacks.d.ts +14 -0
- package/dist/esm/enums/StrategyCallbacks.js +0 -1
- package/dist/esm/enums/ToolBindings.d.ts +26 -0
- package/dist/esm/enums/ToolBindings.js +2 -1
- package/dist/esm/enums/ToolModes.d.ts +7 -0
- package/dist/esm/enums/ToolModes.js +0 -1
- package/dist/esm/enums/Touch.d.ts +7 -0
- package/dist/esm/enums/Touch.js +0 -1
- package/dist/esm/enums/WorkerTypes.d.ts +8 -0
- package/dist/esm/enums/WorkerTypes.js +5 -6
- package/dist/esm/enums/index.d.ts +11 -0
- package/dist/esm/enums/index.js +0 -1
- package/dist/esm/eventDispatchers/annotationInterpolationEventDispatcher.d.ts +5 -0
- package/dist/esm/eventDispatchers/annotationInterpolationEventDispatcher.js +0 -1
- package/dist/esm/eventDispatchers/annotationModifiedEventDispatcher.d.ts +5 -0
- package/dist/esm/eventDispatchers/annotationModifiedEventDispatcher.js +1 -2
- package/dist/esm/eventDispatchers/cameraModifiedEventDispatcher.d.ts +5 -0
- package/dist/esm/eventDispatchers/cameraModifiedEventDispatcher.js +0 -1
- package/dist/esm/eventDispatchers/cameraResetEventDispatcher.d.ts +5 -0
- package/dist/esm/eventDispatchers/cameraResetEventDispatcher.js +0 -1
- package/dist/esm/eventDispatchers/imageRenderedEventDispatcher.d.ts +5 -0
- package/dist/esm/eventDispatchers/imageRenderedEventDispatcher.js +0 -1
- package/dist/esm/eventDispatchers/imageSpacingCalibratedEventDispatcher.d.ts +5 -0
- package/dist/esm/eventDispatchers/imageSpacingCalibratedEventDispatcher.js +0 -1
- package/dist/esm/eventDispatchers/index.d.ts +9 -0
- package/dist/esm/eventDispatchers/index.js +0 -1
- package/dist/esm/eventDispatchers/keyboardEventHandlers/index.d.ts +3 -0
- package/dist/esm/eventDispatchers/keyboardEventHandlers/index.js +0 -1
- package/dist/esm/eventDispatchers/keyboardEventHandlers/keyDown.d.ts +2 -0
- package/dist/esm/eventDispatchers/keyboardEventHandlers/keyDown.js +2 -3
- package/dist/esm/eventDispatchers/keyboardEventHandlers/keyUp.d.ts +2 -0
- package/dist/esm/eventDispatchers/keyboardEventHandlers/keyUp.js +2 -3
- package/dist/esm/eventDispatchers/keyboardToolEventDispatcher.d.ts +5 -0
- package/dist/esm/eventDispatchers/keyboardToolEventDispatcher.js +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/index.d.ts +9 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/index.js +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseClick.d.ts +2 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseClick.js +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDoubleClick.d.ts +2 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDoubleClick.js +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDown.d.ts +2 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDown.js +12 -6
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownActivate.d.ts +2 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownActivate.js +1 -2
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownAnnotationAction.d.ts +2 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownAnnotationAction.js +1 -2
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDrag.d.ts +2 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDrag.js +1 -2
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseMove.d.ts +2 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseMove.js +5 -2
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseUp.d.ts +2 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseUp.js +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseWheel.d.ts +3 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseWheel.js +15 -3
- package/dist/esm/eventDispatchers/mouseToolEventDispatcher.d.ts +5 -0
- package/dist/esm/eventDispatchers/mouseToolEventDispatcher.js +0 -1
- package/dist/esm/eventDispatchers/shared/customCallbackHandler.d.ts +1 -0
- package/dist/esm/eventDispatchers/shared/customCallbackHandler.js +3 -3
- package/dist/esm/eventDispatchers/shared/getActiveToolForKeyboardEvent.d.ts +2 -0
- package/dist/esm/eventDispatchers/shared/getActiveToolForKeyboardEvent.js +2 -3
- package/dist/esm/eventDispatchers/shared/getActiveToolForMouseEvent.d.ts +2 -0
- package/dist/esm/eventDispatchers/shared/getActiveToolForMouseEvent.js +5 -7
- package/dist/esm/eventDispatchers/shared/getActiveToolForTouchEvent.d.ts +2 -0
- package/dist/esm/eventDispatchers/shared/getActiveToolForTouchEvent.js +2 -3
- package/dist/esm/eventDispatchers/shared/getMouseModifier.d.ts +3 -0
- package/dist/esm/eventDispatchers/shared/getMouseModifier.js +0 -1
- package/dist/esm/eventDispatchers/shared/getToolsWithActionsForKeyboardEvents.d.ts +3 -0
- package/dist/esm/eventDispatchers/shared/getToolsWithActionsForKeyboardEvents.js +2 -3
- package/dist/esm/eventDispatchers/shared/getToolsWithActionsForMouseEvent.d.ts +4 -0
- package/dist/esm/eventDispatchers/shared/getToolsWithActionsForMouseEvent.js +2 -3
- package/dist/esm/eventDispatchers/shared/getToolsWithModesForMouseEvent.d.ts +5 -0
- package/dist/esm/eventDispatchers/shared/getToolsWithModesForMouseEvent.js +2 -3
- package/dist/esm/eventDispatchers/shared/getToolsWithModesForTouchEvent.d.ts +5 -0
- package/dist/esm/eventDispatchers/shared/getToolsWithModesForTouchEvent.js +2 -3
- package/dist/esm/eventDispatchers/touchEventHandlers/index.d.ts +7 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/index.js +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchDrag.d.ts +2 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/touchDrag.js +1 -2
- package/dist/esm/eventDispatchers/touchEventHandlers/touchEnd.d.ts +2 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/touchEnd.js +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchPress.d.ts +2 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/touchPress.js +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchStart.d.ts +2 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/touchStart.js +2 -3
- package/dist/esm/eventDispatchers/touchEventHandlers/touchStartActivate.d.ts +2 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/touchStartActivate.js +1 -2
- package/dist/esm/eventDispatchers/touchEventHandlers/touchTap.d.ts +2 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/touchTap.js +0 -1
- package/dist/esm/eventDispatchers/touchToolEventDispatcher.d.ts +5 -0
- package/dist/esm/eventDispatchers/touchToolEventDispatcher.js +0 -1
- package/dist/esm/eventListeners/annotations/annotationCompletedListener.d.ts +2 -0
- package/dist/esm/eventListeners/annotations/annotationCompletedListener.js +0 -1
- package/dist/esm/eventListeners/annotations/annotationModifiedListener.d.ts +2 -0
- package/dist/esm/eventListeners/annotations/annotationModifiedListener.js +2 -5
- package/dist/esm/eventListeners/annotations/annotationRemovedListener.d.ts +2 -0
- package/dist/esm/eventListeners/annotations/annotationRemovedListener.js +0 -1
- package/dist/esm/eventListeners/annotations/annotationSelectionListener.d.ts +2 -0
- package/dist/esm/eventListeners/annotations/annotationSelectionListener.js +2 -3
- package/dist/esm/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.d.ts +5 -0
- package/dist/esm/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.js +24 -27
- package/dist/esm/eventListeners/annotations/contourSegmentation/contourSegmentationRemoved.d.ts +2 -0
- package/dist/esm/eventListeners/annotations/contourSegmentation/contourSegmentationRemoved.js +0 -1
- package/dist/esm/eventListeners/annotations/contourSegmentation/index.js +0 -1
- package/dist/esm/eventListeners/annotations/index.d.ts +5 -0
- package/dist/esm/eventListeners/annotations/index.js +0 -1
- package/dist/esm/eventListeners/index.d.ts +7 -0
- package/dist/esm/eventListeners/index.js +2 -3
- package/dist/esm/eventListeners/keyboard/index.d.ts +9 -0
- package/dist/esm/eventListeners/keyboard/index.js +0 -1
- package/dist/esm/eventListeners/keyboard/keyDownListener.d.ts +4 -0
- package/dist/esm/eventListeners/keyboard/keyDownListener.js +0 -1
- package/dist/esm/eventListeners/mouse/getMouseEventPoints.d.ts +2 -0
- package/dist/esm/eventListeners/mouse/getMouseEventPoints.js +4 -2
- package/dist/esm/eventListeners/mouse/index.d.ts +7 -0
- package/dist/esm/eventListeners/mouse/index.js +0 -1
- package/dist/esm/eventListeners/mouse/mouseDoubleClickListener.d.ts +2 -0
- package/dist/esm/eventListeners/mouse/mouseDoubleClickListener.js +0 -1
- package/dist/esm/eventListeners/mouse/mouseDownListener.d.ts +4 -0
- package/dist/esm/eventListeners/mouse/mouseDownListener.js +17 -2
- package/dist/esm/eventListeners/mouse/mouseMoveListener.d.ts +2 -0
- package/dist/esm/eventListeners/mouse/mouseMoveListener.js +0 -1
- package/dist/esm/eventListeners/segmentation/imageChangeEventListener.d.ts +5 -0
- package/dist/esm/eventListeners/segmentation/imageChangeEventListener.js +63 -87
- package/dist/esm/eventListeners/segmentation/index.d.ts +4 -0
- package/dist/esm/eventListeners/segmentation/index.js +1 -4
- package/dist/esm/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.d.ts +3 -0
- package/dist/esm/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.js +53 -45
- package/dist/esm/eventListeners/segmentation/segmentationDataModifiedEventListener.d.ts +3 -0
- package/dist/esm/eventListeners/segmentation/segmentationDataModifiedEventListener.js +5 -10
- package/dist/esm/eventListeners/segmentation/segmentationModifiedEventListener.d.ts +3 -0
- package/dist/esm/eventListeners/segmentation/segmentationModifiedEventListener.js +2 -12
- package/dist/esm/eventListeners/segmentation/segmentationRepresentationModifiedListener.d.ts +3 -0
- package/dist/esm/eventListeners/segmentation/segmentationRepresentationModifiedListener.js +6 -0
- package/dist/esm/eventListeners/touch/getTouchEventPoints.d.ts +2 -0
- package/dist/esm/eventListeners/touch/getTouchEventPoints.js +0 -1
- package/dist/esm/eventListeners/touch/index.d.ts +7 -0
- package/dist/esm/eventListeners/touch/index.js +0 -1
- package/dist/esm/eventListeners/touch/preventGhostClick.d.ts +7 -0
- package/dist/esm/eventListeners/touch/preventGhostClick.js +0 -1
- package/dist/esm/eventListeners/touch/touchStartListener.d.ts +2 -0
- package/dist/esm/eventListeners/touch/touchStartListener.js +0 -1
- package/dist/esm/eventListeners/wheel/index.d.ts +7 -0
- package/dist/esm/eventListeners/wheel/index.js +0 -1
- package/dist/esm/eventListeners/wheel/normalizeWheel.d.ts +6 -0
- package/dist/esm/eventListeners/wheel/normalizeWheel.js +0 -1
- package/dist/esm/eventListeners/wheel/wheelListener.d.ts +2 -0
- package/dist/esm/eventListeners/wheel/wheelListener.js +0 -1
- package/dist/esm/index.d.ts +15 -0
- package/dist/esm/index.js +4 -4
- package/dist/esm/init.d.ts +3 -0
- package/dist/esm/init.js +8 -8
- package/dist/esm/stateManagement/annotation/AnnotationGroup.d.ts +18 -0
- package/dist/esm/stateManagement/annotation/AnnotationGroup.js +0 -1
- package/dist/esm/stateManagement/annotation/AnnotationRenderingEngine.d.ts +20 -0
- package/dist/esm/stateManagement/annotation/AnnotationRenderingEngine.js +112 -0
- package/dist/esm/stateManagement/annotation/FrameOfReferenceSpecificAnnotationManager.d.ts +27 -0
- package/dist/esm/stateManagement/annotation/FrameOfReferenceSpecificAnnotationManager.js +6 -8
- package/dist/esm/stateManagement/annotation/annotationLocking.d.ts +7 -0
- package/dist/esm/stateManagement/annotation/annotationLocking.js +38 -53
- package/dist/esm/stateManagement/annotation/annotationSelection.d.ts +7 -0
- package/dist/esm/stateManagement/annotation/annotationSelection.js +15 -2
- package/dist/esm/stateManagement/annotation/annotationState.d.ts +19 -0
- package/dist/esm/stateManagement/annotation/annotationState.js +17 -8
- package/dist/esm/stateManagement/annotation/annotationVisibility.d.ts +5 -0
- package/dist/esm/stateManagement/annotation/annotationVisibility.js +8 -30
- package/dist/esm/stateManagement/annotation/config/ToolStyle.d.ts +18 -0
- package/dist/esm/stateManagement/annotation/config/ToolStyle.js +2 -3
- package/dist/esm/stateManagement/annotation/config/getFont.d.ts +4 -0
- package/dist/esm/stateManagement/annotation/config/getFont.js +0 -1
- package/dist/esm/stateManagement/annotation/config/getState.d.ts +4 -0
- package/dist/esm/stateManagement/annotation/config/getState.js +1 -2
- package/dist/esm/stateManagement/annotation/config/helpers.d.ts +4 -0
- package/dist/esm/stateManagement/annotation/config/helpers.js +0 -1
- package/dist/esm/stateManagement/annotation/config/index.d.ts +4 -0
- package/dist/esm/stateManagement/annotation/config/index.js +0 -1
- package/dist/esm/stateManagement/annotation/getAnnotation.d.ts +2 -0
- package/dist/esm/stateManagement/annotation/getAnnotation.js +6 -0
- package/dist/esm/stateManagement/annotation/helpers/state.d.ts +10 -0
- package/dist/esm/stateManagement/annotation/helpers/state.js +0 -1
- package/dist/esm/stateManagement/annotation/index.d.ts +8 -0
- package/dist/esm/stateManagement/annotation/index.js +0 -1
- package/dist/esm/stateManagement/annotation/utilities/defineProperties.d.ts +4 -0
- package/dist/esm/stateManagement/annotation/utilities/defineProperties.js +0 -1
- package/dist/esm/stateManagement/index.d.ts +18 -0
- package/dist/esm/stateManagement/index.js +1 -3
- package/dist/esm/stateManagement/segmentation/SegmentationRenderingEngine.d.ts +20 -0
- package/dist/esm/stateManagement/segmentation/SegmentationRenderingEngine.js +153 -0
- package/dist/esm/stateManagement/segmentation/SegmentationStateManager.d.ts +87 -0
- package/dist/esm/stateManagement/segmentation/SegmentationStateManager.js +388 -146
- package/dist/esm/stateManagement/segmentation/SegmentationStyle.d.ts +39 -0
- package/dist/esm/stateManagement/segmentation/SegmentationStyle.js +223 -0
- package/dist/esm/stateManagement/segmentation/activeSegmentation.d.ts +4 -0
- package/dist/esm/stateManagement/segmentation/activeSegmentation.js +7 -24
- package/dist/esm/stateManagement/segmentation/addColorLUT.d.ts +2 -0
- package/dist/esm/stateManagement/segmentation/addColorLUT.js +25 -0
- package/dist/esm/stateManagement/segmentation/addSegmentationRepresentationsToViewport.d.ts +15 -0
- package/dist/esm/stateManagement/segmentation/addSegmentationRepresentationsToViewport.js +49 -0
- package/dist/esm/stateManagement/segmentation/addSegmentations.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/addSegmentations.js +11 -8
- package/dist/esm/stateManagement/segmentation/config/index.d.ts +4 -0
- package/dist/esm/stateManagement/segmentation/config/index.js +2 -3
- package/dist/esm/stateManagement/segmentation/config/segmentationColor.d.ts +6 -0
- package/dist/esm/stateManagement/segmentation/config/segmentationColor.js +27 -26
- package/dist/esm/stateManagement/segmentation/config/segmentationVisibility.d.ts +22 -0
- package/dist/esm/stateManagement/segmentation/config/segmentationVisibility.js +38 -59
- package/dist/esm/stateManagement/segmentation/config/styleHelpers.d.ts +25 -0
- package/dist/esm/stateManagement/segmentation/config/styleHelpers.js +37 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationDataModified.d.ts +1 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationDataModified.js +11 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationModified.d.ts +1 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationModified.js +8 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRemoved.d.ts +1 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRemoved.js +8 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRepresentationModified.d.ts +2 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRepresentationModified.js +10 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRepresentationRemoved.d.ts +2 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRepresentationRemoved.js +10 -0
- package/dist/esm/stateManagement/segmentation/getActiveSegmentIndex.d.ts +1 -0
- package/dist/esm/stateManagement/segmentation/getActiveSegmentIndex.js +9 -0
- package/dist/esm/stateManagement/segmentation/getActiveSegmentation.d.ts +2 -0
- package/dist/esm/stateManagement/segmentation/getActiveSegmentation.js +5 -0
- package/dist/esm/stateManagement/segmentation/getColorLUT.d.ts +2 -0
- package/dist/esm/stateManagement/segmentation/getColorLUT.js +5 -0
- package/dist/esm/stateManagement/segmentation/getCurrentLabelmapImageIdForViewport.d.ts +1 -0
- package/dist/esm/stateManagement/segmentation/getCurrentLabelmapImageIdForViewport.js +5 -0
- package/dist/esm/stateManagement/segmentation/getGlobalStyle.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/getGlobalStyle.js +4 -0
- package/dist/esm/stateManagement/segmentation/getLabelmapImageIds.d.ts +1 -0
- package/dist/esm/stateManagement/segmentation/getLabelmapImageIds.js +7 -0
- package/dist/esm/stateManagement/segmentation/getNextColorLUTIndex.d.ts +1 -0
- package/dist/esm/stateManagement/segmentation/getNextColorLUTIndex.js +5 -0
- package/dist/esm/stateManagement/segmentation/getSegmentation.d.ts +2 -0
- package/dist/esm/stateManagement/segmentation/getSegmentation.js +5 -0
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentation.d.ts +10 -0
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentation.js +13 -0
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationVisibility.d.ts +5 -0
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationVisibility.js +5 -0
- package/dist/esm/stateManagement/segmentation/getSegmentations.d.ts +2 -0
- package/dist/esm/stateManagement/segmentation/getSegmentations.js +6 -0
- package/dist/esm/stateManagement/segmentation/getStackSegmentationImageIdsForViewport.d.ts +1 -0
- package/dist/esm/stateManagement/segmentation/getStackSegmentationImageIdsForViewport.js +5 -0
- package/dist/esm/stateManagement/segmentation/getViewportIdsWithSegmentation.d.ts +1 -0
- package/dist/esm/stateManagement/segmentation/getViewportIdsWithSegmentation.js +10 -0
- package/dist/esm/stateManagement/segmentation/getViewportSegmentations.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/getViewportSegmentations.js +15 -0
- package/dist/esm/stateManagement/segmentation/helpers/clearSegmentValue.d.ts +1 -0
- package/dist/esm/stateManagement/segmentation/helpers/clearSegmentValue.js +30 -0
- package/dist/esm/stateManagement/segmentation/helpers/clipAndCacheSurfacesForViewport.d.ts +16 -0
- package/dist/esm/stateManagement/segmentation/helpers/clipAndCacheSurfacesForViewport.js +13 -16
- package/dist/esm/stateManagement/segmentation/helpers/computeStackLabelmapFromVolume.d.ts +13 -0
- package/dist/esm/stateManagement/segmentation/helpers/computeStackLabelmapFromVolume.js +22 -0
- package/dist/esm/stateManagement/segmentation/helpers/computeVolumeLabelmapFromStack.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/helpers/computeVolumeLabelmapFromStack.js +4 -0
- package/dist/esm/stateManagement/segmentation/helpers/convertStackToVolumeLabelmap.d.ts +1 -0
- package/dist/esm/stateManagement/segmentation/helpers/convertStackToVolumeLabelmap.js +7 -0
- package/dist/esm/stateManagement/segmentation/helpers/getSegmentationActor.d.ts +4 -0
- package/dist/esm/stateManagement/segmentation/helpers/getSegmentationActor.js +30 -0
- package/dist/esm/stateManagement/segmentation/helpers/index.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/helpers/index.js +2 -2
- package/dist/esm/stateManagement/segmentation/helpers/internalGetHiddenSegmentIndices.d.ts +5 -0
- package/dist/esm/stateManagement/segmentation/helpers/internalGetHiddenSegmentIndices.js +14 -0
- package/dist/esm/stateManagement/segmentation/helpers/normalizeSegmentationInput.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/helpers/normalizeSegmentationInput.js +55 -16
- package/dist/esm/stateManagement/segmentation/helpers/updateStackSegmentationState.d.ts +8 -0
- package/dist/esm/stateManagement/segmentation/helpers/updateStackSegmentationState.js +31 -0
- package/dist/esm/stateManagement/segmentation/helpers/validateSegmentationInput.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/helpers/validateSegmentationInput.js +0 -1
- package/dist/esm/stateManagement/segmentation/index.d.ts +25 -0
- package/dist/esm/stateManagement/segmentation/index.js +18 -8
- package/dist/esm/stateManagement/segmentation/internalAddRepresentationData.d.ts +12 -0
- package/dist/esm/stateManagement/segmentation/internalAddRepresentationData.js +32 -0
- package/dist/esm/stateManagement/segmentation/internalAddSegmentationRepresentation.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/internalAddSegmentationRepresentation.js +34 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/computeAndAddContourRepresentation.d.ts +4 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/computeAndAddContourRepresentation.js +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/contourComputationStrategies.d.ts +8 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/contourComputationStrategies.js +19 -21
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/createAndAddContourSegmentationsFromClippedSurfaces.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/createAndAddContourSegmentationsFromClippedSurfaces.js +1 -2
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/extractContourData.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/extractContourData.js +6 -11
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/updateContoursOnCameraModified.d.ts +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/updateContoursOnCameraModified.js +1 -2
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/computeAndAddLabelmapRepresentation.d.ts +2 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/computeAndAddLabelmapRepresentation.js +9 -3
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/convertContourToLabelmap.d.ts +7 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/convertContourToLabelmap.js +18 -28
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/convertSurfaceToLabelmap.d.ts +6 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/convertSurfaceToLabelmap.js +5 -10
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/labelmapComputationStrategies.d.ts +6 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/labelmapComputationStrategies.js +17 -25
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/computeAndAddSurfaceRepresentation.d.ts +4 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/computeAndAddSurfaceRepresentation.js +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/convertContourToSurface.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/convertContourToSurface.js +8 -8
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/convertLabelmapToSurface.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/convertLabelmapToSurface.js +13 -14
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/createAndCacheSurfacesFromRaw.d.ts +5 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/createAndCacheSurfacesFromRaw.js +6 -14
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/surfaceComputationStrategies.d.ts +12 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/surfaceComputationStrategies.js +8 -11
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/updateSurfaceData.d.ts +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/updateSurfaceData.js +20 -20
- package/dist/esm/stateManagement/segmentation/polySeg/canComputeRequestedRepresentation.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/polySeg/canComputeRequestedRepresentation.js +5 -15
- package/dist/esm/stateManagement/segmentation/polySeg/computeAndAddRepresentation.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/polySeg/computeAndAddRepresentation.js +7 -7
- package/dist/esm/stateManagement/segmentation/polySeg/index.d.ts +5 -0
- package/dist/esm/stateManagement/segmentation/polySeg/index.js +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/registerPolySegWorker.d.ts +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/registerPolySegWorker.js +1 -1
- package/dist/esm/stateManagement/segmentation/removeColorLUT.d.ts +1 -0
- package/dist/esm/stateManagement/segmentation/removeColorLUT.js +5 -0
- package/dist/esm/stateManagement/segmentation/removeSegment.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/removeSegment.js +50 -0
- package/dist/esm/stateManagement/segmentation/removeSegmentation.d.ts +2 -0
- package/dist/esm/stateManagement/segmentation/removeSegmentation.js +23 -0
- package/dist/esm/stateManagement/segmentation/removeSegmentationRepresentations.d.ts +20 -0
- package/dist/esm/stateManagement/segmentation/removeSegmentationRepresentations.js +73 -0
- package/dist/esm/stateManagement/segmentation/segmentIndex.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/segmentIndex.js +37 -15
- package/dist/esm/stateManagement/segmentation/segmentLocking.d.ts +4 -0
- package/dist/esm/stateManagement/segmentation/segmentLocking.js +10 -15
- package/dist/esm/stateManagement/segmentation/segmentationState.d.ts +17 -0
- package/dist/esm/stateManagement/segmentation/segmentationState.js +18 -175
- package/dist/esm/stateManagement/segmentation/setActiveSegmentation.d.ts +1 -0
- package/dist/esm/stateManagement/segmentation/setActiveSegmentation.js +5 -0
- package/dist/esm/stateManagement/segmentation/setGlobalStyle.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/setGlobalStyle.js +8 -0
- package/dist/esm/stateManagement/segmentation/setSegmentationRepresentationVisibility.d.ts +5 -0
- package/dist/esm/stateManagement/segmentation/setSegmentationRepresentationVisibility.js +5 -0
- package/dist/esm/stateManagement/segmentation/triggerSegmentationEvents.d.ts +6 -0
- package/dist/esm/stateManagement/segmentation/triggerSegmentationEvents.js +6 -61
- package/dist/esm/stateManagement/segmentation/updateLabelmapSegmentationImageReferences.d.ts +1 -0
- package/dist/esm/stateManagement/segmentation/updateLabelmapSegmentationImageReferences.js +5 -0
- package/dist/esm/stateManagement/segmentation/updateSegmentations.d.ts +5 -0
- package/dist/esm/stateManagement/segmentation/updateSegmentations.js +11 -0
- package/dist/esm/store/SynchronizerManager/Synchronizer.d.ts +48 -0
- package/dist/esm/store/SynchronizerManager/Synchronizer.js +40 -38
- package/dist/esm/store/SynchronizerManager/createSynchronizer.d.ts +4 -0
- package/dist/esm/store/SynchronizerManager/createSynchronizer.js +2 -3
- package/dist/esm/store/SynchronizerManager/destroy.d.ts +2 -0
- package/dist/esm/store/SynchronizerManager/destroy.js +1 -2
- package/dist/esm/store/SynchronizerManager/destroySynchronizer.d.ts +2 -0
- package/dist/esm/store/SynchronizerManager/destroySynchronizer.js +1 -2
- package/dist/esm/store/SynchronizerManager/getAllSynchronizers.d.ts +3 -0
- package/dist/esm/store/SynchronizerManager/getAllSynchronizers.js +1 -2
- package/dist/esm/store/SynchronizerManager/getSynchronizer.d.ts +3 -0
- package/dist/esm/store/SynchronizerManager/getSynchronizer.js +1 -2
- package/dist/esm/store/SynchronizerManager/getSynchronizersForViewport.d.ts +3 -0
- package/dist/esm/store/SynchronizerManager/getSynchronizersForViewport.js +1 -2
- package/dist/esm/store/SynchronizerManager/index.d.ts +7 -0
- package/dist/esm/store/SynchronizerManager/index.js +0 -1
- package/dist/esm/store/ToolGroupManager/ToolGroup.d.ts +48 -0
- package/dist/esm/store/ToolGroupManager/ToolGroup.js +40 -13
- package/dist/esm/store/ToolGroupManager/createToolGroup.d.ts +3 -0
- package/dist/esm/store/ToolGroupManager/createToolGroup.js +1 -2
- package/dist/esm/store/ToolGroupManager/destroy.d.ts +2 -0
- package/dist/esm/store/ToolGroupManager/destroy.js +3 -4
- package/dist/esm/store/ToolGroupManager/destroyToolGroup.d.ts +2 -0
- package/dist/esm/store/ToolGroupManager/destroyToolGroup.js +1 -6
- package/dist/esm/store/ToolGroupManager/getAllToolGroups.d.ts +3 -0
- package/dist/esm/store/ToolGroupManager/getAllToolGroups.js +1 -2
- package/dist/esm/store/ToolGroupManager/getToolGroup.d.ts +3 -0
- package/dist/esm/store/ToolGroupManager/getToolGroup.js +1 -2
- package/dist/esm/store/ToolGroupManager/getToolGroupForViewport.d.ts +3 -0
- package/dist/esm/store/ToolGroupManager/getToolGroupForViewport.js +1 -2
- package/dist/esm/store/ToolGroupManager/getToolGroupsWithToolName.d.ts +3 -0
- package/dist/esm/store/ToolGroupManager/getToolGroupsWithToolName.js +1 -2
- package/dist/esm/store/ToolGroupManager/index.d.ts +8 -0
- package/dist/esm/store/ToolGroupManager/index.js +0 -1
- package/dist/esm/store/addEnabledElement.d.ts +2 -0
- package/dist/esm/store/addEnabledElement.js +1 -2
- package/dist/esm/store/addTool.d.ts +5 -0
- package/dist/esm/store/addTool.js +3 -4
- package/dist/esm/store/cancelActiveManipulations.d.ts +1 -0
- package/dist/esm/store/cancelActiveManipulations.js +0 -1
- package/dist/esm/store/filterMoveableAnnotationTools.d.ts +3 -0
- package/dist/esm/store/filterMoveableAnnotationTools.js +0 -1
- package/dist/esm/store/filterToolsWithAnnotationsForElement.d.ts +3 -0
- package/dist/esm/store/filterToolsWithAnnotationsForElement.js +0 -1
- package/dist/esm/store/filterToolsWithMoveableHandles.d.ts +3 -0
- package/dist/esm/store/filterToolsWithMoveableHandles.js +0 -1
- package/dist/esm/store/index.d.ts +9 -0
- package/dist/esm/store/index.js +1 -3
- package/dist/esm/store/removeEnabledElement.d.ts +3 -0
- package/dist/esm/store/removeEnabledElement.js +1 -2
- package/dist/esm/store/state.d.ts +18 -0
- package/dist/esm/store/state.js +1 -2
- package/dist/esm/store/svgNodeCache.d.ts +3 -0
- package/dist/esm/store/svgNodeCache.js +0 -1
- package/dist/esm/synchronizers/callbacks/areViewportsCoplanar .d.ts +2 -0
- package/dist/esm/synchronizers/callbacks/areViewportsCoplanar .js +0 -1
- package/dist/esm/synchronizers/callbacks/cameraSyncCallback.d.ts +3 -0
- package/dist/esm/synchronizers/callbacks/cameraSyncCallback.js +0 -1
- package/dist/esm/synchronizers/callbacks/imageSliceSyncCallback.d.ts +3 -0
- package/dist/esm/synchronizers/callbacks/imageSliceSyncCallback.js +1 -3
- package/dist/esm/synchronizers/callbacks/presentationViewSyncCallback.d.ts +2 -0
- package/dist/esm/synchronizers/callbacks/presentationViewSyncCallback.js +0 -1
- package/dist/esm/synchronizers/callbacks/slabThicknessSyncCallback.d.ts +2 -0
- package/dist/esm/synchronizers/callbacks/slabThicknessSyncCallback.js +0 -1
- package/dist/esm/synchronizers/callbacks/voiSyncCallback.d.ts +5 -0
- package/dist/esm/synchronizers/callbacks/voiSyncCallback.js +0 -1
- package/dist/esm/synchronizers/callbacks/zoomPanSyncCallback.d.ts +3 -0
- package/dist/esm/synchronizers/callbacks/zoomPanSyncCallback.js +0 -1
- package/dist/esm/synchronizers/index.d.ts +8 -0
- package/dist/esm/synchronizers/index.js +0 -1
- package/dist/esm/synchronizers/synchronizers/createCameraPositionSynchronizer.d.ts +2 -0
- package/dist/esm/synchronizers/synchronizers/createCameraPositionSynchronizer.js +0 -1
- package/dist/esm/synchronizers/synchronizers/createImageSliceSynchronizer.d.ts +2 -0
- package/dist/esm/synchronizers/synchronizers/createImageSliceSynchronizer.js +5 -2
- package/dist/esm/synchronizers/synchronizers/createPresentationViewSynchronizer.d.ts +3 -0
- package/dist/esm/synchronizers/synchronizers/createPresentationViewSynchronizer.js +1 -2
- package/dist/esm/synchronizers/synchronizers/createSlabThicknessSynchronizer.d.ts +2 -0
- package/dist/esm/synchronizers/synchronizers/createSlabThicknessSynchronizer.js +0 -1
- package/dist/esm/synchronizers/synchronizers/createVOISynchronizer.d.ts +7 -0
- package/dist/esm/synchronizers/synchronizers/createVOISynchronizer.js +5 -2
- package/dist/esm/synchronizers/synchronizers/createZoomPanSynchronizer.d.ts +2 -0
- package/dist/esm/synchronizers/synchronizers/createZoomPanSynchronizer.js +0 -1
- package/dist/esm/synchronizers/synchronizers/index.d.ts +7 -0
- package/dist/esm/synchronizers/synchronizers/index.js +0 -1
- package/dist/esm/tools/AdvancedMagnifyTool.d.ts +130 -0
- package/dist/esm/tools/AdvancedMagnifyTool.js +515 -26
- package/dist/esm/tools/AnnotationEraserTool.d.ts +10 -0
- package/dist/esm/tools/AnnotationEraserTool.js +2 -3
- package/dist/esm/tools/CrosshairsTool.d.ts +73 -0
- package/dist/esm/tools/CrosshairsTool.js +19 -17
- package/dist/esm/tools/MIPJumpToClickTool.d.ts +8 -0
- package/dist/esm/tools/MIPJumpToClickTool.js +3 -6
- package/dist/esm/tools/MagnifyTool.d.ts +25 -0
- package/dist/esm/tools/MagnifyTool.js +3 -4
- package/dist/esm/tools/OrientationMarkerTool.d.ts +77 -0
- package/dist/esm/tools/OrientationMarkerTool.js +8 -8
- package/dist/esm/tools/OverlayGridTool.d.ts +29 -0
- package/dist/esm/tools/OverlayGridTool.js +1 -2
- package/dist/esm/tools/PanTool.d.ts +10 -0
- package/dist/esm/tools/PanTool.js +5 -1
- package/dist/esm/tools/PlanarRotateTool.d.ts +12 -0
- package/dist/esm/tools/PlanarRotateTool.js +19 -6
- package/dist/esm/tools/ReferenceCursors.d.ts +24 -0
- package/dist/esm/tools/ReferenceCursors.js +2 -4
- package/dist/esm/tools/ReferenceLinesTool.d.ts +27 -0
- package/dist/esm/tools/ReferenceLinesTool.js +7 -5
- package/dist/esm/tools/ScaleOverlayTool.d.ts +38 -0
- package/dist/esm/tools/ScaleOverlayTool.js +24 -23
- package/dist/esm/tools/SculptorTool/CircleSculptCursor.d.ts +20 -0
- package/dist/esm/tools/SculptorTool/CircleSculptCursor.js +0 -1
- package/dist/esm/tools/SculptorTool.d.ts +41 -0
- package/dist/esm/tools/SculptorTool.js +4 -5
- package/dist/esm/tools/SegmentationIntersectionTool.d.ts +18 -0
- package/dist/esm/tools/SegmentationIntersectionTool.js +1 -2
- package/dist/esm/tools/StackScrollTool.d.ts +15 -0
- package/dist/esm/tools/StackScrollTool.js +25 -6
- package/dist/esm/tools/TrackballRotateTool.d.ts +19 -0
- package/dist/esm/tools/TrackballRotateTool.js +4 -1
- package/dist/esm/tools/VolumeRotateTool.d.ts +10 -0
- package/dist/esm/tools/VolumeRotateTool.js +52 -0
- package/dist/esm/tools/WindowLevelRegionTool.d.ts +26 -0
- package/dist/esm/tools/WindowLevelRegionTool.js +7 -11
- package/dist/esm/tools/WindowLevelTool.d.ts +37 -0
- package/dist/esm/tools/WindowLevelTool.js +15 -10
- package/dist/esm/tools/ZoomTool.d.ts +19 -0
- package/dist/esm/tools/ZoomTool.js +2 -3
- package/dist/esm/tools/annotation/AngleTool.d.ts +34 -0
- package/dist/esm/tools/annotation/AngleTool.js +12 -14
- package/dist/esm/tools/annotation/ArrowAnnotateTool.d.ts +36 -0
- package/dist/esm/tools/annotation/ArrowAnnotateTool.js +10 -14
- package/dist/esm/tools/annotation/BidirectionalTool.d.ts +40 -0
- package/dist/esm/tools/annotation/BidirectionalTool.js +16 -20
- package/dist/esm/tools/annotation/CircleROITool.d.ts +36 -0
- package/dist/esm/tools/annotation/CircleROITool.js +30 -30
- package/dist/esm/tools/annotation/CobbAngleTool.d.ts +61 -0
- package/dist/esm/tools/annotation/CobbAngleTool.js +8 -9
- package/dist/esm/tools/annotation/DragProbeTool.d.ts +23 -0
- package/dist/esm/tools/annotation/DragProbeTool.js +1 -7
- package/dist/esm/tools/annotation/EllipticalROITool.d.ts +42 -0
- package/dist/esm/tools/annotation/EllipticalROITool.js +27 -26
- package/dist/esm/tools/annotation/HeightTool.d.ts +36 -0
- package/dist/esm/tools/annotation/HeightTool.js +434 -0
- package/dist/esm/tools/annotation/KeyImageTool.d.ts +32 -0
- package/dist/esm/tools/annotation/KeyImageTool.js +5 -6
- package/dist/esm/tools/annotation/LengthTool.d.ts +35 -0
- package/dist/esm/tools/annotation/LengthTool.js +17 -19
- package/dist/esm/tools/annotation/LivewireContourSegmentationTool.d.ts +10 -0
- package/dist/esm/tools/annotation/LivewireContourSegmentationTool.js +0 -1
- package/dist/esm/tools/annotation/LivewireContourTool.d.ts +67 -0
- package/dist/esm/tools/annotation/LivewireContourTool.js +171 -24
- package/dist/esm/tools/annotation/PlanarFreehandContourSegmentationTool.d.ts +9 -0
- package/dist/esm/tools/annotation/PlanarFreehandContourSegmentationTool.js +0 -1
- package/dist/esm/tools/annotation/PlanarFreehandROITool.d.ts +59 -0
- package/dist/esm/tools/annotation/PlanarFreehandROITool.js +162 -123
- package/dist/esm/tools/annotation/ProbeTool.d.ts +32 -0
- package/dist/esm/tools/annotation/ProbeTool.js +26 -44
- package/dist/esm/tools/annotation/RectangleROITool.d.ts +40 -0
- package/dist/esm/tools/annotation/RectangleROITool.js +25 -24
- package/dist/esm/tools/annotation/SplineContourSegmentationTool.d.ts +8 -0
- package/dist/esm/tools/annotation/SplineContourSegmentationTool.js +0 -1
- package/dist/esm/tools/annotation/SplineROITool.d.ts +69 -0
- package/dist/esm/tools/annotation/SplineROITool.js +23 -22
- package/dist/esm/tools/annotation/UltrasoundDirectionalTool.d.ts +34 -0
- package/dist/esm/tools/annotation/UltrasoundDirectionalTool.js +12 -16
- package/dist/esm/tools/annotation/VideoRedactionTool.d.ts +45 -0
- package/dist/esm/tools/annotation/VideoRedactionTool.js +7 -16
- package/dist/esm/tools/annotation/planarFreehandROITool/closedContourEditLoop.d.ts +2 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/closedContourEditLoop.js +4 -5
- package/dist/esm/tools/annotation/planarFreehandROITool/drawLoop.d.ts +2 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/drawLoop.js +5 -6
- package/dist/esm/tools/annotation/planarFreehandROITool/editLoopCommon.d.ts +2 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/editLoopCommon.js +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/findOpenUShapedContourVectorToPeak.d.ts +4 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/findOpenUShapedContourVectorToPeak.js +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/openContourEditLoop.d.ts +2 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/openContourEditLoop.js +5 -6
- package/dist/esm/tools/annotation/planarFreehandROITool/openContourEndEditLoop.d.ts +2 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/openContourEndEditLoop.js +1 -2
- package/dist/esm/tools/annotation/planarFreehandROITool/renderMethods.d.ts +2 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/renderMethods.js +1 -2
- package/dist/esm/tools/annotation/splines/BSpline.d.ts +5 -0
- package/dist/esm/tools/annotation/splines/BSpline.js +0 -1
- package/dist/esm/tools/annotation/splines/CardinalSpline.d.ts +12 -0
- package/dist/esm/tools/annotation/splines/CardinalSpline.js +0 -1
- package/dist/esm/tools/annotation/splines/CatmullRomSpline.d.ts +5 -0
- package/dist/esm/tools/annotation/splines/CatmullRomSpline.js +0 -1
- package/dist/esm/tools/annotation/splines/CubicSpline.d.ts +13 -0
- package/dist/esm/tools/annotation/splines/CubicSpline.js +0 -1
- package/dist/esm/tools/annotation/splines/LinearSpline.d.ts +5 -0
- package/dist/esm/tools/annotation/splines/LinearSpline.js +0 -1
- package/dist/esm/tools/annotation/splines/QuadraticBezier.d.ts +6 -0
- package/dist/esm/tools/annotation/splines/QuadraticBezier.js +0 -1
- package/dist/esm/tools/annotation/splines/QuadraticSpline.d.ts +9 -0
- package/dist/esm/tools/annotation/splines/QuadraticSpline.js +0 -1
- package/dist/esm/tools/annotation/splines/Spline.d.ts +51 -0
- package/dist/esm/tools/annotation/splines/Spline.js +0 -1
- package/dist/esm/tools/base/AnnotationDisplayTool.d.ts +13 -0
- package/dist/esm/tools/base/AnnotationDisplayTool.js +3 -10
- package/dist/esm/tools/base/AnnotationTool.d.ts +26 -0
- package/dist/esm/tools/base/AnnotationTool.js +2 -3
- package/dist/esm/tools/base/BaseTool.d.ts +20 -0
- package/dist/esm/tools/base/BaseTool.js +6 -20
- package/dist/esm/tools/base/ContourBaseTool.d.ts +23 -0
- package/dist/esm/tools/base/ContourBaseTool.js +5 -6
- package/dist/esm/tools/base/ContourSegmentationBaseTool.d.ts +17 -0
- package/dist/esm/tools/base/ContourSegmentationBaseTool.js +67 -47
- package/dist/esm/tools/base/index.d.ts +4 -0
- package/dist/esm/tools/base/index.js +0 -1
- package/dist/esm/tools/displayTools/Contour/contourConfig.d.ts +3 -0
- package/dist/esm/tools/displayTools/Contour/contourConfig.js +4 -5
- package/dist/esm/tools/displayTools/Contour/contourDisplay.d.ts +9 -0
- package/dist/esm/tools/displayTools/Contour/contourDisplay.js +26 -38
- package/dist/esm/tools/displayTools/Contour/contourHandler/handleContourSegmentation.d.ts +5 -0
- package/dist/esm/tools/displayTools/Contour/contourHandler/handleContourSegmentation.js +21 -64
- package/dist/esm/tools/displayTools/Contour/contourHandler/utils.d.ts +4 -0
- package/dist/esm/tools/displayTools/Contour/contourHandler/utils.js +4 -16
- package/dist/esm/tools/displayTools/Contour/index.d.ts +2 -0
- package/dist/esm/tools/displayTools/Contour/index.js +0 -1
- package/dist/esm/tools/displayTools/Contour/removeContourFromElement.d.ts +2 -0
- package/dist/esm/tools/displayTools/Contour/removeContourFromElement.js +3 -6
- package/dist/esm/tools/displayTools/Labelmap/addLabelmapToElement.d.ts +3 -0
- package/dist/esm/tools/displayTools/Labelmap/addLabelmapToElement.js +40 -9
- package/dist/esm/tools/displayTools/Labelmap/index.d.ts +4 -0
- package/dist/esm/tools/displayTools/Labelmap/index.js +0 -1
- package/dist/esm/tools/displayTools/Labelmap/labelmapConfig.d.ts +3 -0
- package/dist/esm/tools/displayTools/Labelmap/labelmapConfig.js +6 -20
- package/dist/esm/tools/displayTools/Labelmap/labelmapDisplay.d.ts +10 -0
- package/dist/esm/tools/displayTools/Labelmap/labelmapDisplay.js +130 -145
- package/dist/esm/tools/displayTools/Labelmap/removeLabelmapFromElement.d.ts +2 -0
- package/dist/esm/tools/displayTools/Labelmap/removeLabelmapFromElement.js +3 -3
- package/dist/esm/tools/displayTools/Labelmap/validateLabelmap.d.ts +4 -0
- package/dist/esm/tools/displayTools/Labelmap/validateLabelmap.js +3 -4
- package/dist/esm/tools/displayTools/Surface/addOrUpdateSurfaceToElement.d.ts +3 -0
- package/dist/esm/tools/displayTools/Surface/addOrUpdateSurfaceToElement.js +15 -17
- package/dist/esm/tools/displayTools/Surface/index.d.ts +2 -0
- package/dist/esm/tools/displayTools/Surface/index.js +0 -1
- package/dist/esm/tools/displayTools/Surface/removeSurfaceFromElement.d.ts +2 -0
- package/dist/esm/tools/displayTools/Surface/removeSurfaceFromElement.js +5 -7
- package/dist/esm/tools/displayTools/Surface/surfaceConfig.d.ts +3 -0
- package/dist/esm/tools/displayTools/Surface/surfaceConfig.js +2 -3
- package/dist/esm/tools/displayTools/Surface/surfaceDisplay.d.ts +10 -0
- package/dist/esm/tools/displayTools/Surface/surfaceDisplay.js +29 -40
- package/dist/esm/tools/distancePointToContour.d.ts +3 -0
- package/dist/esm/tools/distancePointToContour.js +0 -1
- package/dist/esm/tools/index.d.ts +50 -0
- package/dist/esm/tools/index.js +3 -6
- package/dist/esm/tools/segmentation/BrushTool.d.ts +129 -0
- package/dist/esm/tools/segmentation/BrushTool.js +87 -49
- package/dist/esm/tools/segmentation/CircleROIStartEndThresholdTool.d.ts +68 -0
- package/dist/esm/tools/segmentation/CircleROIStartEndThresholdTool.js +211 -73
- package/dist/esm/tools/segmentation/CircleScissorsTool.d.ts +32 -0
- package/dist/esm/tools/segmentation/CircleScissorsTool.js +23 -19
- package/dist/esm/tools/segmentation/PaintFillTool.d.ts +13 -0
- package/dist/esm/tools/segmentation/PaintFillTool.js +18 -23
- package/dist/esm/tools/segmentation/RectangleROIStartEndThresholdTool.d.ts +69 -0
- package/dist/esm/tools/segmentation/RectangleROIStartEndThresholdTool.js +187 -59
- package/dist/esm/tools/segmentation/RectangleROIThresholdTool.d.ts +45 -0
- package/dist/esm/tools/segmentation/RectangleROIThresholdTool.js +2 -3
- package/dist/esm/tools/segmentation/RectangleScissorsTool.d.ts +32 -0
- package/dist/esm/tools/segmentation/RectangleScissorsTool.js +16 -18
- package/dist/esm/tools/segmentation/SegmentSelectTool.d.ts +20 -0
- package/dist/esm/tools/segmentation/SegmentSelectTool.js +21 -31
- package/dist/esm/tools/segmentation/SphereScissorsTool.d.ts +33 -0
- package/dist/esm/tools/segmentation/SphereScissorsTool.js +20 -19
- package/dist/esm/tools/segmentation/strategies/BrushStrategy.d.ts +93 -0
- package/dist/esm/tools/segmentation/strategies/BrushStrategy.js +14 -6
- package/dist/esm/tools/segmentation/strategies/compositions/determineSegmentIndex.d.ts +6 -0
- package/dist/esm/tools/segmentation/strategies/compositions/determineSegmentIndex.js +5 -4
- package/dist/esm/tools/segmentation/strategies/compositions/dynamicThreshold.d.ts +7 -0
- package/dist/esm/tools/segmentation/strategies/compositions/dynamicThreshold.js +7 -4
- package/dist/esm/tools/segmentation/strategies/compositions/erase.d.ts +5 -0
- package/dist/esm/tools/segmentation/strategies/compositions/erase.js +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/index.d.ts +36 -0
- package/dist/esm/tools/segmentation/strategies/compositions/index.js +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/islandRemoval.d.ts +5 -0
- package/dist/esm/tools/segmentation/strategies/compositions/islandRemoval.js +2 -3
- package/dist/esm/tools/segmentation/strategies/compositions/preview.d.ts +8 -0
- package/dist/esm/tools/segmentation/strategies/compositions/preview.js +9 -10
- package/dist/esm/tools/segmentation/strategies/compositions/regionFill.d.ts +5 -0
- package/dist/esm/tools/segmentation/strategies/compositions/regionFill.js +6 -4
- package/dist/esm/tools/segmentation/strategies/compositions/setValue.d.ts +8 -0
- package/dist/esm/tools/segmentation/strategies/compositions/setValue.js +6 -5
- package/dist/esm/tools/segmentation/strategies/compositions/threshold.d.ts +5 -0
- package/dist/esm/tools/segmentation/strategies/compositions/threshold.js +0 -1
- package/dist/esm/tools/segmentation/strategies/eraseCircle.d.ts +2 -0
- package/dist/esm/tools/segmentation/strategies/eraseCircle.js +0 -1
- package/dist/esm/tools/segmentation/strategies/eraseRectangle.d.ts +8 -0
- package/dist/esm/tools/segmentation/strategies/eraseRectangle.js +0 -1
- package/dist/esm/tools/segmentation/strategies/eraseSphere.d.ts +2 -0
- package/dist/esm/tools/segmentation/strategies/eraseSphere.js +0 -1
- package/dist/esm/tools/segmentation/strategies/fillCircle.d.ts +14 -0
- package/dist/esm/tools/segmentation/strategies/fillCircle.js +3 -4
- package/dist/esm/tools/segmentation/strategies/fillRectangle.d.ts +8 -0
- package/dist/esm/tools/segmentation/strategies/fillRectangle.js +10 -8
- package/dist/esm/tools/segmentation/strategies/fillSphere.d.ts +6 -0
- package/dist/esm/tools/segmentation/strategies/fillSphere.js +7 -17
- package/dist/esm/tools/segmentation/strategies/index.d.ts +3 -0
- package/dist/esm/tools/segmentation/strategies/index.js +0 -1
- package/dist/esm/tools/segmentation/strategies/utils/getStrategyData.d.ts +11 -0
- package/dist/esm/tools/segmentation/strategies/utils/getStrategyData.js +26 -31
- package/dist/esm/tools/segmentation/strategies/utils/isWithinThreshold.d.ts +10 -0
- package/dist/esm/tools/segmentation/strategies/utils/isWithinThreshold.js +0 -1
- package/dist/esm/types/AnnotationGroupSelector.d.ts +2 -0
- package/dist/esm/types/AnnotationGroupSelector.js +0 -2
- package/dist/esm/types/AnnotationRenderContext.d.ts +12 -0
- package/dist/esm/types/AnnotationRenderContext.js +0 -2
- package/dist/esm/types/AnnotationStyle.d.ts +30 -0
- package/dist/esm/types/AnnotationStyle.js +0 -2
- package/dist/esm/types/AnnotationTypes.d.ts +44 -0
- package/dist/esm/types/AnnotationTypes.js +0 -2
- package/dist/esm/types/BoundsIJK.d.ts +3 -0
- package/dist/esm/types/BoundsIJK.js +0 -2
- package/dist/esm/types/CINETypes.d.ts +30 -0
- package/dist/esm/types/CINETypes.js +0 -2
- package/dist/esm/types/CalculatorTypes.d.ts +36 -0
- package/dist/esm/types/CalculatorTypes.js +0 -2
- package/dist/esm/types/CardinalSplineProps.d.ts +5 -0
- package/dist/esm/types/CardinalSplineProps.js +0 -2
- package/dist/esm/types/ClosestControlPoint.d.ts +4 -0
- package/dist/esm/types/ClosestControlPoint.js +0 -2
- package/dist/esm/types/ClosestPoint.d.ts +5 -0
- package/dist/esm/types/ClosestPoint.js +0 -2
- package/dist/esm/types/ClosestSplinePoint.d.ts +4 -0
- package/dist/esm/types/ClosestSplinePoint.js +0 -2
- package/dist/esm/types/ContourAnnotation.d.ts +18 -0
- package/dist/esm/types/ContourAnnotation.js +0 -1
- package/dist/esm/types/ContourSegmentationAnnotation.d.ts +24 -0
- package/dist/esm/types/ContourSegmentationAnnotation.js +0 -2
- package/dist/esm/types/ContourTypes.d.ts +27 -0
- package/dist/esm/types/ContourTypes.js +0 -2
- package/dist/esm/types/ControlPointInfo.d.ts +5 -0
- package/dist/esm/types/ControlPointInfo.js +0 -2
- package/dist/esm/types/CursorTypes.d.ts +11 -0
- package/dist/esm/types/CursorTypes.js +0 -2
- package/dist/esm/types/EventTypes.d.ts +229 -0
- package/dist/esm/types/EventTypes.js +0 -2
- package/dist/esm/types/FloodFillTypes.d.ts +15 -0
- package/dist/esm/types/FloodFillTypes.js +0 -2
- package/dist/esm/types/IAnnotationManager.d.ts +14 -0
- package/dist/esm/types/IAnnotationManager.js +0 -2
- package/dist/esm/types/IBaseTool.d.ts +2 -0
- package/dist/esm/types/IBaseTool.js +0 -0
- package/dist/esm/types/IDistance.d.ts +7 -0
- package/dist/esm/types/IDistance.js +0 -2
- package/dist/esm/types/IPoints.d.ts +8 -0
- package/dist/esm/types/IPoints.js +0 -2
- package/dist/esm/types/ISculptToolShape.d.ts +12 -0
- package/dist/esm/types/ISculptToolShape.js +0 -2
- package/dist/esm/types/ISetToolModeOptions.d.ts +16 -0
- package/dist/esm/types/ISetToolModeOptions.js +0 -2
- package/dist/esm/types/ISpline.d.ts +30 -0
- package/dist/esm/types/ISpline.js +0 -2
- package/dist/esm/types/ISynchronizerEventHandler.d.ts +5 -0
- package/dist/esm/types/ISynchronizerEventHandler.js +0 -2
- package/dist/esm/types/IToolClassReference.d.ts +3 -0
- package/dist/esm/types/IToolClassReference.js +0 -2
- package/dist/esm/types/IToolGroup.d.ts +3 -0
- package/dist/esm/types/IToolGroup.js +0 -2
- package/dist/esm/types/ITouchPoints.d.ts +11 -0
- package/dist/esm/types/ITouchPoints.js +0 -2
- package/dist/esm/types/InteractionTypes.d.ts +2 -0
- package/dist/esm/types/InteractionTypes.js +0 -2
- package/dist/esm/types/InternalToolTypes.d.ts +15 -0
- package/dist/esm/types/InternalToolTypes.js +0 -2
- package/dist/esm/types/InterpolationTypes.d.ts +20 -0
- package/dist/esm/types/InterpolationTypes.js +0 -2
- package/dist/esm/types/LabelmapToolOperationData.d.ts +24 -0
- package/dist/esm/types/LabelmapToolOperationData.js +0 -2
- package/dist/esm/types/LabelmapTypes.d.ts +29 -0
- package/dist/esm/types/LabelmapTypes.js +0 -2
- package/dist/esm/types/PlanarBoundingBox.d.ts +7 -0
- package/dist/esm/types/PlanarBoundingBox.js +0 -2
- package/dist/esm/types/PolySeg.d.ts +6 -0
- package/dist/esm/types/PolySeg.js +0 -2
- package/dist/esm/types/SVGDrawingHelper.d.ts +9 -0
- package/dist/esm/types/SVGDrawingHelper.js +0 -2
- package/dist/esm/types/SegmentationStateTypes.d.ts +93 -0
- package/dist/esm/types/SegmentationStateTypes.js +0 -2
- package/dist/esm/types/SplineCurveSegment.d.ts +14 -0
- package/dist/esm/types/SplineCurveSegment.js +0 -2
- package/dist/esm/types/SplineLineSegment.d.ts +10 -0
- package/dist/esm/types/SplineLineSegment.js +0 -2
- package/dist/esm/types/SplineProps.d.ts +5 -0
- package/dist/esm/types/SplineProps.js +0 -2
- package/dist/esm/types/SurfaceTypes.d.ts +5 -0
- package/dist/esm/types/SurfaceTypes.js +0 -2
- package/dist/esm/types/ToolAction.d.ts +8 -0
- package/dist/esm/types/ToolAction.js +0 -2
- package/dist/esm/types/ToolHandle.d.ts +15 -0
- package/dist/esm/types/ToolHandle.js +0 -2
- package/dist/esm/types/ToolProps.d.ts +13 -0
- package/dist/esm/types/ToolProps.js +0 -2
- package/dist/esm/types/ToolSpecificAnnotationTypes.d.ts +463 -0
- package/dist/esm/types/ToolSpecificAnnotationTypes.js +0 -2
- package/dist/esm/types/index.d.ts +50 -0
- package/dist/esm/types/index.js +0 -2
- package/dist/esm/utilities/BucketQueue.d.ts +20 -0
- package/dist/esm/utilities/BucketQueue.js +0 -1
- package/dist/esm/utilities/annotationFrameRange.d.ts +13 -0
- package/dist/esm/utilities/annotationFrameRange.js +0 -1
- package/dist/esm/utilities/annotationHydration.d.ts +9 -0
- package/dist/esm/utilities/annotationHydration.js +2 -3
- package/dist/esm/utilities/boundingBox/extend2DBoundingBoxInViewAxis.d.ts +3 -0
- package/dist/esm/utilities/boundingBox/extend2DBoundingBoxInViewAxis.js +0 -1
- package/dist/esm/utilities/boundingBox/getBoundingBoxAroundShape.d.ts +5 -0
- package/dist/esm/utilities/boundingBox/getBoundingBoxAroundShape.js +0 -1
- package/dist/esm/utilities/boundingBox/index.d.ts +3 -0
- package/dist/esm/utilities/boundingBox/index.js +0 -1
- package/dist/esm/utilities/calibrateImageSpacing.d.ts +2 -0
- package/dist/esm/utilities/calibrateImageSpacing.js +0 -1
- package/dist/esm/utilities/cine/events.d.ts +5 -0
- package/dist/esm/utilities/cine/events.js +0 -1
- package/dist/esm/utilities/cine/index.d.ts +4 -0
- package/dist/esm/utilities/cine/index.js +0 -1
- package/dist/esm/utilities/cine/playClip.d.ts +8 -0
- package/dist/esm/utilities/cine/playClip.js +56 -11
- package/dist/esm/utilities/cine/state.d.ts +5 -0
- package/dist/esm/utilities/cine/state.js +0 -1
- package/dist/esm/utilities/contourSegmentation/addContourSegmentationAnnotation.d.ts +2 -0
- package/dist/esm/utilities/contourSegmentation/addContourSegmentationAnnotation.js +4 -5
- package/dist/esm/utilities/contourSegmentation/areSameSegment.d.ts +2 -0
- package/dist/esm/utilities/contourSegmentation/areSameSegment.js +0 -1
- package/dist/esm/utilities/contourSegmentation/index.js +0 -1
- package/dist/esm/utilities/contourSegmentation/isContourSegmentationAnnotation.d.ts +3 -0
- package/dist/esm/utilities/contourSegmentation/isContourSegmentationAnnotation.js +0 -1
- package/dist/esm/utilities/contourSegmentation/removeContourSegmentationAnnotation.d.ts +2 -0
- package/dist/esm/utilities/contourSegmentation/removeContourSegmentationAnnotation.js +3 -4
- package/dist/esm/utilities/contours/AnnotationToPointData.d.ts +11 -0
- package/dist/esm/utilities/contours/AnnotationToPointData.js +1 -2
- package/dist/esm/utilities/contours/RectangleROIStartEndThreshold.d.ts +6 -0
- package/dist/esm/utilities/contours/RectangleROIStartEndThreshold.js +0 -1
- package/dist/esm/utilities/contours/areCoplanarContours.d.ts +2 -0
- package/dist/esm/utilities/contours/areCoplanarContours.js +0 -1
- package/dist/esm/utilities/contours/calculatePerimeter.d.ts +2 -0
- package/dist/esm/utilities/contours/calculatePerimeter.js +0 -1
- package/dist/esm/utilities/contours/contourFinder.d.ts +7 -0
- package/dist/esm/utilities/contours/contourFinder.js +0 -1
- package/dist/esm/utilities/contours/detectContourHoles.d.ts +5 -0
- package/dist/esm/utilities/contours/detectContourHoles.js +0 -1
- package/dist/esm/utilities/contours/findHandlePolylineIndex.d.ts +2 -0
- package/dist/esm/utilities/contours/findHandlePolylineIndex.js +0 -1
- package/dist/esm/utilities/contours/generateContourSetsFromLabelmap.d.ts +4 -0
- package/dist/esm/utilities/contours/generateContourSetsFromLabelmap.js +8 -9
- package/dist/esm/utilities/contours/getContourHolesDataCanvas.d.ts +3 -0
- package/dist/esm/utilities/contours/getContourHolesDataCanvas.js +0 -1
- package/dist/esm/utilities/contours/getContourHolesDataWorld.d.ts +3 -0
- package/dist/esm/utilities/contours/getContourHolesDataWorld.js +1 -2
- package/dist/esm/utilities/contours/getDeduplicatedVTKPolyDataPoints.d.ts +11 -0
- package/dist/esm/utilities/contours/getDeduplicatedVTKPolyDataPoints.js +0 -1
- package/dist/esm/utilities/contours/index.d.ts +13 -0
- package/dist/esm/utilities/contours/index.js +1 -3
- package/dist/esm/utilities/contours/interpolation/acceptAutogeneratedInterpolations.d.ts +3 -0
- package/dist/esm/utilities/contours/interpolation/acceptAutogeneratedInterpolations.js +0 -1
- package/dist/esm/utilities/contours/interpolation/createPolylineToolData.d.ts +2 -0
- package/dist/esm/utilities/contours/interpolation/createPolylineToolData.js +0 -1
- package/dist/esm/utilities/contours/interpolation/findAnnotationForInterpolation.d.ts +7 -0
- package/dist/esm/utilities/contours/interpolation/findAnnotationForInterpolation.js +0 -1
- package/dist/esm/utilities/contours/interpolation/getInterpolationData.d.ts +7 -0
- package/dist/esm/utilities/contours/interpolation/getInterpolationData.js +0 -1
- package/dist/esm/utilities/contours/interpolation/getInterpolationDataCollection.d.ts +4 -0
- package/dist/esm/utilities/contours/interpolation/getInterpolationDataCollection.js +0 -1
- package/dist/esm/utilities/contours/interpolation/interpolate.d.ts +11 -0
- package/dist/esm/utilities/contours/interpolation/interpolate.js +0 -1
- package/dist/esm/utilities/contours/interpolation/selectHandles.d.ts +4 -0
- package/dist/esm/utilities/contours/interpolation/selectHandles.js +0 -1
- package/dist/esm/utilities/contours/interpolation/updateChildInterpolationUID.d.ts +2 -0
- package/dist/esm/utilities/contours/interpolation/updateChildInterpolationUID.js +0 -1
- package/dist/esm/utilities/contours/reverseIfAntiClockwise.d.ts +2 -0
- package/dist/esm/utilities/contours/reverseIfAntiClockwise.js +0 -1
- package/dist/esm/utilities/contours/updateContourPolyline.d.ts +16 -0
- package/dist/esm/utilities/contours/updateContourPolyline.js +4 -2
- package/dist/esm/utilities/debounce.d.ts +6 -0
- package/dist/esm/utilities/debounce.js +0 -1
- package/dist/esm/utilities/drawing/getTextBoxCoordsCanvas.d.ts +2 -0
- package/dist/esm/utilities/drawing/getTextBoxCoordsCanvas.js +0 -1
- package/dist/esm/utilities/drawing/index.d.ts +2 -0
- package/dist/esm/utilities/drawing/index.js +0 -1
- package/dist/esm/utilities/dynamicVolume/generateImageFromTimeData.d.ts +10 -0
- package/dist/esm/utilities/dynamicVolume/generateImageFromTimeData.js +79 -34
- package/dist/esm/utilities/dynamicVolume/getDataInTime.d.ts +7 -0
- package/dist/esm/utilities/dynamicVolume/getDataInTime.js +18 -14
- package/dist/esm/utilities/dynamicVolume/index.d.ts +4 -0
- package/dist/esm/utilities/dynamicVolume/index.js +2 -3
- package/dist/esm/utilities/getAnnotationNearPoint.d.ts +5 -0
- package/dist/esm/utilities/getAnnotationNearPoint.js +0 -1
- package/dist/esm/utilities/getCalibratedUnits.d.ts +16 -0
- package/dist/esm/utilities/getCalibratedUnits.js +29 -13
- package/dist/esm/utilities/getPixelValueUnits.d.ts +7 -0
- package/dist/esm/utilities/getPixelValueUnits.js +27 -0
- package/dist/esm/utilities/getSphereBoundsInfo.d.ts +11 -0
- package/dist/esm/utilities/getSphereBoundsInfo.js +0 -1
- package/dist/esm/utilities/getToolsWithModesForElement.d.ts +4 -0
- package/dist/esm/utilities/getToolsWithModesForElement.js +2 -3
- package/dist/esm/utilities/getVOIMultipliers.d.ts +5 -0
- package/dist/esm/utilities/getVOIMultipliers.js +0 -1
- package/dist/esm/utilities/getViewportForAnnotation.d.ts +3 -0
- package/dist/esm/utilities/getViewportForAnnotation.js +0 -1
- package/dist/esm/utilities/getViewportsForAnnotation.d.ts +3 -0
- package/dist/esm/utilities/getViewportsForAnnotation.js +0 -1
- package/dist/esm/utilities/index.d.ts +36 -0
- package/dist/esm/utilities/index.js +3 -9
- package/dist/esm/utilities/isObject.d.ts +2 -0
- package/dist/esm/utilities/isObject.js +0 -1
- package/dist/esm/utilities/livewire/LiveWirePath.d.ts +19 -0
- package/dist/esm/utilities/livewire/LiveWirePath.js +0 -1
- package/dist/esm/utilities/livewire/LivewireScissors.d.ts +38 -0
- package/dist/esm/utilities/livewire/LivewireScissors.js +0 -1
- package/dist/esm/utilities/math/aabb/distanceToPoint.d.ts +2 -0
- package/dist/esm/utilities/math/aabb/distanceToPoint.js +0 -1
- package/dist/esm/utilities/math/aabb/distanceToPointSquared.d.ts +2 -0
- package/dist/esm/utilities/math/aabb/distanceToPointSquared.js +0 -1
- package/dist/esm/utilities/math/aabb/index.js +0 -1
- package/dist/esm/utilities/math/aabb/intersectAABB.d.ts +2 -0
- package/dist/esm/utilities/math/aabb/intersectAABB.js +0 -1
- package/dist/esm/utilities/math/angle/angleBetweenLines.d.ts +6 -0
- package/dist/esm/utilities/math/angle/angleBetweenLines.js +0 -1
- package/dist/esm/utilities/math/basic/BasicStatsCalculator.d.ts +21 -0
- package/dist/esm/utilities/math/basic/BasicStatsCalculator.js +1 -2
- package/dist/esm/utilities/math/basic/Calculator.d.ts +8 -0
- package/dist/esm/utilities/math/basic/Calculator.js +0 -1
- package/dist/esm/utilities/math/basic/index.d.ts +3 -0
- package/dist/esm/utilities/math/basic/index.js +0 -1
- package/dist/esm/utilities/math/circle/_types.d.ts +5 -0
- package/dist/esm/utilities/math/circle/_types.js +0 -2
- package/dist/esm/utilities/math/circle/getCanvasCircleCorners.d.ts +3 -0
- package/dist/esm/utilities/math/circle/getCanvasCircleCorners.js +0 -1
- package/dist/esm/utilities/math/circle/getCanvasCircleRadius.d.ts +2 -0
- package/dist/esm/utilities/math/circle/getCanvasCircleRadius.js +0 -1
- package/dist/esm/utilities/math/circle/index.d.ts +3 -0
- package/dist/esm/utilities/math/circle/index.js +0 -1
- package/dist/esm/utilities/math/ellipse/getCanvasEllipseCorners.d.ts +8 -0
- package/dist/esm/utilities/math/ellipse/getCanvasEllipseCorners.js +0 -1
- package/dist/esm/utilities/math/ellipse/index.d.ts +3 -0
- package/dist/esm/utilities/math/ellipse/index.js +0 -1
- package/dist/esm/utilities/math/ellipse/pointInEllipse.d.ts +11 -0
- package/dist/esm/utilities/math/ellipse/pointInEllipse.js +0 -1
- package/dist/esm/utilities/math/ellipse/pointInEllipsoidWithConstraint.d.ts +9 -0
- package/dist/esm/utilities/math/ellipse/pointInEllipsoidWithConstraint.js +0 -1
- package/dist/esm/utilities/math/index.d.ts +9 -0
- package/dist/esm/utilities/math/index.js +0 -1
- package/dist/esm/utilities/math/line/distanceToPoint.d.ts +2 -0
- package/dist/esm/utilities/math/line/distanceToPoint.js +0 -1
- package/dist/esm/utilities/math/line/distanceToPointSquared.d.ts +2 -0
- package/dist/esm/utilities/math/line/distanceToPointSquared.js +0 -1
- package/dist/esm/utilities/math/line/distanceToPointSquaredInfo.d.ts +5 -0
- package/dist/esm/utilities/math/line/distanceToPointSquaredInfo.js +3 -4
- package/dist/esm/utilities/math/line/index.d.ts +6 -0
- package/dist/esm/utilities/math/line/index.js +0 -1
- package/dist/esm/utilities/math/line/intersectLine.d.ts +2 -0
- package/dist/esm/utilities/math/line/intersectLine.js +0 -1
- package/dist/esm/utilities/math/line/isPointOnLineSegment.d.ts +2 -0
- package/dist/esm/utilities/math/line/isPointOnLineSegment.js +0 -1
- package/dist/esm/utilities/math/midPoint.d.ts +5 -0
- package/dist/esm/utilities/math/midPoint.js +0 -1
- package/dist/esm/utilities/math/point/distanceToPoint.d.ts +4 -0
- package/dist/esm/utilities/math/point/distanceToPoint.js +0 -1
- package/dist/esm/utilities/math/point/distanceToPointSquared.d.ts +4 -0
- package/dist/esm/utilities/math/point/distanceToPointSquared.js +0 -1
- package/dist/esm/utilities/math/point/index.js +0 -1
- package/dist/esm/utilities/math/point/mirror.d.ts +2 -0
- package/dist/esm/utilities/math/point/mirror.js +0 -1
- package/dist/esm/utilities/math/polyline/addCanvasPointsToArray.d.ts +4 -0
- package/dist/esm/utilities/math/polyline/addCanvasPointsToArray.js +0 -1
- package/dist/esm/utilities/math/polyline/areLineSegmentsIntersecting.d.ts +2 -0
- package/dist/esm/utilities/math/polyline/areLineSegmentsIntersecting.js +0 -1
- package/dist/esm/utilities/math/polyline/combinePolyline.d.ts +4 -0
- package/dist/esm/utilities/math/polyline/combinePolyline.js +0 -1
- package/dist/esm/utilities/math/polyline/containsPoint.d.ts +5 -0
- package/dist/esm/utilities/math/polyline/containsPoint.js +0 -1
- package/dist/esm/utilities/math/polyline/containsPoints.d.ts +2 -0
- package/dist/esm/utilities/math/polyline/containsPoints.js +0 -1
- package/dist/esm/utilities/math/polyline/decimate.d.ts +2 -0
- package/dist/esm/utilities/math/polyline/decimate.js +0 -1
- package/dist/esm/utilities/math/polyline/getAABB.d.ts +4 -0
- package/dist/esm/utilities/math/polyline/getAABB.js +0 -1
- package/dist/esm/utilities/math/polyline/getArea.d.ts +2 -0
- package/dist/esm/utilities/math/polyline/getArea.js +0 -1
- package/dist/esm/utilities/math/polyline/getClosestLineSegmentIntersection.d.ts +5 -0
- package/dist/esm/utilities/math/polyline/getClosestLineSegmentIntersection.js +0 -1
- package/dist/esm/utilities/math/polyline/getFirstLineSegmentIntersectionIndexes.d.ts +2 -0
- package/dist/esm/utilities/math/polyline/getFirstLineSegmentIntersectionIndexes.js +0 -1
- package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsCoordinates.d.ts +2 -0
- package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsCoordinates.js +0 -1
- package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsIndexes.d.ts +2 -0
- package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsIndexes.js +0 -1
- package/dist/esm/utilities/math/polyline/getLinesIntersection.d.ts +2 -0
- package/dist/esm/utilities/math/polyline/getLinesIntersection.js +0 -1
- package/dist/esm/utilities/math/polyline/getNormal2.d.ts +2 -0
- package/dist/esm/utilities/math/polyline/getNormal2.js +0 -1
- package/dist/esm/utilities/math/polyline/getNormal3.d.ts +2 -0
- package/dist/esm/utilities/math/polyline/getNormal3.js +0 -1
- package/dist/esm/utilities/math/polyline/getSignedArea.d.ts +2 -0
- package/dist/esm/utilities/math/polyline/getSignedArea.js +0 -1
- package/dist/esm/utilities/math/polyline/getSubPixelSpacingAndXYDirections.d.ts +7 -0
- package/dist/esm/utilities/math/polyline/getSubPixelSpacingAndXYDirections.js +0 -1
- package/dist/esm/utilities/math/polyline/getWindingDirection.d.ts +2 -0
- package/dist/esm/utilities/math/polyline/getWindingDirection.js +0 -1
- package/dist/esm/utilities/math/polyline/index.d.ts +23 -0
- package/dist/esm/utilities/math/polyline/index.js +0 -1
- package/dist/esm/utilities/math/polyline/intersectPolyline.d.ts +2 -0
- package/dist/esm/utilities/math/polyline/intersectPolyline.js +0 -1
- package/dist/esm/utilities/math/polyline/isClosed.d.ts +2 -0
- package/dist/esm/utilities/math/polyline/isClosed.js +2 -3
- package/dist/esm/utilities/math/polyline/isPointInsidePolyline3D.d.ts +4 -0
- package/dist/esm/utilities/math/polyline/isPointInsidePolyline3D.js +0 -1
- package/dist/esm/utilities/math/polyline/planarFreehandROIInternalTypes.d.ts +24 -0
- package/dist/esm/utilities/math/polyline/planarFreehandROIInternalTypes.js +0 -2
- package/dist/esm/utilities/math/polyline/pointCanProjectOnLine.d.ts +3 -0
- package/dist/esm/utilities/math/polyline/pointCanProjectOnLine.js +0 -1
- package/dist/esm/utilities/math/polyline/pointsAreWithinCloseContourProximity.d.ts +3 -0
- package/dist/esm/utilities/math/polyline/pointsAreWithinCloseContourProximity.js +0 -1
- package/dist/esm/utilities/math/polyline/projectTo2D.d.ts +5 -0
- package/dist/esm/utilities/math/polyline/projectTo2D.js +0 -1
- package/dist/esm/utilities/math/rectangle/distanceToPoint.d.ts +2 -0
- package/dist/esm/utilities/math/rectangle/distanceToPoint.js +0 -1
- package/dist/esm/utilities/math/rectangle/index.d.ts +2 -0
- package/dist/esm/utilities/math/rectangle/index.js +0 -1
- package/dist/esm/utilities/math/sphere/index.d.ts +2 -0
- package/dist/esm/utilities/math/sphere/index.js +0 -1
- package/dist/esm/utilities/math/sphere/pointInSphere.d.ts +9 -0
- package/dist/esm/utilities/math/sphere/pointInSphere.js +0 -1
- package/dist/esm/utilities/math/vec2/findClosestPoint.d.ts +2 -0
- package/dist/esm/utilities/math/vec2/findClosestPoint.js +0 -1
- package/dist/esm/utilities/math/vec2/index.d.ts +3 -0
- package/dist/esm/utilities/math/vec2/index.js +0 -1
- package/dist/esm/utilities/math/vec2/liangBarksyClip.d.ts +1 -0
- package/dist/esm/utilities/math/vec2/liangBarksyClip.js +0 -1
- package/dist/esm/utilities/math/vec3/interpolateVec3.d.ts +2 -0
- package/dist/esm/utilities/math/vec3/interpolateVec3.js +0 -1
- package/dist/esm/utilities/orientation/getOrientationStringLPS.d.ts +2 -0
- package/dist/esm/utilities/orientation/getOrientationStringLPS.js +0 -1
- package/dist/esm/utilities/orientation/index.d.ts +3 -0
- package/dist/esm/utilities/orientation/index.js +0 -1
- package/dist/esm/utilities/orientation/invertOrientationStringLPS.d.ts +1 -0
- package/dist/esm/utilities/orientation/invertOrientationStringLPS.js +0 -1
- package/dist/esm/utilities/planar/filterAnnotationsForDisplay.d.ts +3 -0
- package/dist/esm/utilities/planar/filterAnnotationsForDisplay.js +0 -1
- package/dist/esm/utilities/planar/filterAnnotationsWithinPlane.d.ts +3 -0
- package/dist/esm/utilities/planar/filterAnnotationsWithinPlane.js +26 -0
- package/dist/esm/utilities/planar/filterAnnotationsWithinSlice.d.ts +3 -0
- package/dist/esm/utilities/planar/filterAnnotationsWithinSlice.js +0 -1
- package/dist/esm/utilities/planar/getPointInLineOfSightWithCriteria.d.ts +2 -0
- package/dist/esm/utilities/planar/getPointInLineOfSightWithCriteria.js +0 -1
- package/dist/esm/utilities/planar/getWorldWidthAndHeightFromCorners.d.ts +5 -0
- package/dist/esm/utilities/planar/getWorldWidthAndHeightFromCorners.js +0 -1
- package/dist/esm/utilities/planar/getWorldWidthAndHeightFromTwoPoints.d.ts +5 -0
- package/dist/esm/utilities/planar/getWorldWidthAndHeightFromTwoPoints.js +0 -1
- package/dist/esm/utilities/planar/index.d.ts +16 -0
- package/dist/esm/utilities/planar/index.js +3 -2
- package/dist/esm/utilities/planar/isPlaneIntersectingAABB.d.ts +1 -0
- package/dist/esm/utilities/planar/isPlaneIntersectingAABB.js +0 -1
- package/dist/esm/utilities/planarFreehandROITool/index.d.ts +6 -0
- package/dist/esm/utilities/planarFreehandROITool/index.js +0 -1
- package/dist/esm/utilities/planarFreehandROITool/interpolation/algorithms/bspline.d.ts +2 -0
- package/dist/esm/utilities/planarFreehandROITool/interpolation/algorithms/bspline.js +0 -1
- package/dist/esm/utilities/planarFreehandROITool/interpolation/interpolateSegmentPoints.d.ts +2 -0
- package/dist/esm/utilities/planarFreehandROITool/interpolation/interpolateSegmentPoints.js +0 -1
- package/dist/esm/utilities/planarFreehandROITool/smoothAnnotation.d.ts +6 -0
- package/dist/esm/utilities/planarFreehandROITool/smoothAnnotation.js +43 -27
- package/dist/esm/utilities/planarFreehandROITool/smoothPoints.d.ts +11 -0
- package/dist/esm/utilities/planarFreehandROITool/smoothPoints.js +0 -1
- package/dist/esm/utilities/pointInSurroundingSphereCallback.d.ts +8 -0
- package/dist/esm/utilities/pointInSurroundingSphereCallback.js +11 -4
- package/dist/esm/utilities/pointToString.d.ts +1 -0
- package/dist/esm/utilities/pointToString.js +0 -1
- package/dist/esm/utilities/polyData/utils.d.ts +5 -0
- package/dist/esm/utilities/polyData/utils.js +0 -1
- package/dist/esm/utilities/rectangleROITool/getBoundsIJKFromRectangleAnnotations.d.ts +5 -0
- package/dist/esm/utilities/rectangleROITool/getBoundsIJKFromRectangleAnnotations.js +0 -1
- package/dist/esm/utilities/rectangleROITool/index.d.ts +3 -0
- package/dist/esm/utilities/rectangleROITool/index.js +0 -1
- package/dist/esm/utilities/rectangleROITool/isAxisAlignedRectangle.d.ts +2 -0
- package/dist/esm/utilities/rectangleROITool/isAxisAlignedRectangle.js +0 -1
- package/dist/esm/utilities/segmentation/InterpolationManager/InterpolationManager.d.ts +11 -0
- package/dist/esm/utilities/segmentation/InterpolationManager/InterpolationManager.js +0 -1
- package/dist/esm/utilities/segmentation/InterpolationManager/deleteRelatedAnnotations.d.ts +2 -0
- package/dist/esm/utilities/segmentation/InterpolationManager/deleteRelatedAnnotations.js +0 -1
- package/dist/esm/utilities/segmentation/brushSizeForToolGroup.d.ts +2 -0
- package/dist/esm/utilities/segmentation/brushSizeForToolGroup.js +2 -3
- package/dist/esm/utilities/segmentation/brushThresholdForToolGroup.d.ts +3 -0
- package/dist/esm/utilities/segmentation/brushThresholdForToolGroup.js +2 -3
- package/dist/esm/utilities/segmentation/contourAndFindLargestBidirectional.d.ts +1 -0
- package/dist/esm/utilities/segmentation/contourAndFindLargestBidirectional.js +0 -1
- package/dist/esm/utilities/segmentation/createBidirectionalToolData.d.ts +14 -0
- package/dist/esm/utilities/segmentation/createBidirectionalToolData.js +0 -1
- package/dist/esm/utilities/segmentation/createLabelmapVolumeForViewport.d.ts +9 -0
- package/dist/esm/utilities/segmentation/createLabelmapVolumeForViewport.js +3 -4
- package/dist/esm/utilities/segmentation/createMergedLabelmapForIndex.d.ts +3 -0
- package/dist/esm/utilities/segmentation/createMergedLabelmapForIndex.js +7 -8
- package/dist/esm/utilities/segmentation/findLargestBidirectional.d.ts +1 -0
- package/dist/esm/utilities/segmentation/findLargestBidirectional.js +0 -1
- package/dist/esm/utilities/segmentation/floodFill.d.ts +4 -0
- package/dist/esm/utilities/segmentation/floodFill.js +0 -1
- package/dist/esm/utilities/segmentation/getBrushToolInstances.d.ts +1 -0
- package/dist/esm/utilities/segmentation/getBrushToolInstances.js +17 -0
- package/dist/esm/utilities/segmentation/getHoveredContourSegmentationAnnotation.d.ts +1 -0
- package/dist/esm/utilities/segmentation/getHoveredContourSegmentationAnnotation.js +1 -2
- package/dist/esm/utilities/segmentation/getSegmentIndexAtLabelmapBorder.d.ts +7 -0
- package/dist/esm/utilities/segmentation/getSegmentIndexAtLabelmapBorder.js +76 -0
- package/dist/esm/utilities/segmentation/getSegmentIndexAtWorldPoint.d.ts +11 -0
- package/dist/esm/utilities/segmentation/getSegmentIndexAtWorldPoint.js +74 -0
- package/dist/esm/utilities/segmentation/getUniqueSegmentIndices.d.ts +2 -0
- package/dist/esm/utilities/segmentation/getUniqueSegmentIndices.js +26 -49
- package/dist/esm/utilities/segmentation/index.d.ts +19 -0
- package/dist/esm/utilities/segmentation/index.js +5 -9
- package/dist/esm/utilities/segmentation/invalidateBrushCursor.d.ts +1 -0
- package/dist/esm/utilities/segmentation/invalidateBrushCursor.js +2 -6
- package/dist/esm/utilities/segmentation/isLineInSegment.d.ts +9 -0
- package/dist/esm/utilities/segmentation/isLineInSegment.js +3 -4
- package/dist/esm/utilities/segmentation/rectangleROIThresholdVolumeByRange.d.ts +20 -0
- package/dist/esm/utilities/segmentation/rectangleROIThresholdVolumeByRange.js +5 -4
- package/dist/esm/utilities/segmentation/segmentContourAction.d.ts +17 -0
- package/dist/esm/utilities/segmentation/segmentContourAction.js +11 -13
- package/dist/esm/utilities/segmentation/thresholdSegmentationByRange.d.ts +4 -0
- package/dist/esm/utilities/segmentation/thresholdSegmentationByRange.js +24 -18
- package/dist/esm/utilities/segmentation/thresholdVolumeByRange.d.ts +11 -0
- package/dist/esm/utilities/segmentation/thresholdVolumeByRange.js +21 -13
- package/dist/esm/utilities/segmentation/utilities.d.ts +25 -0
- package/dist/esm/utilities/segmentation/utilities.js +28 -24
- package/dist/esm/utilities/stackPrefetch/index.d.ts +3 -0
- package/dist/esm/utilities/stackPrefetch/index.js +0 -1
- package/dist/esm/utilities/stackPrefetch/stackContextPrefetch.d.ts +16 -0
- package/dist/esm/utilities/stackPrefetch/stackContextPrefetch.js +30 -31
- package/dist/esm/utilities/stackPrefetch/stackPrefetch.d.ts +14 -0
- package/dist/esm/utilities/stackPrefetch/stackPrefetch.js +3 -12
- package/dist/esm/utilities/stackPrefetch/stackPrefetchUtils.d.ts +14 -0
- package/dist/esm/utilities/stackPrefetch/stackPrefetchUtils.js +2 -4
- package/dist/esm/utilities/stackPrefetch/state.d.ts +22 -0
- package/dist/esm/utilities/stackPrefetch/state.js +0 -1
- package/dist/esm/utilities/throttle.d.ts +5 -0
- package/dist/esm/utilities/throttle.js +0 -1
- package/dist/esm/utilities/touch/index.d.ts +10 -0
- package/dist/esm/utilities/touch/index.js +0 -1
- package/dist/esm/utilities/triggerAnnotationRender.d.ts +2 -0
- package/dist/esm/utilities/triggerAnnotationRender.js +1 -113
- package/dist/esm/utilities/triggerAnnotationRenderForToolGroupIds.d.ts +2 -0
- package/dist/esm/utilities/triggerAnnotationRenderForToolGroupIds.js +0 -1
- package/dist/esm/utilities/triggerAnnotationRenderForViewportIds.d.ts +2 -0
- package/dist/esm/utilities/triggerAnnotationRenderForViewportIds.js +10 -5
- package/dist/esm/utilities/viewport/index.d.ts +2 -0
- package/dist/esm/utilities/viewport/index.js +1 -4
- package/dist/esm/utilities/viewport/isViewportPreScaled.d.ts +3 -0
- package/dist/esm/utilities/viewport/isViewportPreScaled.js +2 -6
- package/dist/esm/utilities/viewportFilters/filterViewportsWithFrameOfReferenceUID.d.ts +2 -0
- package/dist/esm/utilities/viewportFilters/filterViewportsWithFrameOfReferenceUID.js +0 -1
- package/dist/esm/utilities/viewportFilters/filterViewportsWithParallelNormals.d.ts +2 -0
- package/dist/esm/utilities/viewportFilters/filterViewportsWithParallelNormals.js +0 -1
- package/dist/esm/utilities/viewportFilters/filterViewportsWithSameOrientation.d.ts +2 -0
- package/dist/esm/utilities/viewportFilters/filterViewportsWithSameOrientation.js +0 -1
- package/dist/esm/utilities/viewportFilters/filterViewportsWithToolEnabled.d.ts +2 -0
- package/dist/esm/utilities/viewportFilters/filterViewportsWithToolEnabled.js +2 -3
- package/dist/esm/utilities/viewportFilters/getViewportIdsWithToolToRender.d.ts +1 -0
- package/dist/esm/utilities/viewportFilters/getViewportIdsWithToolToRender.js +0 -1
- package/dist/esm/utilities/viewportFilters/index.d.ts +5 -0
- package/dist/esm/utilities/viewportFilters/index.js +0 -1
- package/dist/esm/utilities/voi/colorbar/Colorbar.d.ts +44 -0
- package/dist/esm/utilities/voi/colorbar/Colorbar.js +0 -1
- package/dist/esm/utilities/voi/colorbar/ColorbarCanvas.d.ts +29 -0
- package/dist/esm/utilities/voi/colorbar/ColorbarCanvas.js +3 -1
- package/dist/esm/utilities/voi/colorbar/ColorbarTicks.d.ts +46 -0
- package/dist/esm/utilities/voi/colorbar/ColorbarTicks.js +0 -1
- package/dist/esm/utilities/voi/colorbar/ViewportColorbar.d.ts +24 -0
- package/dist/esm/utilities/voi/colorbar/ViewportColorbar.js +2 -3
- package/dist/esm/utilities/voi/colorbar/common/areColorbarRangesEqual.d.ts +3 -0
- package/dist/esm/utilities/voi/colorbar/common/areColorbarRangesEqual.js +0 -1
- package/dist/esm/utilities/voi/colorbar/common/areColorbarSizesEqual.d.ts +3 -0
- package/dist/esm/utilities/voi/colorbar/common/areColorbarSizesEqual.js +0 -1
- package/dist/esm/utilities/voi/colorbar/common/index.js +0 -1
- package/dist/esm/utilities/voi/colorbar/common/isColorbarSizeValid.d.ts +3 -0
- package/dist/esm/utilities/voi/colorbar/common/isColorbarSizeValid.js +0 -1
- package/dist/esm/utilities/voi/colorbar/common/isRangeTextPositionValid.d.ts +3 -0
- package/dist/esm/utilities/voi/colorbar/common/isRangeTextPositionValid.js +0 -1
- package/dist/esm/utilities/voi/colorbar/common/isRangeValid.d.ts +3 -0
- package/dist/esm/utilities/voi/colorbar/common/isRangeValid.js +0 -1
- package/dist/esm/utilities/voi/colorbar/enums/ColorbarRangeTextPosition.d.ts +6 -0
- package/dist/esm/utilities/voi/colorbar/enums/ColorbarRangeTextPosition.js +0 -1
- package/dist/esm/utilities/voi/colorbar/enums/index.js +0 -1
- package/dist/esm/utilities/voi/colorbar/index.d.ts +6 -0
- package/dist/esm/utilities/voi/colorbar/index.js +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarCanvasProps.d.ts +12 -0
- package/dist/esm/utilities/voi/colorbar/types/ColorbarCanvasProps.js +0 -2
- package/dist/esm/utilities/voi/colorbar/types/ColorbarCommonProps.d.ts +11 -0
- package/dist/esm/utilities/voi/colorbar/types/ColorbarCommonProps.js +0 -2
- package/dist/esm/utilities/voi/colorbar/types/ColorbarImageRange.d.ts +4 -0
- package/dist/esm/utilities/voi/colorbar/types/ColorbarImageRange.js +0 -2
- package/dist/esm/utilities/voi/colorbar/types/ColorbarProps.d.ts +7 -0
- package/dist/esm/utilities/voi/colorbar/types/ColorbarProps.js +0 -2
- package/dist/esm/utilities/voi/colorbar/types/ColorbarSize.d.ts +4 -0
- package/dist/esm/utilities/voi/colorbar/types/ColorbarSize.js +0 -2
- package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksProps.d.ts +7 -0
- package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksProps.js +0 -2
- package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksStyle.d.ts +8 -0
- package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksStyle.js +0 -2
- package/dist/esm/utilities/voi/colorbar/types/ColorbarVOIRange.d.ts +2 -0
- package/dist/esm/utilities/voi/colorbar/types/ColorbarVOIRange.js +0 -2
- package/dist/esm/utilities/voi/colorbar/types/ViewportColorbarProps.d.ts +5 -0
- package/dist/esm/utilities/voi/colorbar/types/ViewportColorbarProps.js +0 -2
- package/dist/esm/utilities/voi/colorbar/types/index.js +0 -2
- package/dist/esm/utilities/voi/index.d.ts +3 -0
- package/dist/esm/utilities/voi/index.js +0 -1
- package/dist/esm/utilities/voi/windowlevel/calculateMinMaxMean.d.ts +6 -0
- package/dist/esm/utilities/voi/windowlevel/calculateMinMaxMean.js +0 -1
- package/dist/esm/utilities/voi/windowlevel/extractWindowLevelRegionToolData.d.ts +19 -0
- package/dist/esm/utilities/voi/windowlevel/extractWindowLevelRegionToolData.js +4 -11
- package/dist/esm/utilities/voi/windowlevel/getLuminanceFromRegion.d.ts +2 -0
- package/dist/esm/utilities/voi/windowlevel/getLuminanceFromRegion.js +0 -1
- package/dist/esm/utilities/voi/windowlevel/index.d.ts +4 -0
- package/dist/esm/utilities/voi/windowlevel/index.js +0 -1
- package/dist/esm/widgets/Widget.d.ts +17 -0
- package/dist/esm/widgets/Widget.js +0 -1
- package/dist/esm/widgets/types/WidgetProps.d.ts +4 -0
- package/dist/esm/widgets/types/WidgetProps.js +0 -2
- package/dist/esm/widgets/types/WidgetSize.d.ts +4 -0
- package/dist/esm/widgets/types/WidgetSize.js +0 -2
- package/dist/esm/widgets/types/index.d.ts +2 -0
- package/dist/esm/widgets/types/index.js +0 -2
- package/dist/esm/workers/polySegConverters.d.ts +1 -0
- package/dist/esm/workers/polySegConverters.js +69 -35
- package/package.json +80 -20
- package/dist/esm/constants/COLOR_LUT.js.map +0 -1
- package/dist/esm/constants/index.js.map +0 -1
- package/dist/esm/cursors/ImageMouseCursor.js.map +0 -1
- package/dist/esm/cursors/MouseCursor.js.map +0 -1
- package/dist/esm/cursors/SVGCursorDescriptor.js.map +0 -1
- package/dist/esm/cursors/SVGMouseCursor.js.map +0 -1
- package/dist/esm/cursors/elementCursor.js.map +0 -1
- package/dist/esm/cursors/index.js.map +0 -1
- package/dist/esm/cursors/setCursorForElement.js.map +0 -1
- package/dist/esm/drawingSvg/_getHash.js.map +0 -1
- package/dist/esm/drawingSvg/clearByToolType.js.map +0 -1
- package/dist/esm/drawingSvg/draw.js.map +0 -1
- package/dist/esm/drawingSvg/drawArrow.js.map +0 -1
- package/dist/esm/drawingSvg/drawCircle.js.map +0 -1
- package/dist/esm/drawingSvg/drawEllipse.js.map +0 -1
- package/dist/esm/drawingSvg/drawEllipseByCoordinates.js.map +0 -1
- package/dist/esm/drawingSvg/drawHandle.js.map +0 -1
- package/dist/esm/drawingSvg/drawHandles.js.map +0 -1
- package/dist/esm/drawingSvg/drawLine.js.map +0 -1
- package/dist/esm/drawingSvg/drawLink.js.map +0 -1
- package/dist/esm/drawingSvg/drawLinkedTextBox.js.map +0 -1
- package/dist/esm/drawingSvg/drawPath.js.map +0 -1
- package/dist/esm/drawingSvg/drawPolyline.js.map +0 -1
- package/dist/esm/drawingSvg/drawRect.js.map +0 -1
- package/dist/esm/drawingSvg/drawRectByCoordinates.js.map +0 -1
- package/dist/esm/drawingSvg/drawRedactionRect.js.map +0 -1
- package/dist/esm/drawingSvg/drawTextBox.js.map +0 -1
- package/dist/esm/drawingSvg/getSvgDrawingHelper.js.map +0 -1
- package/dist/esm/drawingSvg/index.js.map +0 -1
- package/dist/esm/drawingSvg/setAttributesIfNecessary.js.map +0 -1
- package/dist/esm/drawingSvg/setNewAttributesIfValid.js.map +0 -1
- package/dist/esm/enums/AnnotationStyleStates.js.map +0 -1
- package/dist/esm/enums/ChangeTypes.js.map +0 -1
- package/dist/esm/enums/Events.js.map +0 -1
- package/dist/esm/enums/SegmentationRepresentations.js.map +0 -1
- package/dist/esm/enums/StrategyCallbacks.js.map +0 -1
- package/dist/esm/enums/ToolBindings.js.map +0 -1
- package/dist/esm/enums/ToolModes.js.map +0 -1
- package/dist/esm/enums/Touch.js.map +0 -1
- package/dist/esm/enums/WorkerTypes.js.map +0 -1
- package/dist/esm/enums/index.js.map +0 -1
- package/dist/esm/eventDispatchers/annotationInterpolationEventDispatcher.js.map +0 -1
- package/dist/esm/eventDispatchers/annotationModifiedEventDispatcher.js.map +0 -1
- package/dist/esm/eventDispatchers/cameraModifiedEventDispatcher.js.map +0 -1
- package/dist/esm/eventDispatchers/cameraResetEventDispatcher.js.map +0 -1
- package/dist/esm/eventDispatchers/imageRenderedEventDispatcher.js.map +0 -1
- package/dist/esm/eventDispatchers/imageSpacingCalibratedEventDispatcher.js.map +0 -1
- package/dist/esm/eventDispatchers/index.js.map +0 -1
- package/dist/esm/eventDispatchers/keyboardEventHandlers/index.js.map +0 -1
- package/dist/esm/eventDispatchers/keyboardEventHandlers/keyDown.js.map +0 -1
- package/dist/esm/eventDispatchers/keyboardEventHandlers/keyUp.js.map +0 -1
- package/dist/esm/eventDispatchers/keyboardToolEventDispatcher.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/index.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseClick.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDoubleClick.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDown.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownActivate.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownAnnotationAction.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDrag.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseMove.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseUp.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseWheel.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseToolEventDispatcher.js.map +0 -1
- package/dist/esm/eventDispatchers/shared/customCallbackHandler.js.map +0 -1
- package/dist/esm/eventDispatchers/shared/getActiveToolForKeyboardEvent.js.map +0 -1
- package/dist/esm/eventDispatchers/shared/getActiveToolForMouseEvent.js.map +0 -1
- package/dist/esm/eventDispatchers/shared/getActiveToolForTouchEvent.js.map +0 -1
- package/dist/esm/eventDispatchers/shared/getMouseModifier.js.map +0 -1
- package/dist/esm/eventDispatchers/shared/getToolsWithActionsForKeyboardEvents.js.map +0 -1
- package/dist/esm/eventDispatchers/shared/getToolsWithActionsForMouseEvent.js.map +0 -1
- package/dist/esm/eventDispatchers/shared/getToolsWithModesForMouseEvent.js.map +0 -1
- package/dist/esm/eventDispatchers/shared/getToolsWithModesForTouchEvent.js.map +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/index.js.map +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchDrag.js.map +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchEnd.js.map +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchPress.js.map +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchStart.js.map +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchStartActivate.js.map +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchTap.js.map +0 -1
- package/dist/esm/eventDispatchers/touchToolEventDispatcher.js.map +0 -1
- package/dist/esm/eventListeners/annotations/annotationCompletedListener.js.map +0 -1
- package/dist/esm/eventListeners/annotations/annotationModifiedListener.js.map +0 -1
- package/dist/esm/eventListeners/annotations/annotationRemovedListener.js.map +0 -1
- package/dist/esm/eventListeners/annotations/annotationSelectionListener.js.map +0 -1
- package/dist/esm/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.js.map +0 -1
- package/dist/esm/eventListeners/annotations/contourSegmentation/contourSegmentationRemoved.js.map +0 -1
- package/dist/esm/eventListeners/annotations/contourSegmentation/index.js.map +0 -1
- package/dist/esm/eventListeners/annotations/index.js.map +0 -1
- package/dist/esm/eventListeners/index.js.map +0 -1
- package/dist/esm/eventListeners/keyboard/index.js.map +0 -1
- package/dist/esm/eventListeners/keyboard/keyDownListener.js.map +0 -1
- package/dist/esm/eventListeners/mouse/getMouseEventPoints.js.map +0 -1
- package/dist/esm/eventListeners/mouse/index.js.map +0 -1
- package/dist/esm/eventListeners/mouse/mouseDoubleClickListener.js.map +0 -1
- package/dist/esm/eventListeners/mouse/mouseDownListener.js.map +0 -1
- package/dist/esm/eventListeners/mouse/mouseMoveListener.js.map +0 -1
- package/dist/esm/eventListeners/segmentation/imageChangeEventListener.js.map +0 -1
- package/dist/esm/eventListeners/segmentation/index.js.map +0 -1
- package/dist/esm/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.js.map +0 -1
- package/dist/esm/eventListeners/segmentation/segmentationDataModifiedEventListener.js.map +0 -1
- package/dist/esm/eventListeners/segmentation/segmentationModifiedEventListener.js.map +0 -1
- package/dist/esm/eventListeners/segmentation/segmentationRepresentationModifiedEventListener.js +0 -7
- package/dist/esm/eventListeners/segmentation/segmentationRepresentationModifiedEventListener.js.map +0 -1
- package/dist/esm/eventListeners/segmentation/segmentationRepresentationRemovedEventListener.js +0 -7
- package/dist/esm/eventListeners/segmentation/segmentationRepresentationRemovedEventListener.js.map +0 -1
- package/dist/esm/eventListeners/touch/getTouchEventPoints.js.map +0 -1
- package/dist/esm/eventListeners/touch/index.js.map +0 -1
- package/dist/esm/eventListeners/touch/preventGhostClick.js.map +0 -1
- package/dist/esm/eventListeners/touch/touchStartListener.js.map +0 -1
- package/dist/esm/eventListeners/wheel/index.js.map +0 -1
- package/dist/esm/eventListeners/wheel/normalizeWheel.js.map +0 -1
- package/dist/esm/eventListeners/wheel/wheelListener.js.map +0 -1
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/init.js.map +0 -1
- package/dist/esm/stateManagement/annotation/AnnotationGroup.js.map +0 -1
- package/dist/esm/stateManagement/annotation/FrameOfReferenceSpecificAnnotationManager.js.map +0 -1
- package/dist/esm/stateManagement/annotation/annotationLocking.js.map +0 -1
- package/dist/esm/stateManagement/annotation/annotationSelection.js.map +0 -1
- package/dist/esm/stateManagement/annotation/annotationState.js.map +0 -1
- package/dist/esm/stateManagement/annotation/annotationVisibility.js.map +0 -1
- package/dist/esm/stateManagement/annotation/config/ToolStyle.js.map +0 -1
- package/dist/esm/stateManagement/annotation/config/getFont.js.map +0 -1
- package/dist/esm/stateManagement/annotation/config/getState.js.map +0 -1
- package/dist/esm/stateManagement/annotation/config/helpers.js.map +0 -1
- package/dist/esm/stateManagement/annotation/config/index.js.map +0 -1
- package/dist/esm/stateManagement/annotation/helpers/state.js.map +0 -1
- package/dist/esm/stateManagement/annotation/index.js.map +0 -1
- package/dist/esm/stateManagement/annotation/utilities/defineProperties.js.map +0 -1
- package/dist/esm/stateManagement/index.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/SegmentationStateManager.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/activeSegmentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/addRepresentationData.js +0 -30
- package/dist/esm/stateManagement/segmentation/addRepresentationData.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/addSegmentationRepresentation.js +0 -65
- package/dist/esm/stateManagement/segmentation/addSegmentationRepresentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/addSegmentationRepresentations.js +0 -15
- package/dist/esm/stateManagement/segmentation/addSegmentationRepresentations.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/addSegmentations.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/config/index.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/config/segmentationColor.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/config/segmentationConfig.js +0 -44
- package/dist/esm/stateManagement/segmentation/config/segmentationConfig.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/config/segmentationVisibility.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/convertStackToVolumeSegmentation.js +0 -62
- package/dist/esm/stateManagement/segmentation/convertStackToVolumeSegmentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/convertVolumeToStackSegmentation.js +0 -96
- package/dist/esm/stateManagement/segmentation/convertVolumeToStackSegmentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/helpers/clipAndCacheSurfacesForViewport.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/helpers/getRepresentationSpecificConfig.js +0 -12
- package/dist/esm/stateManagement/segmentation/helpers/getRepresentationSpecificConfig.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/helpers/index.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/helpers/normalizeSegmentationInput.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/helpers/validateSegmentationInput.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/index.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/computeAndAddContourRepresentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/contourComputationStrategies.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/createAndAddContourSegmentationsFromClippedSurfaces.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/extractContourData.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/updateContoursOnCameraModified.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/computeAndAddLabelmapRepresentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/convertContourToLabelmap.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/convertSurfaceToLabelmap.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/labelmapComputationStrategies.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/computeAndAddSurfaceRepresentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/convertContourToSurface.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/convertLabelmapToSurface.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/createAndCacheSurfacesFromRaw.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/surfaceComputationStrategies.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/updateSurfaceData.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/canComputeRequestedRepresentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/computeAndAddRepresentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/index.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/registerPolySegWorker.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/removeSegmentationsFromToolGroup.js +0 -40
- package/dist/esm/stateManagement/segmentation/removeSegmentationsFromToolGroup.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/segmentIndex.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/segmentLocking.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/segmentationState.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/triggerSegmentationEvents.js.map +0 -1
- package/dist/esm/store/SynchronizerManager/Synchronizer.js.map +0 -1
- package/dist/esm/store/SynchronizerManager/createSynchronizer.js.map +0 -1
- package/dist/esm/store/SynchronizerManager/destroy.js.map +0 -1
- package/dist/esm/store/SynchronizerManager/destroySynchronizer.js.map +0 -1
- package/dist/esm/store/SynchronizerManager/getAllSynchronizers.js.map +0 -1
- package/dist/esm/store/SynchronizerManager/getSynchronizer.js.map +0 -1
- package/dist/esm/store/SynchronizerManager/getSynchronizersForViewport.js.map +0 -1
- package/dist/esm/store/SynchronizerManager/index.js.map +0 -1
- package/dist/esm/store/ToolGroupManager/ToolGroup.js.map +0 -1
- package/dist/esm/store/ToolGroupManager/createToolGroup.js.map +0 -1
- package/dist/esm/store/ToolGroupManager/destroy.js.map +0 -1
- package/dist/esm/store/ToolGroupManager/destroyToolGroup.js.map +0 -1
- package/dist/esm/store/ToolGroupManager/getAllToolGroups.js.map +0 -1
- package/dist/esm/store/ToolGroupManager/getToolGroup.js.map +0 -1
- package/dist/esm/store/ToolGroupManager/getToolGroupForViewport.js.map +0 -1
- package/dist/esm/store/ToolGroupManager/getToolGroupsWithToolName.js.map +0 -1
- package/dist/esm/store/ToolGroupManager/index.js.map +0 -1
- package/dist/esm/store/addEnabledElement.js.map +0 -1
- package/dist/esm/store/addTool.js.map +0 -1
- package/dist/esm/store/cancelActiveManipulations.js.map +0 -1
- package/dist/esm/store/filterMoveableAnnotationTools.js.map +0 -1
- package/dist/esm/store/filterToolsWithAnnotationsForElement.js.map +0 -1
- package/dist/esm/store/filterToolsWithMoveableHandles.js.map +0 -1
- package/dist/esm/store/index.js.map +0 -1
- package/dist/esm/store/removeEnabledElement.js.map +0 -1
- package/dist/esm/store/state.js.map +0 -1
- package/dist/esm/store/svgNodeCache.js.map +0 -1
- package/dist/esm/synchronizers/callbacks/areViewportsCoplanar .js.map +0 -1
- package/dist/esm/synchronizers/callbacks/cameraSyncCallback.js.map +0 -1
- package/dist/esm/synchronizers/callbacks/imageSliceSyncCallback.js.map +0 -1
- package/dist/esm/synchronizers/callbacks/presentationViewSyncCallback.js.map +0 -1
- package/dist/esm/synchronizers/callbacks/slabThicknessSyncCallback.js.map +0 -1
- package/dist/esm/synchronizers/callbacks/voiSyncCallback.js.map +0 -1
- package/dist/esm/synchronizers/callbacks/zoomPanSyncCallback.js.map +0 -1
- package/dist/esm/synchronizers/index.js.map +0 -1
- package/dist/esm/synchronizers/synchronizers/createCameraPositionSynchronizer.js.map +0 -1
- package/dist/esm/synchronizers/synchronizers/createImageSliceSynchronizer.js.map +0 -1
- package/dist/esm/synchronizers/synchronizers/createPresentationViewSynchronizer.js.map +0 -1
- package/dist/esm/synchronizers/synchronizers/createSlabThicknessSynchronizer.js.map +0 -1
- package/dist/esm/synchronizers/synchronizers/createVOISynchronizer.js.map +0 -1
- package/dist/esm/synchronizers/synchronizers/createZoomPanSynchronizer.js.map +0 -1
- package/dist/esm/synchronizers/synchronizers/index.js.map +0 -1
- package/dist/esm/tools/AdvancedMagnifyTool.js.map +0 -1
- package/dist/esm/tools/AdvancedMagnifyViewport.js +0 -352
- package/dist/esm/tools/AdvancedMagnifyViewport.js.map +0 -1
- package/dist/esm/tools/AdvancedMagnifyViewportManager.js +0 -162
- package/dist/esm/tools/AdvancedMagnifyViewportManager.js.map +0 -1
- package/dist/esm/tools/AnnotationEraserTool.js.map +0 -1
- package/dist/esm/tools/CrosshairsTool.js.map +0 -1
- package/dist/esm/tools/MIPJumpToClickTool.js.map +0 -1
- package/dist/esm/tools/MagnifyTool.js.map +0 -1
- package/dist/esm/tools/OrientationMarkerTool.js.map +0 -1
- package/dist/esm/tools/OverlayGridTool.js.map +0 -1
- package/dist/esm/tools/PanTool.js.map +0 -1
- package/dist/esm/tools/PlanarRotateTool.js.map +0 -1
- package/dist/esm/tools/ReferenceCursors.js.map +0 -1
- package/dist/esm/tools/ReferenceLinesTool.js.map +0 -1
- package/dist/esm/tools/ScaleOverlayTool.js.map +0 -1
- package/dist/esm/tools/SculptorTool/CircleSculptCursor.js.map +0 -1
- package/dist/esm/tools/SculptorTool.js.map +0 -1
- package/dist/esm/tools/SegmentationIntersectionTool.js.map +0 -1
- package/dist/esm/tools/StackScrollTool.js.map +0 -1
- package/dist/esm/tools/StackScrollToolMouseWheelTool.js +0 -35
- package/dist/esm/tools/StackScrollToolMouseWheelTool.js.map +0 -1
- package/dist/esm/tools/TrackballRotateTool.js.map +0 -1
- package/dist/esm/tools/VolumeRotateMouseWheelTool.js +0 -53
- package/dist/esm/tools/VolumeRotateMouseWheelTool.js.map +0 -1
- package/dist/esm/tools/WindowLevelRegionTool.js.map +0 -1
- package/dist/esm/tools/WindowLevelTool.js.map +0 -1
- package/dist/esm/tools/ZoomTool.js.map +0 -1
- package/dist/esm/tools/annotation/AngleTool.js.map +0 -1
- package/dist/esm/tools/annotation/ArrowAnnotateTool.js.map +0 -1
- package/dist/esm/tools/annotation/BidirectionalTool.js.map +0 -1
- package/dist/esm/tools/annotation/CircleROITool.js.map +0 -1
- package/dist/esm/tools/annotation/CobbAngleTool.js.map +0 -1
- package/dist/esm/tools/annotation/DragProbeTool.js.map +0 -1
- package/dist/esm/tools/annotation/EllipticalROITool.js.map +0 -1
- package/dist/esm/tools/annotation/KeyImageTool.js.map +0 -1
- package/dist/esm/tools/annotation/LengthTool.js.map +0 -1
- package/dist/esm/tools/annotation/LivewireContourSegmentationTool.js.map +0 -1
- package/dist/esm/tools/annotation/LivewireContourTool.js.map +0 -1
- package/dist/esm/tools/annotation/PlanarFreehandContourSegmentationTool.js.map +0 -1
- package/dist/esm/tools/annotation/PlanarFreehandROITool.js.map +0 -1
- package/dist/esm/tools/annotation/ProbeTool.js.map +0 -1
- package/dist/esm/tools/annotation/RectangleROITool.js.map +0 -1
- package/dist/esm/tools/annotation/SplineContourSegmentationTool.js.map +0 -1
- package/dist/esm/tools/annotation/SplineROITool.js.map +0 -1
- package/dist/esm/tools/annotation/UltrasoundDirectionalTool.js.map +0 -1
- package/dist/esm/tools/annotation/VideoRedactionTool.js.map +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/closedContourEditLoop.js.map +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/drawLoop.js.map +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/editLoopCommon.js.map +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/findOpenUShapedContourVectorToPeak.js.map +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/openContourEditLoop.js.map +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/openContourEndEditLoop.js.map +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/renderMethods.js.map +0 -1
- package/dist/esm/tools/annotation/splines/BSpline.js.map +0 -1
- package/dist/esm/tools/annotation/splines/CardinalSpline.js.map +0 -1
- package/dist/esm/tools/annotation/splines/CatmullRomSpline.js.map +0 -1
- package/dist/esm/tools/annotation/splines/CubicSpline.js.map +0 -1
- package/dist/esm/tools/annotation/splines/LinearSpline.js.map +0 -1
- package/dist/esm/tools/annotation/splines/QuadraticBezier.js.map +0 -1
- package/dist/esm/tools/annotation/splines/QuadraticSpline.js.map +0 -1
- package/dist/esm/tools/annotation/splines/Spline.js.map +0 -1
- package/dist/esm/tools/base/AnnotationDisplayTool.js.map +0 -1
- package/dist/esm/tools/base/AnnotationTool.js.map +0 -1
- package/dist/esm/tools/base/BaseTool.js.map +0 -1
- package/dist/esm/tools/base/ContourBaseTool.js.map +0 -1
- package/dist/esm/tools/base/ContourSegmentationBaseTool.js.map +0 -1
- package/dist/esm/tools/base/index.js.map +0 -1
- package/dist/esm/tools/displayTools/Contour/contourConfig.js.map +0 -1
- package/dist/esm/tools/displayTools/Contour/contourDisplay.js.map +0 -1
- package/dist/esm/tools/displayTools/Contour/contourHandler/contourConfigCache.js +0 -11
- package/dist/esm/tools/displayTools/Contour/contourHandler/contourConfigCache.js.map +0 -1
- package/dist/esm/tools/displayTools/Contour/contourHandler/handleContourSegmentation.js.map +0 -1
- package/dist/esm/tools/displayTools/Contour/contourHandler/utils.js.map +0 -1
- package/dist/esm/tools/displayTools/Contour/index.js.map +0 -1
- package/dist/esm/tools/displayTools/Contour/removeContourFromElement.js.map +0 -1
- package/dist/esm/tools/displayTools/Labelmap/addLabelmapToElement.js.map +0 -1
- package/dist/esm/tools/displayTools/Labelmap/index.js.map +0 -1
- package/dist/esm/tools/displayTools/Labelmap/labelmapConfig.js.map +0 -1
- package/dist/esm/tools/displayTools/Labelmap/labelmapDisplay.js.map +0 -1
- package/dist/esm/tools/displayTools/Labelmap/removeLabelmapFromElement.js.map +0 -1
- package/dist/esm/tools/displayTools/Labelmap/validateLabelmap.js.map +0 -1
- package/dist/esm/tools/displayTools/SegmentationDisplayTool.js +0 -102
- package/dist/esm/tools/displayTools/SegmentationDisplayTool.js.map +0 -1
- package/dist/esm/tools/displayTools/Surface/addOrUpdateSurfaceToElement.js.map +0 -1
- package/dist/esm/tools/displayTools/Surface/index.js.map +0 -1
- package/dist/esm/tools/displayTools/Surface/removeSurfaceFromElement.js.map +0 -1
- package/dist/esm/tools/displayTools/Surface/surfaceConfig.js.map +0 -1
- package/dist/esm/tools/displayTools/Surface/surfaceDisplay.js.map +0 -1
- package/dist/esm/tools/distancePointToContour.js.map +0 -1
- package/dist/esm/tools/index.js.map +0 -1
- package/dist/esm/tools/segmentation/BrushTool.js.map +0 -1
- package/dist/esm/tools/segmentation/CircleROIStartEndThresholdTool.js.map +0 -1
- package/dist/esm/tools/segmentation/CircleScissorsTool.js.map +0 -1
- package/dist/esm/tools/segmentation/PaintFillTool.js.map +0 -1
- package/dist/esm/tools/segmentation/RectangleROIStartEndThresholdTool.js.map +0 -1
- package/dist/esm/tools/segmentation/RectangleROIThresholdTool.js.map +0 -1
- package/dist/esm/tools/segmentation/RectangleScissorsTool.js.map +0 -1
- package/dist/esm/tools/segmentation/SegmentSelectTool.js.map +0 -1
- package/dist/esm/tools/segmentation/SphereScissorsTool.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/BrushStrategy.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/determineSegmentIndex.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/dynamicThreshold.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/erase.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/index.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/islandRemoval.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/preview.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/regionFill.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/setValue.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/threshold.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/eraseCircle.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/eraseRectangle.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/eraseSphere.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/fillCircle.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/fillRectangle.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/fillSphere.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/index.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/utils/getStrategyData.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/utils/isWithinThreshold.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/utils/stackVolumeCheck.js +0 -17
- package/dist/esm/tools/segmentation/strategies/utils/stackVolumeCheck.js.map +0 -1
- package/dist/esm/types/AnnotationGroupSelector.js.map +0 -1
- package/dist/esm/types/AnnotationRenderContext.js.map +0 -1
- package/dist/esm/types/AnnotationStyle.js.map +0 -1
- package/dist/esm/types/AnnotationTypes.js.map +0 -1
- package/dist/esm/types/BoundsIJK.js.map +0 -1
- package/dist/esm/types/CINETypes.js.map +0 -1
- package/dist/esm/types/CalculatorTypes.js.map +0 -1
- package/dist/esm/types/CardinalSplineProps.js.map +0 -1
- package/dist/esm/types/ClosestControlPoint.js.map +0 -1
- package/dist/esm/types/ClosestPoint.js.map +0 -1
- package/dist/esm/types/ClosestSplinePoint.js.map +0 -1
- package/dist/esm/types/ContourAnnotation.js.map +0 -1
- package/dist/esm/types/ContourSegmentationAnnotation.js.map +0 -1
- package/dist/esm/types/ContourTypes.js.map +0 -1
- package/dist/esm/types/ControlPointInfo.js.map +0 -1
- package/dist/esm/types/CursorTypes.js.map +0 -1
- package/dist/esm/types/EventTypes.js.map +0 -1
- package/dist/esm/types/FloodFillTypes.js.map +0 -1
- package/dist/esm/types/IAnnotationManager.js.map +0 -1
- package/dist/esm/types/IDistance.js.map +0 -1
- package/dist/esm/types/IPoints.js.map +0 -1
- package/dist/esm/types/ISculptToolShape.js.map +0 -1
- package/dist/esm/types/ISetToolModeOptions.js.map +0 -1
- package/dist/esm/types/ISpline.js.map +0 -1
- package/dist/esm/types/ISynchronizerEventHandler.js.map +0 -1
- package/dist/esm/types/IToolClassReference.js.map +0 -1
- package/dist/esm/types/IToolGroup.js.map +0 -1
- package/dist/esm/types/ITouchPoints.js.map +0 -1
- package/dist/esm/types/InteractionTypes.js.map +0 -1
- package/dist/esm/types/InternalToolTypes.js.map +0 -1
- package/dist/esm/types/InterpolationTypes.js.map +0 -1
- package/dist/esm/types/JumpToSliceOptions.js +0 -2
- package/dist/esm/types/JumpToSliceOptions.js.map +0 -1
- package/dist/esm/types/LabelmapToolOperationData.js.map +0 -1
- package/dist/esm/types/LabelmapTypes.js.map +0 -1
- package/dist/esm/types/PlanarBoundingBox.js.map +0 -1
- package/dist/esm/types/PolySeg.js.map +0 -1
- package/dist/esm/types/SVGDrawingHelper.js.map +0 -1
- package/dist/esm/types/ScrollOptions.js +0 -2
- package/dist/esm/types/ScrollOptions.js.map +0 -1
- package/dist/esm/types/SegmentationStateTypes.js.map +0 -1
- package/dist/esm/types/SplineCurveSegment.js.map +0 -1
- package/dist/esm/types/SplineLineSegment.js.map +0 -1
- package/dist/esm/types/SplineProps.js.map +0 -1
- package/dist/esm/types/SurfaceTypes.js.map +0 -1
- package/dist/esm/types/ToolAction.js.map +0 -1
- package/dist/esm/types/ToolHandle.js.map +0 -1
- package/dist/esm/types/ToolProps.js.map +0 -1
- package/dist/esm/types/ToolSpecificAnnotationTypes.js.map +0 -1
- package/dist/esm/types/index.js.map +0 -1
- package/dist/esm/utilities/BucketQueue.js.map +0 -1
- package/dist/esm/utilities/annotationFrameRange.js.map +0 -1
- package/dist/esm/utilities/annotationHydration.js.map +0 -1
- package/dist/esm/utilities/boundingBox/extend2DBoundingBoxInViewAxis.js.map +0 -1
- package/dist/esm/utilities/boundingBox/getBoundingBoxAroundShape.js.map +0 -1
- package/dist/esm/utilities/boundingBox/index.js.map +0 -1
- package/dist/esm/utilities/calibrateImageSpacing.js.map +0 -1
- package/dist/esm/utilities/cine/events.js.map +0 -1
- package/dist/esm/utilities/cine/index.js.map +0 -1
- package/dist/esm/utilities/cine/playClip.js.map +0 -1
- package/dist/esm/utilities/cine/state.js.map +0 -1
- package/dist/esm/utilities/clip.js +0 -9
- package/dist/esm/utilities/clip.js.map +0 -1
- package/dist/esm/utilities/contourSegmentation/addContourSegmentationAnnotation.js.map +0 -1
- package/dist/esm/utilities/contourSegmentation/areSameSegment.js.map +0 -1
- package/dist/esm/utilities/contourSegmentation/index.js.map +0 -1
- package/dist/esm/utilities/contourSegmentation/isContourSegmentationAnnotation.js.map +0 -1
- package/dist/esm/utilities/contourSegmentation/removeContourSegmentationAnnotation.js.map +0 -1
- package/dist/esm/utilities/contours/AnnotationToPointData.js.map +0 -1
- package/dist/esm/utilities/contours/RectangleROIStartEndThreshold.js.map +0 -1
- package/dist/esm/utilities/contours/areCoplanarContours.js.map +0 -1
- package/dist/esm/utilities/contours/calculatePerimeter.js.map +0 -1
- package/dist/esm/utilities/contours/contourFinder.js.map +0 -1
- package/dist/esm/utilities/contours/detectContourHoles.js.map +0 -1
- package/dist/esm/utilities/contours/findHandlePolylineIndex.js.map +0 -1
- package/dist/esm/utilities/contours/generateContourSetsFromLabelmap.js.map +0 -1
- package/dist/esm/utilities/contours/getContourHolesDataCanvas.js.map +0 -1
- package/dist/esm/utilities/contours/getContourHolesDataWorld.js.map +0 -1
- package/dist/esm/utilities/contours/getDeduplicatedVTKPolyDataPoints.js.map +0 -1
- package/dist/esm/utilities/contours/index.js.map +0 -1
- package/dist/esm/utilities/contours/interpolation/acceptAutogeneratedInterpolations.js.map +0 -1
- package/dist/esm/utilities/contours/interpolation/createPolylineToolData.js.map +0 -1
- package/dist/esm/utilities/contours/interpolation/findAnnotationForInterpolation.js.map +0 -1
- package/dist/esm/utilities/contours/interpolation/getInterpolationData.js.map +0 -1
- package/dist/esm/utilities/contours/interpolation/getInterpolationDataCollection.js.map +0 -1
- package/dist/esm/utilities/contours/interpolation/index.js +0 -3
- package/dist/esm/utilities/contours/interpolation/index.js.map +0 -1
- package/dist/esm/utilities/contours/interpolation/interpolate.js.map +0 -1
- package/dist/esm/utilities/contours/interpolation/selectHandles.js.map +0 -1
- package/dist/esm/utilities/contours/interpolation/updateChildInterpolationUID.js.map +0 -1
- package/dist/esm/utilities/contours/reverseIfAntiClockwise.js.map +0 -1
- package/dist/esm/utilities/contours/updateContourPolyline.js.map +0 -1
- package/dist/esm/utilities/debounce.js.map +0 -1
- package/dist/esm/utilities/drawing/getTextBoxCoordsCanvas.js.map +0 -1
- package/dist/esm/utilities/drawing/index.js.map +0 -1
- package/dist/esm/utilities/dynamicVolume/generateImageFromTimeData.js.map +0 -1
- package/dist/esm/utilities/dynamicVolume/getDataInTime.js.map +0 -1
- package/dist/esm/utilities/dynamicVolume/index.js.map +0 -1
- package/dist/esm/utilities/getAnnotationNearPoint.js.map +0 -1
- package/dist/esm/utilities/getCalibratedUnits.js.map +0 -1
- package/dist/esm/utilities/getModalityUnit.js +0 -27
- package/dist/esm/utilities/getModalityUnit.js.map +0 -1
- package/dist/esm/utilities/getSphereBoundsInfo.js.map +0 -1
- package/dist/esm/utilities/getToolsWithModesForElement.js.map +0 -1
- package/dist/esm/utilities/getVOIMultipliers.js.map +0 -1
- package/dist/esm/utilities/getViewportForAnnotation.js.map +0 -1
- package/dist/esm/utilities/getViewportsForAnnotation.js.map +0 -1
- package/dist/esm/utilities/index.js.map +0 -1
- package/dist/esm/utilities/isObject.js.map +0 -1
- package/dist/esm/utilities/livewire/LiveWirePath.js.map +0 -1
- package/dist/esm/utilities/livewire/LivewireScissors.js.map +0 -1
- package/dist/esm/utilities/math/aabb/distanceToPoint.js.map +0 -1
- package/dist/esm/utilities/math/aabb/distanceToPointSquared.js.map +0 -1
- package/dist/esm/utilities/math/aabb/index.js.map +0 -1
- package/dist/esm/utilities/math/aabb/intersectAABB.js.map +0 -1
- package/dist/esm/utilities/math/angle/angleBetweenLines.js.map +0 -1
- package/dist/esm/utilities/math/basic/BasicStatsCalculator.js.map +0 -1
- package/dist/esm/utilities/math/basic/Calculator.js.map +0 -1
- package/dist/esm/utilities/math/basic/index.js.map +0 -1
- package/dist/esm/utilities/math/circle/_types.js.map +0 -1
- package/dist/esm/utilities/math/circle/getCanvasCircleCorners.js.map +0 -1
- package/dist/esm/utilities/math/circle/getCanvasCircleRadius.js.map +0 -1
- package/dist/esm/utilities/math/circle/index.js.map +0 -1
- package/dist/esm/utilities/math/ellipse/getCanvasEllipseCorners.js.map +0 -1
- package/dist/esm/utilities/math/ellipse/index.js.map +0 -1
- package/dist/esm/utilities/math/ellipse/pointInEllipse.js.map +0 -1
- package/dist/esm/utilities/math/ellipse/pointInEllipsoidWithConstraint.js.map +0 -1
- package/dist/esm/utilities/math/index.js.map +0 -1
- package/dist/esm/utilities/math/line/distanceToPoint.js.map +0 -1
- package/dist/esm/utilities/math/line/distanceToPointSquared.js.map +0 -1
- package/dist/esm/utilities/math/line/distanceToPointSquaredInfo.js.map +0 -1
- package/dist/esm/utilities/math/line/index.js.map +0 -1
- package/dist/esm/utilities/math/line/intersectLine.js.map +0 -1
- package/dist/esm/utilities/math/line/isPointOnLineSegment.js.map +0 -1
- package/dist/esm/utilities/math/midPoint.js.map +0 -1
- package/dist/esm/utilities/math/point/distanceToPoint.js.map +0 -1
- package/dist/esm/utilities/math/point/distanceToPointSquared.js.map +0 -1
- package/dist/esm/utilities/math/point/index.js.map +0 -1
- package/dist/esm/utilities/math/point/mirror.js.map +0 -1
- package/dist/esm/utilities/math/polyline/addCanvasPointsToArray.js.map +0 -1
- package/dist/esm/utilities/math/polyline/areLineSegmentsIntersecting.js.map +0 -1
- package/dist/esm/utilities/math/polyline/combinePolyline.js.map +0 -1
- package/dist/esm/utilities/math/polyline/containsPoint.js.map +0 -1
- package/dist/esm/utilities/math/polyline/containsPoints.js.map +0 -1
- package/dist/esm/utilities/math/polyline/decimate.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getAABB.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getArea.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getClosestLineSegmentIntersection.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getFirstLineSegmentIntersectionIndexes.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsCoordinates.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsIndexes.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getLinesIntersection.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getNormal2.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getNormal3.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getSignedArea.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getSubPixelSpacingAndXYDirections.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getWindingDirection.js.map +0 -1
- package/dist/esm/utilities/math/polyline/index.js.map +0 -1
- package/dist/esm/utilities/math/polyline/intersectPolyline.js.map +0 -1
- package/dist/esm/utilities/math/polyline/isClosed.js.map +0 -1
- package/dist/esm/utilities/math/polyline/isPointInsidePolyline3D.js.map +0 -1
- package/dist/esm/utilities/math/polyline/planarFreehandROIInternalTypes.js.map +0 -1
- package/dist/esm/utilities/math/polyline/pointCanProjectOnLine.js.map +0 -1
- package/dist/esm/utilities/math/polyline/pointsAreWithinCloseContourProximity.js.map +0 -1
- package/dist/esm/utilities/math/polyline/projectTo2D.js.map +0 -1
- package/dist/esm/utilities/math/rectangle/distanceToPoint.js.map +0 -1
- package/dist/esm/utilities/math/rectangle/index.js.map +0 -1
- package/dist/esm/utilities/math/sphere/index.js.map +0 -1
- package/dist/esm/utilities/math/sphere/pointInSphere.js.map +0 -1
- package/dist/esm/utilities/math/vec2/findClosestPoint.js.map +0 -1
- package/dist/esm/utilities/math/vec2/index.js.map +0 -1
- package/dist/esm/utilities/math/vec2/liangBarksyClip.js.map +0 -1
- package/dist/esm/utilities/math/vec3/interpolateVec3.js.map +0 -1
- package/dist/esm/utilities/orientation/getOrientationStringLPS.js.map +0 -1
- package/dist/esm/utilities/orientation/index.js.map +0 -1
- package/dist/esm/utilities/orientation/invertOrientationStringLPS.js.map +0 -1
- package/dist/esm/utilities/planar/filterAnnotationsForDisplay.js.map +0 -1
- package/dist/esm/utilities/planar/filterAnnotationsWithinSlice.js.map +0 -1
- package/dist/esm/utilities/planar/getPointInLineOfSightWithCriteria.js.map +0 -1
- package/dist/esm/utilities/planar/getWorldWidthAndHeightFromCorners.js.map +0 -1
- package/dist/esm/utilities/planar/getWorldWidthAndHeightFromTwoPoints.js.map +0 -1
- package/dist/esm/utilities/planar/index.js.map +0 -1
- package/dist/esm/utilities/planar/isPlaneIntersectingAABB.js.map +0 -1
- package/dist/esm/utilities/planarFreehandROITool/index.js.map +0 -1
- package/dist/esm/utilities/planarFreehandROITool/interpolation/algorithms/bspline.js.map +0 -1
- package/dist/esm/utilities/planarFreehandROITool/interpolation/interpolateSegmentPoints.js.map +0 -1
- package/dist/esm/utilities/planarFreehandROITool/smoothAnnotation.js.map +0 -1
- package/dist/esm/utilities/planarFreehandROITool/smoothPoints.js.map +0 -1
- package/dist/esm/utilities/pointInShapeCallback.js +0 -83
- package/dist/esm/utilities/pointInShapeCallback.js.map +0 -1
- package/dist/esm/utilities/pointInSurroundingSphereCallback.js.map +0 -1
- package/dist/esm/utilities/pointToString.js.map +0 -1
- package/dist/esm/utilities/polyData/utils.js.map +0 -1
- package/dist/esm/utilities/rectangleROITool/getBoundsIJKFromRectangleAnnotations.js.map +0 -1
- package/dist/esm/utilities/rectangleROITool/index.js.map +0 -1
- package/dist/esm/utilities/rectangleROITool/isAxisAlignedRectangle.js.map +0 -1
- package/dist/esm/utilities/scroll.js +0 -58
- package/dist/esm/utilities/scroll.js.map +0 -1
- package/dist/esm/utilities/segmentation/InterpolationManager/InterpolationManager.js.map +0 -1
- package/dist/esm/utilities/segmentation/InterpolationManager/deleteRelatedAnnotations.js.map +0 -1
- package/dist/esm/utilities/segmentation/brushSizeForToolGroup.js.map +0 -1
- package/dist/esm/utilities/segmentation/brushThresholdForToolGroup.js.map +0 -1
- package/dist/esm/utilities/segmentation/contourAndFindLargestBidirectional.js.map +0 -1
- package/dist/esm/utilities/segmentation/createBidirectionalToolData.js.map +0 -1
- package/dist/esm/utilities/segmentation/createImageIdReferenceMap.js +0 -8
- package/dist/esm/utilities/segmentation/createImageIdReferenceMap.js.map +0 -1
- package/dist/esm/utilities/segmentation/createLabelmapVolumeForViewport.js.map +0 -1
- package/dist/esm/utilities/segmentation/createMergedLabelmapForIndex.js.map +0 -1
- package/dist/esm/utilities/segmentation/findLargestBidirectional.js.map +0 -1
- package/dist/esm/utilities/segmentation/floodFill.js.map +0 -1
- package/dist/esm/utilities/segmentation/getDefaultRepresentationConfig.js +0 -12
- package/dist/esm/utilities/segmentation/getDefaultRepresentationConfig.js.map +0 -1
- package/dist/esm/utilities/segmentation/getHoveredContourSegmentationAnnotation.js.map +0 -1
- package/dist/esm/utilities/segmentation/getSegmentAtLabelmapBorder.js +0 -74
- package/dist/esm/utilities/segmentation/getSegmentAtLabelmapBorder.js.map +0 -1
- package/dist/esm/utilities/segmentation/getSegmentAtWorldPoint.js +0 -76
- package/dist/esm/utilities/segmentation/getSegmentAtWorldPoint.js.map +0 -1
- package/dist/esm/utilities/segmentation/getUniqueSegmentIndices.js.map +0 -1
- package/dist/esm/utilities/segmentation/index.js.map +0 -1
- package/dist/esm/utilities/segmentation/invalidateBrushCursor.js.map +0 -1
- package/dist/esm/utilities/segmentation/isLineInSegment.js.map +0 -1
- package/dist/esm/utilities/segmentation/isValidRepresentationConfig.js +0 -11
- package/dist/esm/utilities/segmentation/isValidRepresentationConfig.js.map +0 -1
- package/dist/esm/utilities/segmentation/rectangleROIThresholdVolumeByRange.js.map +0 -1
- package/dist/esm/utilities/segmentation/segmentContourAction.js.map +0 -1
- package/dist/esm/utilities/segmentation/thresholdSegmentationByRange.js.map +0 -1
- package/dist/esm/utilities/segmentation/thresholdVolumeByRange.js.map +0 -1
- package/dist/esm/utilities/segmentation/triggerSegmentationRender.js +0 -109
- package/dist/esm/utilities/segmentation/triggerSegmentationRender.js.map +0 -1
- package/dist/esm/utilities/segmentation/utilities.js.map +0 -1
- package/dist/esm/utilities/stackPrefetch/index.js.map +0 -1
- package/dist/esm/utilities/stackPrefetch/stackContextPrefetch.js.map +0 -1
- package/dist/esm/utilities/stackPrefetch/stackPrefetch.js.map +0 -1
- package/dist/esm/utilities/stackPrefetch/stackPrefetchUtils.js.map +0 -1
- package/dist/esm/utilities/stackPrefetch/state.js.map +0 -1
- package/dist/esm/utilities/throttle.js.map +0 -1
- package/dist/esm/utilities/touch/index.js.map +0 -1
- package/dist/esm/utilities/triggerAnnotationRender.js.map +0 -1
- package/dist/esm/utilities/triggerAnnotationRenderForToolGroupIds.js.map +0 -1
- package/dist/esm/utilities/triggerAnnotationRenderForViewportIds.js.map +0 -1
- package/dist/esm/utilities/viewport/index.js.map +0 -1
- package/dist/esm/utilities/viewport/isViewportPreScaled.js.map +0 -1
- package/dist/esm/utilities/viewport/jumpToSlice.js +0 -37
- package/dist/esm/utilities/viewport/jumpToSlice.js.map +0 -1
- package/dist/esm/utilities/viewport/jumpToWorld.js +0 -33
- package/dist/esm/utilities/viewport/jumpToWorld.js.map +0 -1
- package/dist/esm/utilities/viewportFilters/filterViewportsWithFrameOfReferenceUID.js.map +0 -1
- package/dist/esm/utilities/viewportFilters/filterViewportsWithParallelNormals.js.map +0 -1
- package/dist/esm/utilities/viewportFilters/filterViewportsWithSameOrientation.js.map +0 -1
- package/dist/esm/utilities/viewportFilters/filterViewportsWithToolEnabled.js.map +0 -1
- package/dist/esm/utilities/viewportFilters/getViewportIdsWithToolToRender.js.map +0 -1
- package/dist/esm/utilities/viewportFilters/index.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/Colorbar.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/ColorbarCanvas.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/ColorbarTicks.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/ViewportColorbar.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/common/areColorbarRangesEqual.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/common/areColorbarSizesEqual.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/common/index.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/common/isColorbarSizeValid.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/common/isRangeTextPositionValid.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/common/isRangeValid.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/enums/ColorbarRangeTextPosition.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/enums/index.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/index.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarCanvasProps.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarCommonProps.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarImageRange.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarProps.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarSize.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksProps.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksStyle.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarVOIRange.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ViewportColorbarProps.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/types/index.js.map +0 -1
- package/dist/esm/utilities/voi/index.js.map +0 -1
- package/dist/esm/utilities/voi/windowlevel/calculateMinMaxMean.js.map +0 -1
- package/dist/esm/utilities/voi/windowlevel/extractWindowLevelRegionToolData.js.map +0 -1
- package/dist/esm/utilities/voi/windowlevel/getLuminanceFromRegion.js.map +0 -1
- package/dist/esm/utilities/voi/windowlevel/index.js.map +0 -1
- package/dist/esm/widgets/Widget.js.map +0 -1
- package/dist/esm/widgets/types/WidgetProps.js.map +0 -1
- package/dist/esm/widgets/types/WidgetSize.js.map +0 -1
- package/dist/esm/widgets/types/index.js.map +0 -1
- package/dist/esm/workers/polySegConverters.js.map +0 -1
- package/dist/types/constants/COLOR_LUT.d.ts +0 -3
- package/dist/types/constants/COLOR_LUT.d.ts.map +0 -1
- package/dist/types/constants/index.d.ts +0 -3
- package/dist/types/constants/index.d.ts.map +0 -1
- package/dist/types/cursors/ImageMouseCursor.d.ts +0 -10
- package/dist/types/cursors/ImageMouseCursor.d.ts.map +0 -1
- package/dist/types/cursors/MouseCursor.d.ts +0 -13
- package/dist/types/cursors/MouseCursor.d.ts.map +0 -1
- package/dist/types/cursors/SVGCursorDescriptor.d.ts +0 -10
- package/dist/types/cursors/SVGCursorDescriptor.d.ts.map +0 -1
- package/dist/types/cursors/SVGMouseCursor.d.ts +0 -7
- package/dist/types/cursors/SVGMouseCursor.d.ts.map +0 -1
- package/dist/types/cursors/elementCursor.d.ts +0 -7
- package/dist/types/cursors/elementCursor.d.ts.map +0 -1
- package/dist/types/cursors/index.d.ts +0 -9
- package/dist/types/cursors/index.d.ts.map +0 -1
- package/dist/types/cursors/setCursorForElement.d.ts +0 -3
- package/dist/types/cursors/setCursorForElement.d.ts.map +0 -1
- package/dist/types/drawingSvg/_getHash.d.ts +0 -3
- package/dist/types/drawingSvg/_getHash.d.ts.map +0 -1
- package/dist/types/drawingSvg/clearByToolType.d.ts +0 -3
- package/dist/types/drawingSvg/clearByToolType.d.ts.map +0 -1
- package/dist/types/drawingSvg/draw.d.ts +0 -3
- package/dist/types/drawingSvg/draw.d.ts.map +0 -1
- package/dist/types/drawingSvg/drawArrow.d.ts +0 -4
- package/dist/types/drawingSvg/drawArrow.d.ts.map +0 -1
- package/dist/types/drawingSvg/drawCircle.d.ts +0 -5
- package/dist/types/drawingSvg/drawCircle.d.ts.map +0 -1
- package/dist/types/drawingSvg/drawEllipse.d.ts +0 -5
- package/dist/types/drawingSvg/drawEllipse.d.ts.map +0 -1
- package/dist/types/drawingSvg/drawEllipseByCoordinates.d.ts +0 -5
- package/dist/types/drawingSvg/drawEllipseByCoordinates.d.ts.map +0 -1
- package/dist/types/drawingSvg/drawHandle.d.ts +0 -5
- package/dist/types/drawingSvg/drawHandle.d.ts.map +0 -1
- package/dist/types/drawingSvg/drawHandles.d.ts +0 -5
- package/dist/types/drawingSvg/drawHandles.d.ts.map +0 -1
- package/dist/types/drawingSvg/drawLine.d.ts +0 -4
- package/dist/types/drawingSvg/drawLine.d.ts.map +0 -1
- package/dist/types/drawingSvg/drawLink.d.ts +0 -5
- package/dist/types/drawingSvg/drawLink.d.ts.map +0 -1
- package/dist/types/drawingSvg/drawLinkedTextBox.d.ts +0 -5
- package/dist/types/drawingSvg/drawLinkedTextBox.d.ts.map +0 -1
- package/dist/types/drawingSvg/drawPath.d.ts +0 -12
- package/dist/types/drawingSvg/drawPath.d.ts.map +0 -1
- package/dist/types/drawingSvg/drawPolyline.d.ts +0 -12
- package/dist/types/drawingSvg/drawPolyline.d.ts.map +0 -1
- package/dist/types/drawingSvg/drawRect.d.ts +0 -4
- package/dist/types/drawingSvg/drawRect.d.ts.map +0 -1
- package/dist/types/drawingSvg/drawRectByCoordinates.d.ts +0 -4
- package/dist/types/drawingSvg/drawRectByCoordinates.d.ts.map +0 -1
- package/dist/types/drawingSvg/drawRedactionRect.d.ts +0 -2
- package/dist/types/drawingSvg/drawRedactionRect.d.ts.map +0 -1
- package/dist/types/drawingSvg/drawTextBox.d.ts +0 -5
- package/dist/types/drawingSvg/drawTextBox.d.ts.map +0 -1
- package/dist/types/drawingSvg/getSvgDrawingHelper.d.ts +0 -4
- package/dist/types/drawingSvg/getSvgDrawingHelper.d.ts.map +0 -1
- package/dist/types/drawingSvg/index.d.ts +0 -19
- package/dist/types/drawingSvg/index.d.ts.map +0 -1
- package/dist/types/drawingSvg/setAttributesIfNecessary.d.ts +0 -3
- package/dist/types/drawingSvg/setAttributesIfNecessary.d.ts.map +0 -1
- package/dist/types/drawingSvg/setNewAttributesIfValid.d.ts +0 -3
- package/dist/types/drawingSvg/setNewAttributesIfValid.d.ts.map +0 -1
- package/dist/types/enums/AnnotationStyleStates.d.ts +0 -9
- package/dist/types/enums/AnnotationStyleStates.d.ts.map +0 -1
- package/dist/types/enums/ChangeTypes.d.ts +0 -10
- package/dist/types/enums/ChangeTypes.d.ts.map +0 -1
- package/dist/types/enums/Events.d.ts +0 -41
- package/dist/types/enums/Events.d.ts.map +0 -1
- package/dist/types/enums/SegmentationRepresentations.d.ts +0 -7
- package/dist/types/enums/SegmentationRepresentations.d.ts.map +0 -1
- package/dist/types/enums/StrategyCallbacks.d.ts +0 -15
- package/dist/types/enums/StrategyCallbacks.d.ts.map +0 -1
- package/dist/types/enums/ToolBindings.d.ts +0 -25
- package/dist/types/enums/ToolBindings.d.ts.map +0 -1
- package/dist/types/enums/ToolModes.d.ts +0 -8
- package/dist/types/enums/ToolModes.d.ts.map +0 -1
- package/dist/types/enums/Touch.d.ts +0 -8
- package/dist/types/enums/Touch.d.ts.map +0 -1
- package/dist/types/enums/WorkerTypes.d.ts +0 -9
- package/dist/types/enums/WorkerTypes.d.ts.map +0 -1
- package/dist/types/enums/index.d.ts +0 -12
- package/dist/types/enums/index.d.ts.map +0 -1
- package/dist/types/eventDispatchers/annotationInterpolationEventDispatcher.d.ts +0 -6
- package/dist/types/eventDispatchers/annotationInterpolationEventDispatcher.d.ts.map +0 -1
- package/dist/types/eventDispatchers/annotationModifiedEventDispatcher.d.ts +0 -6
- package/dist/types/eventDispatchers/annotationModifiedEventDispatcher.d.ts.map +0 -1
- package/dist/types/eventDispatchers/cameraModifiedEventDispatcher.d.ts +0 -6
- package/dist/types/eventDispatchers/cameraModifiedEventDispatcher.d.ts.map +0 -1
- package/dist/types/eventDispatchers/cameraResetEventDispatcher.d.ts +0 -6
- package/dist/types/eventDispatchers/cameraResetEventDispatcher.d.ts.map +0 -1
- package/dist/types/eventDispatchers/imageRenderedEventDispatcher.d.ts +0 -6
- package/dist/types/eventDispatchers/imageRenderedEventDispatcher.d.ts.map +0 -1
- package/dist/types/eventDispatchers/imageSpacingCalibratedEventDispatcher.d.ts +0 -6
- package/dist/types/eventDispatchers/imageSpacingCalibratedEventDispatcher.d.ts.map +0 -1
- package/dist/types/eventDispatchers/index.d.ts +0 -10
- package/dist/types/eventDispatchers/index.d.ts.map +0 -1
- package/dist/types/eventDispatchers/keyboardEventHandlers/index.d.ts +0 -4
- package/dist/types/eventDispatchers/keyboardEventHandlers/index.d.ts.map +0 -1
- package/dist/types/eventDispatchers/keyboardEventHandlers/keyDown.d.ts +0 -3
- package/dist/types/eventDispatchers/keyboardEventHandlers/keyDown.d.ts.map +0 -1
- package/dist/types/eventDispatchers/keyboardEventHandlers/keyUp.d.ts +0 -3
- package/dist/types/eventDispatchers/keyboardEventHandlers/keyUp.d.ts.map +0 -1
- package/dist/types/eventDispatchers/keyboardToolEventDispatcher.d.ts +0 -6
- package/dist/types/eventDispatchers/keyboardToolEventDispatcher.d.ts.map +0 -1
- package/dist/types/eventDispatchers/mouseEventHandlers/index.d.ts +0 -10
- package/dist/types/eventDispatchers/mouseEventHandlers/index.d.ts.map +0 -1
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseClick.d.ts +0 -3
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseClick.d.ts.map +0 -1
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseDoubleClick.d.ts +0 -3
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseDoubleClick.d.ts.map +0 -1
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseDown.d.ts +0 -3
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseDown.d.ts.map +0 -1
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseDownActivate.d.ts +0 -3
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseDownActivate.d.ts.map +0 -1
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseDownAnnotationAction.d.ts +0 -3
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseDownAnnotationAction.d.ts.map +0 -1
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseDrag.d.ts +0 -3
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseDrag.d.ts.map +0 -1
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseMove.d.ts +0 -3
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseMove.d.ts.map +0 -1
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseUp.d.ts +0 -3
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseUp.d.ts.map +0 -1
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseWheel.d.ts +0 -3
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseWheel.d.ts.map +0 -1
- package/dist/types/eventDispatchers/mouseToolEventDispatcher.d.ts +0 -6
- package/dist/types/eventDispatchers/mouseToolEventDispatcher.d.ts.map +0 -1
- package/dist/types/eventDispatchers/shared/customCallbackHandler.d.ts +0 -2
- package/dist/types/eventDispatchers/shared/customCallbackHandler.d.ts.map +0 -1
- package/dist/types/eventDispatchers/shared/getActiveToolForKeyboardEvent.d.ts +0 -3
- package/dist/types/eventDispatchers/shared/getActiveToolForKeyboardEvent.d.ts.map +0 -1
- package/dist/types/eventDispatchers/shared/getActiveToolForMouseEvent.d.ts +0 -3
- package/dist/types/eventDispatchers/shared/getActiveToolForMouseEvent.d.ts.map +0 -1
- package/dist/types/eventDispatchers/shared/getActiveToolForTouchEvent.d.ts +0 -3
- package/dist/types/eventDispatchers/shared/getActiveToolForTouchEvent.d.ts.map +0 -1
- package/dist/types/eventDispatchers/shared/getMouseModifier.d.ts +0 -4
- package/dist/types/eventDispatchers/shared/getMouseModifier.d.ts.map +0 -1
- package/dist/types/eventDispatchers/shared/getToolsWithActionsForKeyboardEvents.d.ts +0 -4
- package/dist/types/eventDispatchers/shared/getToolsWithActionsForKeyboardEvents.d.ts.map +0 -1
- package/dist/types/eventDispatchers/shared/getToolsWithActionsForMouseEvent.d.ts +0 -4
- package/dist/types/eventDispatchers/shared/getToolsWithActionsForMouseEvent.d.ts.map +0 -1
- package/dist/types/eventDispatchers/shared/getToolsWithModesForMouseEvent.d.ts +0 -6
- package/dist/types/eventDispatchers/shared/getToolsWithModesForMouseEvent.d.ts.map +0 -1
- package/dist/types/eventDispatchers/shared/getToolsWithModesForTouchEvent.d.ts +0 -6
- package/dist/types/eventDispatchers/shared/getToolsWithModesForTouchEvent.d.ts.map +0 -1
- package/dist/types/eventDispatchers/touchEventHandlers/index.d.ts +0 -8
- package/dist/types/eventDispatchers/touchEventHandlers/index.d.ts.map +0 -1
- package/dist/types/eventDispatchers/touchEventHandlers/touchDrag.d.ts +0 -3
- package/dist/types/eventDispatchers/touchEventHandlers/touchDrag.d.ts.map +0 -1
- package/dist/types/eventDispatchers/touchEventHandlers/touchEnd.d.ts +0 -3
- package/dist/types/eventDispatchers/touchEventHandlers/touchEnd.d.ts.map +0 -1
- package/dist/types/eventDispatchers/touchEventHandlers/touchPress.d.ts +0 -3
- package/dist/types/eventDispatchers/touchEventHandlers/touchPress.d.ts.map +0 -1
- package/dist/types/eventDispatchers/touchEventHandlers/touchStart.d.ts +0 -3
- package/dist/types/eventDispatchers/touchEventHandlers/touchStart.d.ts.map +0 -1
- package/dist/types/eventDispatchers/touchEventHandlers/touchStartActivate.d.ts +0 -3
- package/dist/types/eventDispatchers/touchEventHandlers/touchStartActivate.d.ts.map +0 -1
- package/dist/types/eventDispatchers/touchEventHandlers/touchTap.d.ts +0 -3
- package/dist/types/eventDispatchers/touchEventHandlers/touchTap.d.ts.map +0 -1
- package/dist/types/eventDispatchers/touchToolEventDispatcher.d.ts +0 -6
- package/dist/types/eventDispatchers/touchToolEventDispatcher.d.ts.map +0 -1
- package/dist/types/eventListeners/annotations/annotationCompletedListener.d.ts +0 -3
- package/dist/types/eventListeners/annotations/annotationCompletedListener.d.ts.map +0 -1
- package/dist/types/eventListeners/annotations/annotationModifiedListener.d.ts +0 -3
- package/dist/types/eventListeners/annotations/annotationModifiedListener.d.ts.map +0 -1
- package/dist/types/eventListeners/annotations/annotationRemovedListener.d.ts +0 -3
- package/dist/types/eventListeners/annotations/annotationRemovedListener.d.ts.map +0 -1
- package/dist/types/eventListeners/annotations/annotationSelectionListener.d.ts +0 -3
- package/dist/types/eventListeners/annotations/annotationSelectionListener.d.ts.map +0 -1
- package/dist/types/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.d.ts +0 -6
- package/dist/types/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.d.ts.map +0 -1
- package/dist/types/eventListeners/annotations/contourSegmentation/contourSegmentationRemoved.d.ts +0 -3
- package/dist/types/eventListeners/annotations/contourSegmentation/contourSegmentationRemoved.d.ts.map +0 -1
- package/dist/types/eventListeners/annotations/contourSegmentation/index.d.ts +0 -3
- package/dist/types/eventListeners/annotations/contourSegmentation/index.d.ts.map +0 -1
- package/dist/types/eventListeners/annotations/index.d.ts +0 -6
- package/dist/types/eventListeners/annotations/index.d.ts.map +0 -1
- package/dist/types/eventListeners/index.d.ts +0 -8
- package/dist/types/eventListeners/index.d.ts.map +0 -1
- package/dist/types/eventListeners/keyboard/index.d.ts +0 -10
- package/dist/types/eventListeners/keyboard/index.d.ts.map +0 -1
- package/dist/types/eventListeners/keyboard/keyDownListener.d.ts +0 -5
- package/dist/types/eventListeners/keyboard/keyDownListener.d.ts.map +0 -1
- package/dist/types/eventListeners/mouse/getMouseEventPoints.d.ts +0 -3
- package/dist/types/eventListeners/mouse/getMouseEventPoints.d.ts.map +0 -1
- package/dist/types/eventListeners/mouse/index.d.ts +0 -8
- package/dist/types/eventListeners/mouse/index.d.ts.map +0 -1
- package/dist/types/eventListeners/mouse/mouseDoubleClickListener.d.ts +0 -3
- package/dist/types/eventListeners/mouse/mouseDoubleClickListener.d.ts.map +0 -1
- package/dist/types/eventListeners/mouse/mouseDownListener.d.ts +0 -5
- package/dist/types/eventListeners/mouse/mouseDownListener.d.ts.map +0 -1
- package/dist/types/eventListeners/mouse/mouseMoveListener.d.ts +0 -3
- package/dist/types/eventListeners/mouse/mouseMoveListener.d.ts.map +0 -1
- package/dist/types/eventListeners/segmentation/imageChangeEventListener.d.ts +0 -6
- package/dist/types/eventListeners/segmentation/imageChangeEventListener.d.ts.map +0 -1
- package/dist/types/eventListeners/segmentation/index.d.ts +0 -7
- package/dist/types/eventListeners/segmentation/index.d.ts.map +0 -1
- package/dist/types/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.d.ts +0 -4
- package/dist/types/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.d.ts.map +0 -1
- package/dist/types/eventListeners/segmentation/segmentationDataModifiedEventListener.d.ts +0 -4
- package/dist/types/eventListeners/segmentation/segmentationDataModifiedEventListener.d.ts.map +0 -1
- package/dist/types/eventListeners/segmentation/segmentationModifiedEventListener.d.ts +0 -4
- package/dist/types/eventListeners/segmentation/segmentationModifiedEventListener.d.ts.map +0 -1
- package/dist/types/eventListeners/segmentation/segmentationRepresentationModifiedEventListener.d.ts +0 -4
- package/dist/types/eventListeners/segmentation/segmentationRepresentationModifiedEventListener.d.ts.map +0 -1
- package/dist/types/eventListeners/segmentation/segmentationRepresentationRemovedEventListener.d.ts +0 -4
- package/dist/types/eventListeners/segmentation/segmentationRepresentationRemovedEventListener.d.ts.map +0 -1
- package/dist/types/eventListeners/touch/getTouchEventPoints.d.ts +0 -3
- package/dist/types/eventListeners/touch/getTouchEventPoints.d.ts.map +0 -1
- package/dist/types/eventListeners/touch/index.d.ts +0 -8
- package/dist/types/eventListeners/touch/index.d.ts.map +0 -1
- package/dist/types/eventListeners/touch/preventGhostClick.d.ts +0 -8
- package/dist/types/eventListeners/touch/preventGhostClick.d.ts.map +0 -1
- package/dist/types/eventListeners/touch/touchStartListener.d.ts +0 -3
- package/dist/types/eventListeners/touch/touchStartListener.d.ts.map +0 -1
- package/dist/types/eventListeners/wheel/index.d.ts +0 -8
- package/dist/types/eventListeners/wheel/index.d.ts.map +0 -1
- package/dist/types/eventListeners/wheel/normalizeWheel.d.ts +0 -7
- package/dist/types/eventListeners/wheel/normalizeWheel.d.ts.map +0 -1
- package/dist/types/eventListeners/wheel/wheelListener.d.ts +0 -3
- package/dist/types/eventListeners/wheel/wheelListener.d.ts.map +0 -1
- package/dist/types/index.d.ts +0 -15
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/init.d.ts +0 -4
- package/dist/types/init.d.ts.map +0 -1
- package/dist/types/stateManagement/annotation/AnnotationGroup.d.ts +0 -19
- package/dist/types/stateManagement/annotation/AnnotationGroup.d.ts.map +0 -1
- package/dist/types/stateManagement/annotation/FrameOfReferenceSpecificAnnotationManager.d.ts +0 -26
- package/dist/types/stateManagement/annotation/FrameOfReferenceSpecificAnnotationManager.d.ts.map +0 -1
- package/dist/types/stateManagement/annotation/annotationLocking.d.ts +0 -9
- package/dist/types/stateManagement/annotation/annotationLocking.d.ts.map +0 -1
- package/dist/types/stateManagement/annotation/annotationSelection.d.ts +0 -8
- package/dist/types/stateManagement/annotation/annotationSelection.d.ts.map +0 -1
- package/dist/types/stateManagement/annotation/annotationState.d.ts +0 -20
- package/dist/types/stateManagement/annotation/annotationState.d.ts.map +0 -1
- package/dist/types/stateManagement/annotation/annotationVisibility.d.ts +0 -7
- package/dist/types/stateManagement/annotation/annotationVisibility.d.ts.map +0 -1
- package/dist/types/stateManagement/annotation/config/ToolStyle.d.ts +0 -19
- package/dist/types/stateManagement/annotation/config/ToolStyle.d.ts.map +0 -1
- package/dist/types/stateManagement/annotation/config/getFont.d.ts +0 -5
- package/dist/types/stateManagement/annotation/config/getFont.d.ts.map +0 -1
- package/dist/types/stateManagement/annotation/config/getState.d.ts +0 -5
- package/dist/types/stateManagement/annotation/config/getState.d.ts.map +0 -1
- package/dist/types/stateManagement/annotation/config/helpers.d.ts +0 -5
- package/dist/types/stateManagement/annotation/config/helpers.d.ts.map +0 -1
- package/dist/types/stateManagement/annotation/config/index.d.ts +0 -5
- package/dist/types/stateManagement/annotation/config/index.d.ts.map +0 -1
- package/dist/types/stateManagement/annotation/helpers/state.d.ts +0 -11
- package/dist/types/stateManagement/annotation/helpers/state.d.ts.map +0 -1
- package/dist/types/stateManagement/annotation/index.d.ts +0 -9
- package/dist/types/stateManagement/annotation/index.d.ts.map +0 -1
- package/dist/types/stateManagement/annotation/utilities/defineProperties.d.ts +0 -5
- package/dist/types/stateManagement/annotation/utilities/defineProperties.d.ts.map +0 -1
- package/dist/types/stateManagement/index.d.ts +0 -21
- package/dist/types/stateManagement/index.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/SegmentationStateManager.d.ts +0 -37
- package/dist/types/stateManagement/segmentation/SegmentationStateManager.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/activeSegmentation.d.ts +0 -6
- package/dist/types/stateManagement/segmentation/activeSegmentation.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/addRepresentationData.d.ts +0 -13
- package/dist/types/stateManagement/segmentation/addRepresentationData.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/addSegmentationRepresentation.d.ts +0 -4
- package/dist/types/stateManagement/segmentation/addSegmentationRepresentation.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/addSegmentationRepresentations.d.ts +0 -4
- package/dist/types/stateManagement/segmentation/addSegmentationRepresentations.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/addSegmentations.d.ts +0 -4
- package/dist/types/stateManagement/segmentation/addSegmentations.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/config/index.d.ts +0 -5
- package/dist/types/stateManagement/segmentation/config/index.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/config/segmentationColor.d.ts +0 -7
- package/dist/types/stateManagement/segmentation/config/segmentationColor.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/config/segmentationConfig.d.ts +0 -14
- package/dist/types/stateManagement/segmentation/config/segmentationConfig.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/config/segmentationVisibility.d.ts +0 -7
- package/dist/types/stateManagement/segmentation/config/segmentationVisibility.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/convertStackToVolumeSegmentation.d.ts +0 -18
- package/dist/types/stateManagement/segmentation/convertStackToVolumeSegmentation.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/convertVolumeToStackSegmentation.d.ts +0 -22
- package/dist/types/stateManagement/segmentation/convertVolumeToStackSegmentation.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/helpers/clipAndCacheSurfacesForViewport.d.ts +0 -18
- package/dist/types/stateManagement/segmentation/helpers/clipAndCacheSurfacesForViewport.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/helpers/getRepresentationSpecificConfig.d.ts +0 -3
- package/dist/types/stateManagement/segmentation/helpers/getRepresentationSpecificConfig.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/helpers/index.d.ts +0 -3
- package/dist/types/stateManagement/segmentation/helpers/index.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/helpers/normalizeSegmentationInput.d.ts +0 -4
- package/dist/types/stateManagement/segmentation/helpers/normalizeSegmentationInput.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/helpers/validateSegmentationInput.d.ts +0 -4
- package/dist/types/stateManagement/segmentation/helpers/validateSegmentationInput.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/index.d.ts +0 -15
- package/dist/types/stateManagement/segmentation/index.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/polySeg/Contour/computeAndAddContourRepresentation.d.ts +0 -5
- package/dist/types/stateManagement/segmentation/polySeg/Contour/computeAndAddContourRepresentation.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/polySeg/Contour/contourComputationStrategies.d.ts +0 -9
- package/dist/types/stateManagement/segmentation/polySeg/Contour/contourComputationStrategies.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/polySeg/Contour/utils/createAndAddContourSegmentationsFromClippedSurfaces.d.ts +0 -4
- package/dist/types/stateManagement/segmentation/polySeg/Contour/utils/createAndAddContourSegmentationsFromClippedSurfaces.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/polySeg/Contour/utils/extractContourData.d.ts +0 -4
- package/dist/types/stateManagement/segmentation/polySeg/Contour/utils/extractContourData.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/polySeg/Contour/utils/updateContoursOnCameraModified.d.ts +0 -2
- package/dist/types/stateManagement/segmentation/polySeg/Contour/utils/updateContoursOnCameraModified.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/polySeg/Labelmap/computeAndAddLabelmapRepresentation.d.ts +0 -3
- package/dist/types/stateManagement/segmentation/polySeg/Labelmap/computeAndAddLabelmapRepresentation.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/polySeg/Labelmap/convertContourToLabelmap.d.ts +0 -8
- package/dist/types/stateManagement/segmentation/polySeg/Labelmap/convertContourToLabelmap.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/polySeg/Labelmap/convertSurfaceToLabelmap.d.ts +0 -7
- package/dist/types/stateManagement/segmentation/polySeg/Labelmap/convertSurfaceToLabelmap.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/polySeg/Labelmap/labelmapComputationStrategies.d.ts +0 -7
- package/dist/types/stateManagement/segmentation/polySeg/Labelmap/labelmapComputationStrategies.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/polySeg/Surface/computeAndAddSurfaceRepresentation.d.ts +0 -5
- package/dist/types/stateManagement/segmentation/polySeg/Surface/computeAndAddSurfaceRepresentation.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/polySeg/Surface/convertContourToSurface.d.ts +0 -4
- package/dist/types/stateManagement/segmentation/polySeg/Surface/convertContourToSurface.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/polySeg/Surface/convertLabelmapToSurface.d.ts +0 -4
- package/dist/types/stateManagement/segmentation/polySeg/Surface/convertLabelmapToSurface.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/polySeg/Surface/createAndCacheSurfacesFromRaw.d.ts +0 -6
- package/dist/types/stateManagement/segmentation/polySeg/Surface/createAndCacheSurfacesFromRaw.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/polySeg/Surface/surfaceComputationStrategies.d.ts +0 -13
- package/dist/types/stateManagement/segmentation/polySeg/Surface/surfaceComputationStrategies.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/polySeg/Surface/updateSurfaceData.d.ts +0 -2
- package/dist/types/stateManagement/segmentation/polySeg/Surface/updateSurfaceData.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/polySeg/canComputeRequestedRepresentation.d.ts +0 -3
- package/dist/types/stateManagement/segmentation/polySeg/canComputeRequestedRepresentation.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/polySeg/computeAndAddRepresentation.d.ts +0 -4
- package/dist/types/stateManagement/segmentation/polySeg/computeAndAddRepresentation.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/polySeg/index.d.ts +0 -6
- package/dist/types/stateManagement/segmentation/polySeg/index.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/polySeg/registerPolySegWorker.d.ts +0 -2
- package/dist/types/stateManagement/segmentation/polySeg/registerPolySegWorker.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/removeSegmentationsFromToolGroup.d.ts +0 -3
- package/dist/types/stateManagement/segmentation/removeSegmentationsFromToolGroup.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/segmentIndex.d.ts +0 -4
- package/dist/types/stateManagement/segmentation/segmentIndex.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/segmentLocking.d.ts +0 -5
- package/dist/types/stateManagement/segmentation/segmentLocking.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/segmentationState.d.ts +0 -34
- package/dist/types/stateManagement/segmentation/segmentationState.d.ts.map +0 -1
- package/dist/types/stateManagement/segmentation/triggerSegmentationEvents.d.ts +0 -7
- package/dist/types/stateManagement/segmentation/triggerSegmentationEvents.d.ts.map +0 -1
- package/dist/types/store/SynchronizerManager/Synchronizer.d.ts +0 -36
- package/dist/types/store/SynchronizerManager/Synchronizer.d.ts.map +0 -1
- package/dist/types/store/SynchronizerManager/createSynchronizer.d.ts +0 -5
- package/dist/types/store/SynchronizerManager/createSynchronizer.d.ts.map +0 -1
- package/dist/types/store/SynchronizerManager/destroy.d.ts +0 -3
- package/dist/types/store/SynchronizerManager/destroy.d.ts.map +0 -1
- package/dist/types/store/SynchronizerManager/destroySynchronizer.d.ts +0 -3
- package/dist/types/store/SynchronizerManager/destroySynchronizer.d.ts.map +0 -1
- package/dist/types/store/SynchronizerManager/getAllSynchronizers.d.ts +0 -4
- package/dist/types/store/SynchronizerManager/getAllSynchronizers.d.ts.map +0 -1
- package/dist/types/store/SynchronizerManager/getSynchronizer.d.ts +0 -4
- package/dist/types/store/SynchronizerManager/getSynchronizer.d.ts.map +0 -1
- package/dist/types/store/SynchronizerManager/getSynchronizersForViewport.d.ts +0 -4
- package/dist/types/store/SynchronizerManager/getSynchronizersForViewport.d.ts.map +0 -1
- package/dist/types/store/SynchronizerManager/index.d.ts +0 -8
- package/dist/types/store/SynchronizerManager/index.d.ts.map +0 -1
- package/dist/types/store/ToolGroupManager/ToolGroup.d.ts +0 -46
- package/dist/types/store/ToolGroupManager/ToolGroup.d.ts.map +0 -1
- package/dist/types/store/ToolGroupManager/createToolGroup.d.ts +0 -4
- package/dist/types/store/ToolGroupManager/createToolGroup.d.ts.map +0 -1
- package/dist/types/store/ToolGroupManager/destroy.d.ts +0 -3
- package/dist/types/store/ToolGroupManager/destroy.d.ts.map +0 -1
- package/dist/types/store/ToolGroupManager/destroyToolGroup.d.ts +0 -3
- package/dist/types/store/ToolGroupManager/destroyToolGroup.d.ts.map +0 -1
- package/dist/types/store/ToolGroupManager/getAllToolGroups.d.ts +0 -4
- package/dist/types/store/ToolGroupManager/getAllToolGroups.d.ts.map +0 -1
- package/dist/types/store/ToolGroupManager/getToolGroup.d.ts +0 -4
- package/dist/types/store/ToolGroupManager/getToolGroup.d.ts.map +0 -1
- package/dist/types/store/ToolGroupManager/getToolGroupForViewport.d.ts +0 -4
- package/dist/types/store/ToolGroupManager/getToolGroupForViewport.d.ts.map +0 -1
- package/dist/types/store/ToolGroupManager/getToolGroupsWithToolName.d.ts +0 -4
- package/dist/types/store/ToolGroupManager/getToolGroupsWithToolName.d.ts.map +0 -1
- package/dist/types/store/ToolGroupManager/index.d.ts +0 -9
- package/dist/types/store/ToolGroupManager/index.d.ts.map +0 -1
- package/dist/types/store/addEnabledElement.d.ts +0 -3
- package/dist/types/store/addEnabledElement.d.ts.map +0 -1
- package/dist/types/store/addTool.d.ts +0 -5
- package/dist/types/store/addTool.d.ts.map +0 -1
- package/dist/types/store/cancelActiveManipulations.d.ts +0 -2
- package/dist/types/store/cancelActiveManipulations.d.ts.map +0 -1
- package/dist/types/store/filterMoveableAnnotationTools.d.ts +0 -4
- package/dist/types/store/filterMoveableAnnotationTools.d.ts.map +0 -1
- package/dist/types/store/filterToolsWithAnnotationsForElement.d.ts +0 -4
- package/dist/types/store/filterToolsWithAnnotationsForElement.d.ts.map +0 -1
- package/dist/types/store/filterToolsWithMoveableHandles.d.ts +0 -4
- package/dist/types/store/filterToolsWithMoveableHandles.d.ts.map +0 -1
- package/dist/types/store/index.d.ts +0 -11
- package/dist/types/store/index.d.ts.map +0 -1
- package/dist/types/store/removeEnabledElement.d.ts +0 -4
- package/dist/types/store/removeEnabledElement.d.ts.map +0 -1
- package/dist/types/store/state.d.ts +0 -18
- package/dist/types/store/state.d.ts.map +0 -1
- package/dist/types/store/svgNodeCache.d.ts +0 -4
- package/dist/types/store/svgNodeCache.d.ts.map +0 -1
- package/dist/types/synchronizers/callbacks/areViewportsCoplanar .d.ts +0 -3
- package/dist/types/synchronizers/callbacks/areViewportsCoplanar .d.ts.map +0 -1
- package/dist/types/synchronizers/callbacks/cameraSyncCallback.d.ts +0 -4
- package/dist/types/synchronizers/callbacks/cameraSyncCallback.d.ts.map +0 -1
- package/dist/types/synchronizers/callbacks/imageSliceSyncCallback.d.ts +0 -4
- package/dist/types/synchronizers/callbacks/imageSliceSyncCallback.d.ts.map +0 -1
- package/dist/types/synchronizers/callbacks/presentationViewSyncCallback.d.ts +0 -3
- package/dist/types/synchronizers/callbacks/presentationViewSyncCallback.d.ts.map +0 -1
- package/dist/types/synchronizers/callbacks/slabThicknessSyncCallback.d.ts +0 -3
- package/dist/types/synchronizers/callbacks/slabThicknessSyncCallback.d.ts.map +0 -1
- package/dist/types/synchronizers/callbacks/voiSyncCallback.d.ts +0 -3
- package/dist/types/synchronizers/callbacks/voiSyncCallback.d.ts.map +0 -1
- package/dist/types/synchronizers/callbacks/zoomPanSyncCallback.d.ts +0 -4
- package/dist/types/synchronizers/callbacks/zoomPanSyncCallback.d.ts.map +0 -1
- package/dist/types/synchronizers/index.d.ts +0 -9
- package/dist/types/synchronizers/index.d.ts.map +0 -1
- package/dist/types/synchronizers/synchronizers/createCameraPositionSynchronizer.d.ts +0 -3
- package/dist/types/synchronizers/synchronizers/createCameraPositionSynchronizer.d.ts.map +0 -1
- package/dist/types/synchronizers/synchronizers/createImageSliceSynchronizer.d.ts +0 -3
- package/dist/types/synchronizers/synchronizers/createImageSliceSynchronizer.d.ts.map +0 -1
- package/dist/types/synchronizers/synchronizers/createPresentationViewSynchronizer.d.ts +0 -4
- package/dist/types/synchronizers/synchronizers/createPresentationViewSynchronizer.d.ts.map +0 -1
- package/dist/types/synchronizers/synchronizers/createSlabThicknessSynchronizer.d.ts +0 -3
- package/dist/types/synchronizers/synchronizers/createSlabThicknessSynchronizer.d.ts.map +0 -1
- package/dist/types/synchronizers/synchronizers/createVOISynchronizer.d.ts +0 -8
- package/dist/types/synchronizers/synchronizers/createVOISynchronizer.d.ts.map +0 -1
- package/dist/types/synchronizers/synchronizers/createZoomPanSynchronizer.d.ts +0 -3
- package/dist/types/synchronizers/synchronizers/createZoomPanSynchronizer.d.ts.map +0 -1
- package/dist/types/synchronizers/synchronizers/index.d.ts +0 -8
- package/dist/types/synchronizers/synchronizers/index.d.ts.map +0 -1
- package/dist/types/tools/AdvancedMagnifyTool.d.ts +0 -42
- package/dist/types/tools/AdvancedMagnifyTool.d.ts.map +0 -1
- package/dist/types/tools/AdvancedMagnifyViewport.d.ts +0 -77
- package/dist/types/tools/AdvancedMagnifyViewport.d.ts.map +0 -1
- package/dist/types/tools/AdvancedMagnifyViewportManager.d.ts +0 -38
- package/dist/types/tools/AdvancedMagnifyViewportManager.d.ts.map +0 -1
- package/dist/types/tools/AnnotationEraserTool.d.ts +0 -11
- package/dist/types/tools/AnnotationEraserTool.d.ts.map +0 -1
- package/dist/types/tools/CrosshairsTool.d.ts +0 -74
- package/dist/types/tools/CrosshairsTool.d.ts.map +0 -1
- package/dist/types/tools/MIPJumpToClickTool.d.ts +0 -10
- package/dist/types/tools/MIPJumpToClickTool.d.ts.map +0 -1
- package/dist/types/tools/MagnifyTool.d.ts +0 -27
- package/dist/types/tools/MagnifyTool.d.ts.map +0 -1
- package/dist/types/tools/OrientationMarkerTool.d.ts +0 -95
- package/dist/types/tools/OrientationMarkerTool.d.ts.map +0 -1
- package/dist/types/tools/OverlayGridTool.d.ts +0 -32
- package/dist/types/tools/OverlayGridTool.d.ts.map +0 -1
- package/dist/types/tools/PanTool.d.ts +0 -11
- package/dist/types/tools/PanTool.d.ts.map +0 -1
- package/dist/types/tools/PlanarRotateTool.d.ts +0 -11
- package/dist/types/tools/PlanarRotateTool.d.ts.map +0 -1
- package/dist/types/tools/ReferenceCursors.d.ts +0 -28
- package/dist/types/tools/ReferenceCursors.d.ts.map +0 -1
- package/dist/types/tools/ReferenceLinesTool.d.ts +0 -30
- package/dist/types/tools/ReferenceLinesTool.d.ts.map +0 -1
- package/dist/types/tools/ScaleOverlayTool.d.ts +0 -41
- package/dist/types/tools/ScaleOverlayTool.d.ts.map +0 -1
- package/dist/types/tools/SculptorTool/CircleSculptCursor.d.ts +0 -21
- package/dist/types/tools/SculptorTool/CircleSculptCursor.d.ts.map +0 -1
- package/dist/types/tools/SculptorTool.d.ts +0 -42
- package/dist/types/tools/SculptorTool.d.ts.map +0 -1
- package/dist/types/tools/SegmentationIntersectionTool.d.ts +0 -19
- package/dist/types/tools/SegmentationIntersectionTool.d.ts.map +0 -1
- package/dist/types/tools/StackScrollTool.d.ts +0 -13
- package/dist/types/tools/StackScrollTool.d.ts.map +0 -1
- package/dist/types/tools/StackScrollToolMouseWheelTool.d.ts +0 -18
- package/dist/types/tools/StackScrollToolMouseWheelTool.d.ts.map +0 -1
- package/dist/types/tools/TrackballRotateTool.d.ts +0 -20
- package/dist/types/tools/TrackballRotateTool.d.ts.map +0 -1
- package/dist/types/tools/VolumeRotateMouseWheelTool.d.ts +0 -11
- package/dist/types/tools/VolumeRotateMouseWheelTool.d.ts.map +0 -1
- package/dist/types/tools/WindowLevelRegionTool.d.ts +0 -27
- package/dist/types/tools/WindowLevelRegionTool.d.ts.map +0 -1
- package/dist/types/tools/WindowLevelTool.d.ts +0 -38
- package/dist/types/tools/WindowLevelTool.d.ts.map +0 -1
- package/dist/types/tools/ZoomTool.d.ts +0 -20
- package/dist/types/tools/ZoomTool.d.ts.map +0 -1
- package/dist/types/tools/annotation/AngleTool.d.ts +0 -37
- package/dist/types/tools/annotation/AngleTool.d.ts.map +0 -1
- package/dist/types/tools/annotation/ArrowAnnotateTool.d.ts +0 -39
- package/dist/types/tools/annotation/ArrowAnnotateTool.d.ts.map +0 -1
- package/dist/types/tools/annotation/BidirectionalTool.d.ts +0 -43
- package/dist/types/tools/annotation/BidirectionalTool.d.ts.map +0 -1
- package/dist/types/tools/annotation/CircleROITool.d.ts +0 -39
- package/dist/types/tools/annotation/CircleROITool.d.ts.map +0 -1
- package/dist/types/tools/annotation/CobbAngleTool.d.ts +0 -64
- package/dist/types/tools/annotation/CobbAngleTool.d.ts.map +0 -1
- package/dist/types/tools/annotation/DragProbeTool.d.ts +0 -26
- package/dist/types/tools/annotation/DragProbeTool.d.ts.map +0 -1
- package/dist/types/tools/annotation/EllipticalROITool.d.ts +0 -45
- package/dist/types/tools/annotation/EllipticalROITool.d.ts.map +0 -1
- package/dist/types/tools/annotation/KeyImageTool.d.ts +0 -35
- package/dist/types/tools/annotation/KeyImageTool.d.ts.map +0 -1
- package/dist/types/tools/annotation/LengthTool.d.ts +0 -38
- package/dist/types/tools/annotation/LengthTool.d.ts.map +0 -1
- package/dist/types/tools/annotation/LivewireContourSegmentationTool.d.ts +0 -11
- package/dist/types/tools/annotation/LivewireContourSegmentationTool.d.ts.map +0 -1
- package/dist/types/tools/annotation/LivewireContourTool.d.ts +0 -64
- package/dist/types/tools/annotation/LivewireContourTool.d.ts.map +0 -1
- package/dist/types/tools/annotation/PlanarFreehandContourSegmentationTool.d.ts +0 -11
- package/dist/types/tools/annotation/PlanarFreehandContourSegmentationTool.d.ts.map +0 -1
- package/dist/types/tools/annotation/PlanarFreehandROITool.d.ts +0 -43
- package/dist/types/tools/annotation/PlanarFreehandROITool.d.ts.map +0 -1
- package/dist/types/tools/annotation/ProbeTool.d.ts +0 -35
- package/dist/types/tools/annotation/ProbeTool.d.ts.map +0 -1
- package/dist/types/tools/annotation/RectangleROITool.d.ts +0 -41
- package/dist/types/tools/annotation/RectangleROITool.d.ts.map +0 -1
- package/dist/types/tools/annotation/SplineContourSegmentationTool.d.ts +0 -9
- package/dist/types/tools/annotation/SplineContourSegmentationTool.d.ts.map +0 -1
- package/dist/types/tools/annotation/SplineROITool.d.ts +0 -72
- package/dist/types/tools/annotation/SplineROITool.d.ts.map +0 -1
- package/dist/types/tools/annotation/UltrasoundDirectionalTool.d.ts +0 -37
- package/dist/types/tools/annotation/UltrasoundDirectionalTool.d.ts.map +0 -1
- package/dist/types/tools/annotation/VideoRedactionTool.d.ts +0 -47
- package/dist/types/tools/annotation/VideoRedactionTool.d.ts.map +0 -1
- package/dist/types/tools/annotation/planarFreehandROITool/closedContourEditLoop.d.ts +0 -3
- package/dist/types/tools/annotation/planarFreehandROITool/closedContourEditLoop.d.ts.map +0 -1
- package/dist/types/tools/annotation/planarFreehandROITool/drawLoop.d.ts +0 -3
- package/dist/types/tools/annotation/planarFreehandROITool/drawLoop.d.ts.map +0 -1
- package/dist/types/tools/annotation/planarFreehandROITool/editLoopCommon.d.ts +0 -3
- package/dist/types/tools/annotation/planarFreehandROITool/editLoopCommon.d.ts.map +0 -1
- package/dist/types/tools/annotation/planarFreehandROITool/findOpenUShapedContourVectorToPeak.d.ts +0 -5
- package/dist/types/tools/annotation/planarFreehandROITool/findOpenUShapedContourVectorToPeak.d.ts.map +0 -1
- package/dist/types/tools/annotation/planarFreehandROITool/openContourEditLoop.d.ts +0 -3
- package/dist/types/tools/annotation/planarFreehandROITool/openContourEditLoop.d.ts.map +0 -1
- package/dist/types/tools/annotation/planarFreehandROITool/openContourEndEditLoop.d.ts +0 -3
- package/dist/types/tools/annotation/planarFreehandROITool/openContourEndEditLoop.d.ts.map +0 -1
- package/dist/types/tools/annotation/planarFreehandROITool/renderMethods.d.ts +0 -3
- package/dist/types/tools/annotation/planarFreehandROITool/renderMethods.d.ts.map +0 -1
- package/dist/types/tools/annotation/splines/BSpline.d.ts +0 -6
- package/dist/types/tools/annotation/splines/BSpline.d.ts.map +0 -1
- package/dist/types/tools/annotation/splines/CardinalSpline.d.ts +0 -13
- package/dist/types/tools/annotation/splines/CardinalSpline.d.ts.map +0 -1
- package/dist/types/tools/annotation/splines/CatmullRomSpline.d.ts +0 -6
- package/dist/types/tools/annotation/splines/CatmullRomSpline.d.ts.map +0 -1
- package/dist/types/tools/annotation/splines/CubicSpline.d.ts +0 -14
- package/dist/types/tools/annotation/splines/CubicSpline.d.ts.map +0 -1
- package/dist/types/tools/annotation/splines/LinearSpline.d.ts +0 -6
- package/dist/types/tools/annotation/splines/LinearSpline.d.ts.map +0 -1
- package/dist/types/tools/annotation/splines/QuadraticBezier.d.ts +0 -7
- package/dist/types/tools/annotation/splines/QuadraticBezier.d.ts.map +0 -1
- package/dist/types/tools/annotation/splines/QuadraticSpline.d.ts +0 -10
- package/dist/types/tools/annotation/splines/QuadraticSpline.d.ts.map +0 -1
- package/dist/types/tools/annotation/splines/Spline.d.ts +0 -52
- package/dist/types/tools/annotation/splines/Spline.d.ts.map +0 -1
- package/dist/types/tools/base/AnnotationDisplayTool.d.ts +0 -14
- package/dist/types/tools/base/AnnotationDisplayTool.d.ts.map +0 -1
- package/dist/types/tools/base/AnnotationTool.d.ts +0 -38
- package/dist/types/tools/base/AnnotationTool.d.ts.map +0 -1
- package/dist/types/tools/base/BaseTool.d.ts +0 -34
- package/dist/types/tools/base/BaseTool.d.ts.map +0 -1
- package/dist/types/tools/base/ContourBaseTool.d.ts +0 -24
- package/dist/types/tools/base/ContourBaseTool.d.ts.map +0 -1
- package/dist/types/tools/base/ContourSegmentationBaseTool.d.ts +0 -19
- package/dist/types/tools/base/ContourSegmentationBaseTool.d.ts.map +0 -1
- package/dist/types/tools/base/index.d.ts +0 -5
- package/dist/types/tools/base/index.d.ts.map +0 -1
- package/dist/types/tools/displayTools/Contour/contourConfig.d.ts +0 -4
- package/dist/types/tools/displayTools/Contour/contourConfig.d.ts.map +0 -1
- package/dist/types/tools/displayTools/Contour/contourDisplay.d.ts +0 -10
- package/dist/types/tools/displayTools/Contour/contourDisplay.d.ts.map +0 -1
- package/dist/types/tools/displayTools/Contour/contourHandler/contourConfigCache.d.ts +0 -10
- package/dist/types/tools/displayTools/Contour/contourHandler/contourConfigCache.d.ts.map +0 -1
- package/dist/types/tools/displayTools/Contour/contourHandler/handleContourSegmentation.d.ts +0 -7
- package/dist/types/tools/displayTools/Contour/contourHandler/handleContourSegmentation.d.ts.map +0 -1
- package/dist/types/tools/displayTools/Contour/contourHandler/utils.d.ts +0 -7
- package/dist/types/tools/displayTools/Contour/contourHandler/utils.d.ts.map +0 -1
- package/dist/types/tools/displayTools/Contour/index.d.ts +0 -3
- package/dist/types/tools/displayTools/Contour/index.d.ts.map +0 -1
- package/dist/types/tools/displayTools/Contour/removeContourFromElement.d.ts +0 -3
- package/dist/types/tools/displayTools/Contour/removeContourFromElement.d.ts.map +0 -1
- package/dist/types/tools/displayTools/Labelmap/addLabelmapToElement.d.ts +0 -4
- package/dist/types/tools/displayTools/Labelmap/addLabelmapToElement.d.ts.map +0 -1
- package/dist/types/tools/displayTools/Labelmap/index.d.ts +0 -5
- package/dist/types/tools/displayTools/Labelmap/index.d.ts.map +0 -1
- package/dist/types/tools/displayTools/Labelmap/labelmapConfig.d.ts +0 -6
- package/dist/types/tools/displayTools/Labelmap/labelmapConfig.d.ts.map +0 -1
- package/dist/types/tools/displayTools/Labelmap/labelmapDisplay.d.ts +0 -18
- package/dist/types/tools/displayTools/Labelmap/labelmapDisplay.d.ts.map +0 -1
- package/dist/types/tools/displayTools/Labelmap/removeLabelmapFromElement.d.ts +0 -3
- package/dist/types/tools/displayTools/Labelmap/removeLabelmapFromElement.d.ts.map +0 -1
- package/dist/types/tools/displayTools/Labelmap/validateLabelmap.d.ts +0 -5
- package/dist/types/tools/displayTools/Labelmap/validateLabelmap.d.ts.map +0 -1
- package/dist/types/tools/displayTools/SegmentationDisplayTool.d.ts +0 -14
- package/dist/types/tools/displayTools/SegmentationDisplayTool.d.ts.map +0 -1
- package/dist/types/tools/displayTools/Surface/addOrUpdateSurfaceToElement.d.ts +0 -4
- package/dist/types/tools/displayTools/Surface/addOrUpdateSurfaceToElement.d.ts.map +0 -1
- package/dist/types/tools/displayTools/Surface/index.d.ts +0 -3
- package/dist/types/tools/displayTools/Surface/index.d.ts.map +0 -1
- package/dist/types/tools/displayTools/Surface/removeSurfaceFromElement.d.ts +0 -3
- package/dist/types/tools/displayTools/Surface/removeSurfaceFromElement.d.ts.map +0 -1
- package/dist/types/tools/displayTools/Surface/surfaceConfig.d.ts +0 -4
- package/dist/types/tools/displayTools/Surface/surfaceConfig.d.ts.map +0 -1
- package/dist/types/tools/displayTools/Surface/surfaceDisplay.d.ts +0 -11
- package/dist/types/tools/displayTools/Surface/surfaceDisplay.d.ts.map +0 -1
- package/dist/types/tools/distancePointToContour.d.ts +0 -4
- package/dist/types/tools/distancePointToContour.d.ts.map +0 -1
- package/dist/types/tools/index.d.ts +0 -53
- package/dist/types/tools/index.d.ts.map +0 -1
- package/dist/types/tools/segmentation/BrushTool.d.ts +0 -83
- package/dist/types/tools/segmentation/BrushTool.d.ts.map +0 -1
- package/dist/types/tools/segmentation/CircleROIStartEndThresholdTool.d.ts +0 -64
- package/dist/types/tools/segmentation/CircleROIStartEndThresholdTool.d.ts.map +0 -1
- package/dist/types/tools/segmentation/CircleScissorsTool.d.ts +0 -33
- package/dist/types/tools/segmentation/CircleScissorsTool.d.ts.map +0 -1
- package/dist/types/tools/segmentation/PaintFillTool.d.ts +0 -14
- package/dist/types/tools/segmentation/PaintFillTool.d.ts.map +0 -1
- package/dist/types/tools/segmentation/RectangleROIStartEndThresholdTool.d.ts +0 -60
- package/dist/types/tools/segmentation/RectangleROIStartEndThresholdTool.d.ts.map +0 -1
- package/dist/types/tools/segmentation/RectangleROIThresholdTool.d.ts +0 -46
- package/dist/types/tools/segmentation/RectangleROIThresholdTool.d.ts.map +0 -1
- package/dist/types/tools/segmentation/RectangleScissorsTool.d.ts +0 -33
- package/dist/types/tools/segmentation/RectangleScissorsTool.d.ts.map +0 -1
- package/dist/types/tools/segmentation/SegmentSelectTool.d.ts +0 -20
- package/dist/types/tools/segmentation/SegmentSelectTool.d.ts.map +0 -1
- package/dist/types/tools/segmentation/SphereScissorsTool.d.ts +0 -34
- package/dist/types/tools/segmentation/SphereScissorsTool.d.ts.map +0 -1
- package/dist/types/tools/segmentation/strategies/BrushStrategy.d.ts +0 -93
- package/dist/types/tools/segmentation/strategies/BrushStrategy.d.ts.map +0 -1
- package/dist/types/tools/segmentation/strategies/compositions/determineSegmentIndex.d.ts +0 -7
- package/dist/types/tools/segmentation/strategies/compositions/determineSegmentIndex.d.ts.map +0 -1
- package/dist/types/tools/segmentation/strategies/compositions/dynamicThreshold.d.ts +0 -8
- package/dist/types/tools/segmentation/strategies/compositions/dynamicThreshold.d.ts.map +0 -1
- package/dist/types/tools/segmentation/strategies/compositions/erase.d.ts +0 -6
- package/dist/types/tools/segmentation/strategies/compositions/erase.d.ts.map +0 -1
- package/dist/types/tools/segmentation/strategies/compositions/index.d.ts +0 -37
- package/dist/types/tools/segmentation/strategies/compositions/index.d.ts.map +0 -1
- package/dist/types/tools/segmentation/strategies/compositions/islandRemoval.d.ts +0 -6
- package/dist/types/tools/segmentation/strategies/compositions/islandRemoval.d.ts.map +0 -1
- package/dist/types/tools/segmentation/strategies/compositions/preview.d.ts +0 -9
- package/dist/types/tools/segmentation/strategies/compositions/preview.d.ts.map +0 -1
- package/dist/types/tools/segmentation/strategies/compositions/regionFill.d.ts +0 -6
- package/dist/types/tools/segmentation/strategies/compositions/regionFill.d.ts.map +0 -1
- package/dist/types/tools/segmentation/strategies/compositions/setValue.d.ts +0 -9
- package/dist/types/tools/segmentation/strategies/compositions/setValue.d.ts.map +0 -1
- package/dist/types/tools/segmentation/strategies/compositions/threshold.d.ts +0 -6
- package/dist/types/tools/segmentation/strategies/compositions/threshold.d.ts.map +0 -1
- package/dist/types/tools/segmentation/strategies/eraseCircle.d.ts +0 -3
- package/dist/types/tools/segmentation/strategies/eraseCircle.d.ts.map +0 -1
- package/dist/types/tools/segmentation/strategies/eraseRectangle.d.ts +0 -9
- package/dist/types/tools/segmentation/strategies/eraseRectangle.d.ts.map +0 -1
- package/dist/types/tools/segmentation/strategies/eraseSphere.d.ts +0 -3
- package/dist/types/tools/segmentation/strategies/eraseSphere.d.ts.map +0 -1
- package/dist/types/tools/segmentation/strategies/fillCircle.d.ts +0 -15
- package/dist/types/tools/segmentation/strategies/fillCircle.d.ts.map +0 -1
- package/dist/types/tools/segmentation/strategies/fillRectangle.d.ts +0 -9
- package/dist/types/tools/segmentation/strategies/fillRectangle.d.ts.map +0 -1
- package/dist/types/tools/segmentation/strategies/fillSphere.d.ts +0 -7
- package/dist/types/tools/segmentation/strategies/fillSphere.d.ts.map +0 -1
- package/dist/types/tools/segmentation/strategies/index.d.ts +0 -4
- package/dist/types/tools/segmentation/strategies/index.d.ts.map +0 -1
- package/dist/types/tools/segmentation/strategies/utils/getStrategyData.d.ts +0 -12
- package/dist/types/tools/segmentation/strategies/utils/getStrategyData.d.ts.map +0 -1
- package/dist/types/tools/segmentation/strategies/utils/isWithinThreshold.d.ts +0 -4
- package/dist/types/tools/segmentation/strategies/utils/isWithinThreshold.d.ts.map +0 -1
- package/dist/types/tools/segmentation/strategies/utils/stackVolumeCheck.d.ts +0 -6
- package/dist/types/tools/segmentation/strategies/utils/stackVolumeCheck.d.ts.map +0 -1
- package/dist/types/types/AnnotationGroupSelector.d.ts +0 -3
- package/dist/types/types/AnnotationGroupSelector.d.ts.map +0 -1
- package/dist/types/types/AnnotationRenderContext.d.ts +0 -12
- package/dist/types/types/AnnotationRenderContext.d.ts.map +0 -1
- package/dist/types/types/AnnotationStyle.d.ts +0 -31
- package/dist/types/types/AnnotationStyle.d.ts.map +0 -1
- package/dist/types/types/AnnotationTypes.d.ts +0 -44
- package/dist/types/types/AnnotationTypes.d.ts.map +0 -1
- package/dist/types/types/BoundsIJK.d.ts +0 -4
- package/dist/types/types/BoundsIJK.d.ts.map +0 -1
- package/dist/types/types/CINETypes.d.ts +0 -30
- package/dist/types/types/CINETypes.d.ts.map +0 -1
- package/dist/types/types/CalculatorTypes.d.ts +0 -37
- package/dist/types/types/CalculatorTypes.d.ts.map +0 -1
- package/dist/types/types/CardinalSplineProps.d.ts +0 -6
- package/dist/types/types/CardinalSplineProps.d.ts.map +0 -1
- package/dist/types/types/ClosestControlPoint.d.ts +0 -5
- package/dist/types/types/ClosestControlPoint.d.ts.map +0 -1
- package/dist/types/types/ClosestPoint.d.ts +0 -6
- package/dist/types/types/ClosestPoint.d.ts.map +0 -1
- package/dist/types/types/ClosestSplinePoint.d.ts +0 -5
- package/dist/types/types/ClosestSplinePoint.d.ts.map +0 -1
- package/dist/types/types/ContourAnnotation.d.ts +0 -19
- package/dist/types/types/ContourAnnotation.d.ts.map +0 -1
- package/dist/types/types/ContourSegmentationAnnotation.d.ts +0 -25
- package/dist/types/types/ContourSegmentationAnnotation.d.ts.map +0 -1
- package/dist/types/types/ContourTypes.d.ts +0 -22
- package/dist/types/types/ContourTypes.d.ts.map +0 -1
- package/dist/types/types/ControlPointInfo.d.ts +0 -6
- package/dist/types/types/ControlPointInfo.d.ts.map +0 -1
- package/dist/types/types/CursorTypes.d.ts +0 -12
- package/dist/types/types/CursorTypes.d.ts.map +0 -1
- package/dist/types/types/EventTypes.d.ts +0 -237
- package/dist/types/types/EventTypes.d.ts.map +0 -1
- package/dist/types/types/FloodFillTypes.d.ts +0 -16
- package/dist/types/types/FloodFillTypes.d.ts.map +0 -1
- package/dist/types/types/IAnnotationManager.d.ts +0 -15
- package/dist/types/types/IAnnotationManager.d.ts.map +0 -1
- package/dist/types/types/IDistance.d.ts +0 -8
- package/dist/types/types/IDistance.d.ts.map +0 -1
- package/dist/types/types/IPoints.d.ts +0 -9
- package/dist/types/types/IPoints.d.ts.map +0 -1
- package/dist/types/types/ISculptToolShape.d.ts +0 -13
- package/dist/types/types/ISculptToolShape.d.ts.map +0 -1
- package/dist/types/types/ISetToolModeOptions.d.ts +0 -17
- package/dist/types/types/ISetToolModeOptions.d.ts.map +0 -1
- package/dist/types/types/ISpline.d.ts +0 -31
- package/dist/types/types/ISpline.d.ts.map +0 -1
- package/dist/types/types/ISynchronizerEventHandler.d.ts +0 -6
- package/dist/types/types/ISynchronizerEventHandler.d.ts.map +0 -1
- package/dist/types/types/IToolClassReference.d.ts +0 -4
- package/dist/types/types/IToolClassReference.d.ts.map +0 -1
- package/dist/types/types/IToolGroup.d.ts +0 -64
- package/dist/types/types/IToolGroup.d.ts.map +0 -1
- package/dist/types/types/ITouchPoints.d.ts +0 -12
- package/dist/types/types/ITouchPoints.d.ts.map +0 -1
- package/dist/types/types/InteractionTypes.d.ts +0 -3
- package/dist/types/types/InteractionTypes.d.ts.map +0 -1
- package/dist/types/types/InternalToolTypes.d.ts +0 -16
- package/dist/types/types/InternalToolTypes.d.ts.map +0 -1
- package/dist/types/types/InterpolationTypes.d.ts +0 -21
- package/dist/types/types/InterpolationTypes.d.ts.map +0 -1
- package/dist/types/types/JumpToSliceOptions.d.ts +0 -7
- package/dist/types/types/JumpToSliceOptions.d.ts.map +0 -1
- package/dist/types/types/LabelmapToolOperationData.d.ts +0 -20
- package/dist/types/types/LabelmapToolOperationData.d.ts.map +0 -1
- package/dist/types/types/LabelmapTypes.d.ts +0 -31
- package/dist/types/types/LabelmapTypes.d.ts.map +0 -1
- package/dist/types/types/PlanarBoundingBox.d.ts +0 -8
- package/dist/types/types/PlanarBoundingBox.d.ts.map +0 -1
- package/dist/types/types/PolySeg.d.ts +0 -7
- package/dist/types/types/PolySeg.d.ts.map +0 -1
- package/dist/types/types/SVGDrawingHelper.d.ts +0 -10
- package/dist/types/types/SVGDrawingHelper.d.ts.map +0 -1
- package/dist/types/types/ScrollOptions.d.ts +0 -9
- package/dist/types/types/ScrollOptions.d.ts.map +0 -1
- package/dist/types/types/SegmentationStateTypes.d.ts +0 -97
- package/dist/types/types/SegmentationStateTypes.d.ts.map +0 -1
- package/dist/types/types/SplineCurveSegment.d.ts +0 -15
- package/dist/types/types/SplineCurveSegment.d.ts.map +0 -1
- package/dist/types/types/SplineLineSegment.d.ts +0 -11
- package/dist/types/types/SplineLineSegment.d.ts.map +0 -1
- package/dist/types/types/SplineProps.d.ts +0 -6
- package/dist/types/types/SplineProps.d.ts.map +0 -1
- package/dist/types/types/SurfaceTypes.d.ts +0 -5
- package/dist/types/types/SurfaceTypes.d.ts.map +0 -1
- package/dist/types/types/ToolAction.d.ts +0 -9
- package/dist/types/types/ToolAction.d.ts.map +0 -1
- package/dist/types/types/ToolHandle.d.ts +0 -16
- package/dist/types/types/ToolHandle.d.ts.map +0 -1
- package/dist/types/types/ToolProps.d.ts +0 -14
- package/dist/types/types/ToolProps.d.ts.map +0 -1
- package/dist/types/types/ToolSpecificAnnotationTypes.d.ts +0 -442
- package/dist/types/types/ToolSpecificAnnotationTypes.d.ts.map +0 -1
- package/dist/types/types/index.d.ts +0 -50
- package/dist/types/types/index.d.ts.map +0 -1
- package/dist/types/utilities/BucketQueue.d.ts +0 -21
- package/dist/types/utilities/BucketQueue.d.ts.map +0 -1
- package/dist/types/utilities/annotationFrameRange.d.ts +0 -14
- package/dist/types/utilities/annotationFrameRange.d.ts.map +0 -1
- package/dist/types/utilities/annotationHydration.d.ts +0 -9
- package/dist/types/utilities/annotationHydration.d.ts.map +0 -1
- package/dist/types/utilities/boundingBox/extend2DBoundingBoxInViewAxis.d.ts +0 -4
- package/dist/types/utilities/boundingBox/extend2DBoundingBoxInViewAxis.d.ts.map +0 -1
- package/dist/types/utilities/boundingBox/getBoundingBoxAroundShape.d.ts +0 -6
- package/dist/types/utilities/boundingBox/getBoundingBoxAroundShape.d.ts.map +0 -1
- package/dist/types/utilities/boundingBox/index.d.ts +0 -4
- package/dist/types/utilities/boundingBox/index.d.ts.map +0 -1
- package/dist/types/utilities/calibrateImageSpacing.d.ts +0 -3
- package/dist/types/utilities/calibrateImageSpacing.d.ts.map +0 -1
- package/dist/types/utilities/cine/events.d.ts +0 -6
- package/dist/types/utilities/cine/events.d.ts.map +0 -1
- package/dist/types/utilities/cine/index.d.ts +0 -5
- package/dist/types/utilities/cine/index.d.ts.map +0 -1
- package/dist/types/utilities/cine/playClip.d.ts +0 -5
- package/dist/types/utilities/cine/playClip.d.ts.map +0 -1
- package/dist/types/utilities/cine/state.d.ts +0 -6
- package/dist/types/utilities/cine/state.d.ts.map +0 -1
- package/dist/types/utilities/clip.d.ts +0 -4
- package/dist/types/utilities/clip.d.ts.map +0 -1
- package/dist/types/utilities/contourSegmentation/addContourSegmentationAnnotation.d.ts +0 -3
- package/dist/types/utilities/contourSegmentation/addContourSegmentationAnnotation.d.ts.map +0 -1
- package/dist/types/utilities/contourSegmentation/areSameSegment.d.ts +0 -3
- package/dist/types/utilities/contourSegmentation/areSameSegment.d.ts.map +0 -1
- package/dist/types/utilities/contourSegmentation/index.d.ts +0 -5
- package/dist/types/utilities/contourSegmentation/index.d.ts.map +0 -1
- package/dist/types/utilities/contourSegmentation/isContourSegmentationAnnotation.d.ts +0 -4
- package/dist/types/utilities/contourSegmentation/isContourSegmentationAnnotation.d.ts.map +0 -1
- package/dist/types/utilities/contourSegmentation/removeContourSegmentationAnnotation.d.ts +0 -3
- package/dist/types/utilities/contourSegmentation/removeContourSegmentationAnnotation.d.ts.map +0 -1
- package/dist/types/utilities/contours/AnnotationToPointData.d.ts +0 -12
- package/dist/types/utilities/contours/AnnotationToPointData.d.ts.map +0 -1
- package/dist/types/utilities/contours/RectangleROIStartEndThreshold.d.ts +0 -7
- package/dist/types/utilities/contours/RectangleROIStartEndThreshold.d.ts.map +0 -1
- package/dist/types/utilities/contours/areCoplanarContours.d.ts +0 -3
- package/dist/types/utilities/contours/areCoplanarContours.d.ts.map +0 -1
- package/dist/types/utilities/contours/calculatePerimeter.d.ts +0 -3
- package/dist/types/utilities/contours/calculatePerimeter.d.ts.map +0 -1
- package/dist/types/utilities/contours/contourFinder.d.ts +0 -8
- package/dist/types/utilities/contours/contourFinder.d.ts.map +0 -1
- package/dist/types/utilities/contours/detectContourHoles.d.ts +0 -6
- package/dist/types/utilities/contours/detectContourHoles.d.ts.map +0 -1
- package/dist/types/utilities/contours/findHandlePolylineIndex.d.ts +0 -3
- package/dist/types/utilities/contours/findHandlePolylineIndex.d.ts.map +0 -1
- package/dist/types/utilities/contours/generateContourSetsFromLabelmap.d.ts +0 -5
- package/dist/types/utilities/contours/generateContourSetsFromLabelmap.d.ts.map +0 -1
- package/dist/types/utilities/contours/getContourHolesDataCanvas.d.ts +0 -4
- package/dist/types/utilities/contours/getContourHolesDataCanvas.d.ts.map +0 -1
- package/dist/types/utilities/contours/getContourHolesDataWorld.d.ts +0 -4
- package/dist/types/utilities/contours/getContourHolesDataWorld.d.ts.map +0 -1
- package/dist/types/utilities/contours/getDeduplicatedVTKPolyDataPoints.d.ts +0 -12
- package/dist/types/utilities/contours/getDeduplicatedVTKPolyDataPoints.d.ts.map +0 -1
- package/dist/types/utilities/contours/index.d.ts +0 -15
- package/dist/types/utilities/contours/index.d.ts.map +0 -1
- package/dist/types/utilities/contours/interpolation/acceptAutogeneratedInterpolations.d.ts +0 -4
- package/dist/types/utilities/contours/interpolation/acceptAutogeneratedInterpolations.d.ts.map +0 -1
- package/dist/types/utilities/contours/interpolation/createPolylineToolData.d.ts +0 -3
- package/dist/types/utilities/contours/interpolation/createPolylineToolData.d.ts.map +0 -1
- package/dist/types/utilities/contours/interpolation/findAnnotationForInterpolation.d.ts +0 -8
- package/dist/types/utilities/contours/interpolation/findAnnotationForInterpolation.d.ts.map +0 -1
- package/dist/types/utilities/contours/interpolation/getInterpolationData.d.ts +0 -8
- package/dist/types/utilities/contours/interpolation/getInterpolationData.d.ts.map +0 -1
- package/dist/types/utilities/contours/interpolation/getInterpolationDataCollection.d.ts +0 -5
- package/dist/types/utilities/contours/interpolation/getInterpolationDataCollection.d.ts.map +0 -1
- package/dist/types/utilities/contours/interpolation/index.d.ts +0 -3
- package/dist/types/utilities/contours/interpolation/index.d.ts.map +0 -1
- package/dist/types/utilities/contours/interpolation/interpolate.d.ts +0 -12
- package/dist/types/utilities/contours/interpolation/interpolate.d.ts.map +0 -1
- package/dist/types/utilities/contours/interpolation/selectHandles.d.ts +0 -5
- package/dist/types/utilities/contours/interpolation/selectHandles.d.ts.map +0 -1
- package/dist/types/utilities/contours/interpolation/updateChildInterpolationUID.d.ts +0 -3
- package/dist/types/utilities/contours/interpolation/updateChildInterpolationUID.d.ts.map +0 -1
- package/dist/types/utilities/contours/reverseIfAntiClockwise.d.ts +0 -3
- package/dist/types/utilities/contours/reverseIfAntiClockwise.d.ts.map +0 -1
- package/dist/types/utilities/contours/updateContourPolyline.d.ts +0 -17
- package/dist/types/utilities/contours/updateContourPolyline.d.ts.map +0 -1
- package/dist/types/utilities/debounce.d.ts +0 -7
- package/dist/types/utilities/debounce.d.ts.map +0 -1
- package/dist/types/utilities/drawing/getTextBoxCoordsCanvas.d.ts +0 -3
- package/dist/types/utilities/drawing/getTextBoxCoordsCanvas.d.ts.map +0 -1
- package/dist/types/utilities/drawing/index.d.ts +0 -3
- package/dist/types/utilities/drawing/index.d.ts.map +0 -1
- package/dist/types/utilities/dynamicVolume/generateImageFromTimeData.d.ts +0 -4
- package/dist/types/utilities/dynamicVolume/generateImageFromTimeData.d.ts.map +0 -1
- package/dist/types/utilities/dynamicVolume/getDataInTime.d.ts +0 -8
- package/dist/types/utilities/dynamicVolume/getDataInTime.d.ts.map +0 -1
- package/dist/types/utilities/dynamicVolume/index.d.ts +0 -5
- package/dist/types/utilities/dynamicVolume/index.d.ts.map +0 -1
- package/dist/types/utilities/getAnnotationNearPoint.d.ts +0 -6
- package/dist/types/utilities/getAnnotationNearPoint.d.ts.map +0 -1
- package/dist/types/utilities/getCalibratedUnits.d.ts +0 -17
- package/dist/types/utilities/getCalibratedUnits.d.ts.map +0 -1
- package/dist/types/utilities/getModalityUnit.d.ts +0 -7
- package/dist/types/utilities/getModalityUnit.d.ts.map +0 -1
- package/dist/types/utilities/getSphereBoundsInfo.d.ts +0 -12
- package/dist/types/utilities/getSphereBoundsInfo.d.ts.map +0 -1
- package/dist/types/utilities/getToolsWithModesForElement.d.ts +0 -5
- package/dist/types/utilities/getToolsWithModesForElement.d.ts.map +0 -1
- package/dist/types/utilities/getVOIMultipliers.d.ts +0 -6
- package/dist/types/utilities/getVOIMultipliers.d.ts.map +0 -1
- package/dist/types/utilities/getViewportForAnnotation.d.ts +0 -4
- package/dist/types/utilities/getViewportForAnnotation.d.ts.map +0 -1
- package/dist/types/utilities/getViewportsForAnnotation.d.ts +0 -4
- package/dist/types/utilities/getViewportsForAnnotation.d.ts.map +0 -1
- package/dist/types/utilities/index.d.ts +0 -42
- package/dist/types/utilities/index.d.ts.map +0 -1
- package/dist/types/utilities/isObject.d.ts +0 -3
- package/dist/types/utilities/isObject.d.ts.map +0 -1
- package/dist/types/utilities/livewire/LiveWirePath.d.ts +0 -20
- package/dist/types/utilities/livewire/LiveWirePath.d.ts.map +0 -1
- package/dist/types/utilities/livewire/LivewireScissors.d.ts +0 -39
- package/dist/types/utilities/livewire/LivewireScissors.d.ts.map +0 -1
- package/dist/types/utilities/math/aabb/distanceToPoint.d.ts +0 -3
- package/dist/types/utilities/math/aabb/distanceToPoint.d.ts.map +0 -1
- package/dist/types/utilities/math/aabb/distanceToPointSquared.d.ts +0 -3
- package/dist/types/utilities/math/aabb/distanceToPointSquared.d.ts.map +0 -1
- package/dist/types/utilities/math/aabb/index.d.ts +0 -4
- package/dist/types/utilities/math/aabb/index.d.ts.map +0 -1
- package/dist/types/utilities/math/aabb/intersectAABB.d.ts +0 -3
- package/dist/types/utilities/math/aabb/intersectAABB.d.ts.map +0 -1
- package/dist/types/utilities/math/angle/angleBetweenLines.d.ts +0 -7
- package/dist/types/utilities/math/angle/angleBetweenLines.d.ts.map +0 -1
- package/dist/types/utilities/math/basic/BasicStatsCalculator.d.ts +0 -22
- package/dist/types/utilities/math/basic/BasicStatsCalculator.d.ts.map +0 -1
- package/dist/types/utilities/math/basic/Calculator.d.ts +0 -9
- package/dist/types/utilities/math/basic/Calculator.d.ts.map +0 -1
- package/dist/types/utilities/math/basic/index.d.ts +0 -4
- package/dist/types/utilities/math/basic/index.d.ts.map +0 -1
- package/dist/types/utilities/math/circle/_types.d.ts +0 -6
- package/dist/types/utilities/math/circle/_types.d.ts.map +0 -1
- package/dist/types/utilities/math/circle/getCanvasCircleCorners.d.ts +0 -4
- package/dist/types/utilities/math/circle/getCanvasCircleCorners.d.ts.map +0 -1
- package/dist/types/utilities/math/circle/getCanvasCircleRadius.d.ts +0 -3
- package/dist/types/utilities/math/circle/getCanvasCircleRadius.d.ts.map +0 -1
- package/dist/types/utilities/math/circle/index.d.ts +0 -4
- package/dist/types/utilities/math/circle/index.d.ts.map +0 -1
- package/dist/types/utilities/math/ellipse/getCanvasEllipseCorners.d.ts +0 -9
- package/dist/types/utilities/math/ellipse/getCanvasEllipseCorners.d.ts.map +0 -1
- package/dist/types/utilities/math/ellipse/index.d.ts +0 -4
- package/dist/types/utilities/math/ellipse/index.d.ts.map +0 -1
- package/dist/types/utilities/math/ellipse/pointInEllipse.d.ts +0 -12
- package/dist/types/utilities/math/ellipse/pointInEllipse.d.ts.map +0 -1
- package/dist/types/utilities/math/ellipse/pointInEllipsoidWithConstraint.d.ts +0 -10
- package/dist/types/utilities/math/ellipse/pointInEllipsoidWithConstraint.d.ts.map +0 -1
- package/dist/types/utilities/math/index.d.ts +0 -10
- package/dist/types/utilities/math/index.d.ts.map +0 -1
- package/dist/types/utilities/math/line/distanceToPoint.d.ts +0 -3
- package/dist/types/utilities/math/line/distanceToPoint.d.ts.map +0 -1
- package/dist/types/utilities/math/line/distanceToPointSquared.d.ts +0 -3
- package/dist/types/utilities/math/line/distanceToPointSquared.d.ts.map +0 -1
- package/dist/types/utilities/math/line/distanceToPointSquaredInfo.d.ts +0 -6
- package/dist/types/utilities/math/line/distanceToPointSquaredInfo.d.ts.map +0 -1
- package/dist/types/utilities/math/line/index.d.ts +0 -7
- package/dist/types/utilities/math/line/index.d.ts.map +0 -1
- package/dist/types/utilities/math/line/intersectLine.d.ts +0 -3
- package/dist/types/utilities/math/line/intersectLine.d.ts.map +0 -1
- package/dist/types/utilities/math/line/isPointOnLineSegment.d.ts +0 -3
- package/dist/types/utilities/math/line/isPointOnLineSegment.d.ts.map +0 -1
- package/dist/types/utilities/math/midPoint.d.ts +0 -6
- package/dist/types/utilities/math/midPoint.d.ts.map +0 -1
- package/dist/types/utilities/math/point/distanceToPoint.d.ts +0 -5
- package/dist/types/utilities/math/point/distanceToPoint.d.ts.map +0 -1
- package/dist/types/utilities/math/point/distanceToPointSquared.d.ts +0 -5
- package/dist/types/utilities/math/point/distanceToPointSquared.d.ts.map +0 -1
- package/dist/types/utilities/math/point/index.d.ts +0 -4
- package/dist/types/utilities/math/point/index.d.ts.map +0 -1
- package/dist/types/utilities/math/point/mirror.d.ts +0 -3
- package/dist/types/utilities/math/point/mirror.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/addCanvasPointsToArray.d.ts +0 -5
- package/dist/types/utilities/math/polyline/addCanvasPointsToArray.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/areLineSegmentsIntersecting.d.ts +0 -3
- package/dist/types/utilities/math/polyline/areLineSegmentsIntersecting.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/combinePolyline.d.ts +0 -5
- package/dist/types/utilities/math/polyline/combinePolyline.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/containsPoint.d.ts +0 -6
- package/dist/types/utilities/math/polyline/containsPoint.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/containsPoints.d.ts +0 -3
- package/dist/types/utilities/math/polyline/containsPoints.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/decimate.d.ts +0 -3
- package/dist/types/utilities/math/polyline/decimate.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/getAABB.d.ts +0 -5
- package/dist/types/utilities/math/polyline/getAABB.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/getArea.d.ts +0 -3
- package/dist/types/utilities/math/polyline/getArea.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/getClosestLineSegmentIntersection.d.ts +0 -6
- package/dist/types/utilities/math/polyline/getClosestLineSegmentIntersection.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/getFirstLineSegmentIntersectionIndexes.d.ts +0 -3
- package/dist/types/utilities/math/polyline/getFirstLineSegmentIntersectionIndexes.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/getLineSegmentIntersectionsCoordinates.d.ts +0 -3
- package/dist/types/utilities/math/polyline/getLineSegmentIntersectionsCoordinates.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/getLineSegmentIntersectionsIndexes.d.ts +0 -3
- package/dist/types/utilities/math/polyline/getLineSegmentIntersectionsIndexes.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/getLinesIntersection.d.ts +0 -3
- package/dist/types/utilities/math/polyline/getLinesIntersection.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/getNormal2.d.ts +0 -3
- package/dist/types/utilities/math/polyline/getNormal2.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/getNormal3.d.ts +0 -3
- package/dist/types/utilities/math/polyline/getNormal3.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/getSignedArea.d.ts +0 -3
- package/dist/types/utilities/math/polyline/getSignedArea.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/getSubPixelSpacingAndXYDirections.d.ts +0 -8
- package/dist/types/utilities/math/polyline/getSubPixelSpacingAndXYDirections.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/getWindingDirection.d.ts +0 -3
- package/dist/types/utilities/math/polyline/getWindingDirection.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/index.d.ts +0 -24
- package/dist/types/utilities/math/polyline/index.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/intersectPolyline.d.ts +0 -3
- package/dist/types/utilities/math/polyline/intersectPolyline.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/isClosed.d.ts +0 -3
- package/dist/types/utilities/math/polyline/isClosed.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/isPointInsidePolyline3D.d.ts +0 -5
- package/dist/types/utilities/math/polyline/isPointInsidePolyline3D.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/planarFreehandROIInternalTypes.d.ts +0 -25
- package/dist/types/utilities/math/polyline/planarFreehandROIInternalTypes.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/pointCanProjectOnLine.d.ts +0 -4
- package/dist/types/utilities/math/polyline/pointCanProjectOnLine.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/pointsAreWithinCloseContourProximity.d.ts +0 -4
- package/dist/types/utilities/math/polyline/pointsAreWithinCloseContourProximity.d.ts.map +0 -1
- package/dist/types/utilities/math/polyline/projectTo2D.d.ts +0 -6
- package/dist/types/utilities/math/polyline/projectTo2D.d.ts.map +0 -1
- package/dist/types/utilities/math/rectangle/distanceToPoint.d.ts +0 -3
- package/dist/types/utilities/math/rectangle/distanceToPoint.d.ts.map +0 -1
- package/dist/types/utilities/math/rectangle/index.d.ts +0 -3
- package/dist/types/utilities/math/rectangle/index.d.ts.map +0 -1
- package/dist/types/utilities/math/sphere/index.d.ts +0 -3
- package/dist/types/utilities/math/sphere/index.d.ts.map +0 -1
- package/dist/types/utilities/math/sphere/pointInSphere.d.ts +0 -10
- package/dist/types/utilities/math/sphere/pointInSphere.d.ts.map +0 -1
- package/dist/types/utilities/math/vec2/findClosestPoint.d.ts +0 -3
- package/dist/types/utilities/math/vec2/findClosestPoint.d.ts.map +0 -1
- package/dist/types/utilities/math/vec2/index.d.ts +0 -4
- package/dist/types/utilities/math/vec2/index.d.ts.map +0 -1
- package/dist/types/utilities/math/vec2/liangBarksyClip.d.ts +0 -2
- package/dist/types/utilities/math/vec2/liangBarksyClip.d.ts.map +0 -1
- package/dist/types/utilities/math/vec3/interpolateVec3.d.ts +0 -3
- package/dist/types/utilities/math/vec3/interpolateVec3.d.ts.map +0 -1
- package/dist/types/utilities/orientation/getOrientationStringLPS.d.ts +0 -3
- package/dist/types/utilities/orientation/getOrientationStringLPS.d.ts.map +0 -1
- package/dist/types/utilities/orientation/index.d.ts +0 -4
- package/dist/types/utilities/orientation/index.d.ts.map +0 -1
- package/dist/types/utilities/orientation/invertOrientationStringLPS.d.ts +0 -2
- package/dist/types/utilities/orientation/invertOrientationStringLPS.d.ts.map +0 -1
- package/dist/types/utilities/planar/filterAnnotationsForDisplay.d.ts +0 -4
- package/dist/types/utilities/planar/filterAnnotationsForDisplay.d.ts.map +0 -1
- package/dist/types/utilities/planar/filterAnnotationsWithinSlice.d.ts +0 -4
- package/dist/types/utilities/planar/filterAnnotationsWithinSlice.d.ts.map +0 -1
- package/dist/types/utilities/planar/getPointInLineOfSightWithCriteria.d.ts +0 -3
- package/dist/types/utilities/planar/getPointInLineOfSightWithCriteria.d.ts.map +0 -1
- package/dist/types/utilities/planar/getWorldWidthAndHeightFromCorners.d.ts +0 -6
- package/dist/types/utilities/planar/getWorldWidthAndHeightFromCorners.d.ts.map +0 -1
- package/dist/types/utilities/planar/getWorldWidthAndHeightFromTwoPoints.d.ts +0 -6
- package/dist/types/utilities/planar/getWorldWidthAndHeightFromTwoPoints.d.ts.map +0 -1
- package/dist/types/utilities/planar/index.d.ts +0 -15
- package/dist/types/utilities/planar/index.d.ts.map +0 -1
- package/dist/types/utilities/planar/isPlaneIntersectingAABB.d.ts +0 -2
- package/dist/types/utilities/planar/isPlaneIntersectingAABB.d.ts.map +0 -1
- package/dist/types/utilities/planarFreehandROITool/index.d.ts +0 -7
- package/dist/types/utilities/planarFreehandROITool/index.d.ts.map +0 -1
- package/dist/types/utilities/planarFreehandROITool/interpolation/algorithms/bspline.d.ts +0 -3
- package/dist/types/utilities/planarFreehandROITool/interpolation/algorithms/bspline.d.ts.map +0 -1
- package/dist/types/utilities/planarFreehandROITool/interpolation/interpolateSegmentPoints.d.ts +0 -3
- package/dist/types/utilities/planarFreehandROITool/interpolation/interpolateSegmentPoints.d.ts.map +0 -1
- package/dist/types/utilities/planarFreehandROITool/smoothAnnotation.d.ts +0 -4
- package/dist/types/utilities/planarFreehandROITool/smoothAnnotation.d.ts.map +0 -1
- package/dist/types/utilities/planarFreehandROITool/smoothPoints.d.ts +0 -4
- package/dist/types/utilities/planarFreehandROITool/smoothPoints.d.ts.map +0 -1
- package/dist/types/utilities/pointInShapeCallback.d.ts +0 -19
- package/dist/types/utilities/pointInShapeCallback.d.ts.map +0 -1
- package/dist/types/utilities/pointInSurroundingSphereCallback.d.ts +0 -5
- package/dist/types/utilities/pointInSurroundingSphereCallback.d.ts.map +0 -1
- package/dist/types/utilities/pointToString.d.ts +0 -2
- package/dist/types/utilities/pointToString.d.ts.map +0 -1
- package/dist/types/utilities/polyData/utils.d.ts +0 -6
- package/dist/types/utilities/polyData/utils.d.ts.map +0 -1
- package/dist/types/utilities/rectangleROITool/getBoundsIJKFromRectangleAnnotations.d.ts +0 -6
- package/dist/types/utilities/rectangleROITool/getBoundsIJKFromRectangleAnnotations.d.ts.map +0 -1
- package/dist/types/utilities/rectangleROITool/index.d.ts +0 -4
- package/dist/types/utilities/rectangleROITool/index.d.ts.map +0 -1
- package/dist/types/utilities/rectangleROITool/isAxisAlignedRectangle.d.ts +0 -3
- package/dist/types/utilities/rectangleROITool/isAxisAlignedRectangle.d.ts.map +0 -1
- package/dist/types/utilities/scroll.d.ts +0 -5
- package/dist/types/utilities/scroll.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/InterpolationManager/InterpolationManager.d.ts +0 -12
- package/dist/types/utilities/segmentation/InterpolationManager/InterpolationManager.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/InterpolationManager/deleteRelatedAnnotations.d.ts +0 -3
- package/dist/types/utilities/segmentation/InterpolationManager/deleteRelatedAnnotations.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/brushSizeForToolGroup.d.ts +0 -3
- package/dist/types/utilities/segmentation/brushSizeForToolGroup.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/brushThresholdForToolGroup.d.ts +0 -4
- package/dist/types/utilities/segmentation/brushThresholdForToolGroup.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/contourAndFindLargestBidirectional.d.ts +0 -2
- package/dist/types/utilities/segmentation/contourAndFindLargestBidirectional.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/createBidirectionalToolData.d.ts +0 -15
- package/dist/types/utilities/segmentation/createBidirectionalToolData.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/createImageIdReferenceMap.d.ts +0 -3
- package/dist/types/utilities/segmentation/createImageIdReferenceMap.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/createLabelmapVolumeForViewport.d.ts +0 -19
- package/dist/types/utilities/segmentation/createLabelmapVolumeForViewport.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/createMergedLabelmapForIndex.d.ts +0 -4
- package/dist/types/utilities/segmentation/createMergedLabelmapForIndex.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/findLargestBidirectional.d.ts +0 -2
- package/dist/types/utilities/segmentation/findLargestBidirectional.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/floodFill.d.ts +0 -5
- package/dist/types/utilities/segmentation/floodFill.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/getDefaultRepresentationConfig.d.ts +0 -3
- package/dist/types/utilities/segmentation/getDefaultRepresentationConfig.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/getHoveredContourSegmentationAnnotation.d.ts +0 -2
- package/dist/types/utilities/segmentation/getHoveredContourSegmentationAnnotation.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/getSegmentAtLabelmapBorder.d.ts +0 -8
- package/dist/types/utilities/segmentation/getSegmentAtLabelmapBorder.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/getSegmentAtWorldPoint.d.ts +0 -12
- package/dist/types/utilities/segmentation/getSegmentAtWorldPoint.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/getUniqueSegmentIndices.d.ts +0 -5
- package/dist/types/utilities/segmentation/getUniqueSegmentIndices.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/index.d.ts +0 -23
- package/dist/types/utilities/segmentation/index.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/invalidateBrushCursor.d.ts +0 -2
- package/dist/types/utilities/segmentation/invalidateBrushCursor.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/isLineInSegment.d.ts +0 -10
- package/dist/types/utilities/segmentation/isLineInSegment.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/isValidRepresentationConfig.d.ts +0 -3
- package/dist/types/utilities/segmentation/isValidRepresentationConfig.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/rectangleROIThresholdVolumeByRange.d.ts +0 -21
- package/dist/types/utilities/segmentation/rectangleROIThresholdVolumeByRange.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/segmentContourAction.d.ts +0 -18
- package/dist/types/utilities/segmentation/segmentContourAction.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/thresholdSegmentationByRange.d.ts +0 -5
- package/dist/types/utilities/segmentation/thresholdSegmentationByRange.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/thresholdVolumeByRange.d.ts +0 -12
- package/dist/types/utilities/segmentation/thresholdVolumeByRange.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/triggerSegmentationRender.d.ts +0 -19
- package/dist/types/utilities/segmentation/triggerSegmentationRender.d.ts.map +0 -1
- package/dist/types/utilities/segmentation/utilities.d.ts +0 -13
- package/dist/types/utilities/segmentation/utilities.d.ts.map +0 -1
- package/dist/types/utilities/stackPrefetch/index.d.ts +0 -4
- package/dist/types/utilities/stackPrefetch/index.d.ts.map +0 -1
- package/dist/types/utilities/stackPrefetch/stackContextPrefetch.d.ts +0 -17
- package/dist/types/utilities/stackPrefetch/stackContextPrefetch.d.ts.map +0 -1
- package/dist/types/utilities/stackPrefetch/stackPrefetch.d.ts +0 -15
- package/dist/types/utilities/stackPrefetch/stackPrefetch.d.ts.map +0 -1
- package/dist/types/utilities/stackPrefetch/stackPrefetchUtils.d.ts +0 -15
- package/dist/types/utilities/stackPrefetch/stackPrefetchUtils.d.ts.map +0 -1
- package/dist/types/utilities/stackPrefetch/state.d.ts +0 -4
- package/dist/types/utilities/stackPrefetch/state.d.ts.map +0 -1
- package/dist/types/utilities/throttle.d.ts +0 -6
- package/dist/types/utilities/throttle.d.ts.map +0 -1
- package/dist/types/utilities/touch/index.d.ts +0 -11
- package/dist/types/utilities/touch/index.d.ts.map +0 -1
- package/dist/types/utilities/triggerAnnotationRender.d.ts +0 -23
- package/dist/types/utilities/triggerAnnotationRender.d.ts.map +0 -1
- package/dist/types/utilities/triggerAnnotationRenderForToolGroupIds.d.ts +0 -3
- package/dist/types/utilities/triggerAnnotationRenderForToolGroupIds.d.ts.map +0 -1
- package/dist/types/utilities/triggerAnnotationRenderForViewportIds.d.ts +0 -4
- package/dist/types/utilities/triggerAnnotationRenderForViewportIds.d.ts.map +0 -1
- package/dist/types/utilities/viewport/index.d.ts +0 -5
- package/dist/types/utilities/viewport/index.d.ts.map +0 -1
- package/dist/types/utilities/viewport/isViewportPreScaled.d.ts +0 -4
- package/dist/types/utilities/viewport/isViewportPreScaled.d.ts.map +0 -1
- package/dist/types/utilities/viewport/jumpToSlice.d.ts +0 -4
- package/dist/types/utilities/viewport/jumpToSlice.d.ts.map +0 -1
- package/dist/types/utilities/viewport/jumpToWorld.d.ts +0 -3
- package/dist/types/utilities/viewport/jumpToWorld.d.ts.map +0 -1
- package/dist/types/utilities/viewportFilters/filterViewportsWithFrameOfReferenceUID.d.ts +0 -3
- package/dist/types/utilities/viewportFilters/filterViewportsWithFrameOfReferenceUID.d.ts.map +0 -1
- package/dist/types/utilities/viewportFilters/filterViewportsWithParallelNormals.d.ts +0 -3
- package/dist/types/utilities/viewportFilters/filterViewportsWithParallelNormals.d.ts.map +0 -1
- package/dist/types/utilities/viewportFilters/filterViewportsWithSameOrientation.d.ts +0 -3
- package/dist/types/utilities/viewportFilters/filterViewportsWithSameOrientation.d.ts.map +0 -1
- package/dist/types/utilities/viewportFilters/filterViewportsWithToolEnabled.d.ts +0 -3
- package/dist/types/utilities/viewportFilters/filterViewportsWithToolEnabled.d.ts.map +0 -1
- package/dist/types/utilities/viewportFilters/getViewportIdsWithToolToRender.d.ts +0 -2
- package/dist/types/utilities/viewportFilters/getViewportIdsWithToolToRender.d.ts.map +0 -1
- package/dist/types/utilities/viewportFilters/index.d.ts +0 -6
- package/dist/types/utilities/viewportFilters/index.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/Colorbar.d.ts +0 -45
- package/dist/types/utilities/voi/colorbar/Colorbar.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/ColorbarCanvas.d.ts +0 -30
- package/dist/types/utilities/voi/colorbar/ColorbarCanvas.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/ColorbarTicks.d.ts +0 -47
- package/dist/types/utilities/voi/colorbar/ColorbarTicks.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/ViewportColorbar.d.ts +0 -25
- package/dist/types/utilities/voi/colorbar/ViewportColorbar.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/common/areColorbarRangesEqual.d.ts +0 -4
- package/dist/types/utilities/voi/colorbar/common/areColorbarRangesEqual.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/common/areColorbarSizesEqual.d.ts +0 -4
- package/dist/types/utilities/voi/colorbar/common/areColorbarSizesEqual.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/common/index.d.ts +0 -5
- package/dist/types/utilities/voi/colorbar/common/index.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/common/isColorbarSizeValid.d.ts +0 -4
- package/dist/types/utilities/voi/colorbar/common/isColorbarSizeValid.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/common/isRangeTextPositionValid.d.ts +0 -4
- package/dist/types/utilities/voi/colorbar/common/isRangeTextPositionValid.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/common/isRangeValid.d.ts +0 -4
- package/dist/types/utilities/voi/colorbar/common/isRangeValid.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/enums/ColorbarRangeTextPosition.d.ts +0 -7
- package/dist/types/utilities/voi/colorbar/enums/ColorbarRangeTextPosition.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/enums/index.d.ts +0 -2
- package/dist/types/utilities/voi/colorbar/enums/index.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/index.d.ts +0 -7
- package/dist/types/utilities/voi/colorbar/index.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/types/ColorbarCanvasProps.d.ts +0 -13
- package/dist/types/utilities/voi/colorbar/types/ColorbarCanvasProps.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/types/ColorbarCommonProps.d.ts +0 -12
- package/dist/types/utilities/voi/colorbar/types/ColorbarCommonProps.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/types/ColorbarImageRange.d.ts +0 -5
- package/dist/types/utilities/voi/colorbar/types/ColorbarImageRange.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/types/ColorbarProps.d.ts +0 -8
- package/dist/types/utilities/voi/colorbar/types/ColorbarProps.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/types/ColorbarSize.d.ts +0 -5
- package/dist/types/utilities/voi/colorbar/types/ColorbarSize.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/types/ColorbarTicksProps.d.ts +0 -8
- package/dist/types/utilities/voi/colorbar/types/ColorbarTicksProps.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/types/ColorbarTicksStyle.d.ts +0 -9
- package/dist/types/utilities/voi/colorbar/types/ColorbarTicksStyle.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/types/ColorbarVOIRange.d.ts +0 -3
- package/dist/types/utilities/voi/colorbar/types/ColorbarVOIRange.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/types/ViewportColorbarProps.d.ts +0 -6
- package/dist/types/utilities/voi/colorbar/types/ViewportColorbarProps.d.ts.map +0 -1
- package/dist/types/utilities/voi/colorbar/types/index.d.ts +0 -9
- package/dist/types/utilities/voi/colorbar/types/index.d.ts.map +0 -1
- package/dist/types/utilities/voi/index.d.ts +0 -4
- package/dist/types/utilities/voi/index.d.ts.map +0 -1
- package/dist/types/utilities/voi/windowlevel/calculateMinMaxMean.d.ts +0 -7
- package/dist/types/utilities/voi/windowlevel/calculateMinMaxMean.d.ts.map +0 -1
- package/dist/types/utilities/voi/windowlevel/extractWindowLevelRegionToolData.d.ts +0 -12
- package/dist/types/utilities/voi/windowlevel/extractWindowLevelRegionToolData.d.ts.map +0 -1
- package/dist/types/utilities/voi/windowlevel/getLuminanceFromRegion.d.ts +0 -3
- package/dist/types/utilities/voi/windowlevel/getLuminanceFromRegion.d.ts.map +0 -1
- package/dist/types/utilities/voi/windowlevel/index.d.ts +0 -5
- package/dist/types/utilities/voi/windowlevel/index.d.ts.map +0 -1
- package/dist/types/widgets/Widget.d.ts +0 -18
- package/dist/types/widgets/Widget.d.ts.map +0 -1
- package/dist/types/widgets/types/WidgetProps.d.ts +0 -5
- package/dist/types/widgets/types/WidgetProps.d.ts.map +0 -1
- package/dist/types/widgets/types/WidgetSize.d.ts +0 -5
- package/dist/types/widgets/types/WidgetSize.d.ts.map +0 -1
- package/dist/types/widgets/types/index.d.ts +0 -3
- package/dist/types/widgets/types/index.d.ts.map +0 -1
- package/dist/types/workers/polySegConverters.d.ts +0 -2
- package/dist/types/workers/polySegConverters.d.ts.map +0 -1
- package/dist/umd/17dd54813d5acc10bf8f.wasm +0 -0
- package/dist/umd/78.index.js +0 -3
- package/dist/umd/78.index.js.LICENSE.txt +0 -5
- package/dist/umd/78.index.js.map +0 -1
- package/dist/umd/985.index.js +0 -2
- package/dist/umd/985.index.js.map +0 -1
- package/dist/umd/index.js +0 -2
- package/dist/umd/index.js.map +0 -1
- package/src/constants/COLOR_LUT.ts +0 -262
- package/src/constants/index.ts +0 -3
- package/src/cursors/ImageMouseCursor.ts +0 -39
- package/src/cursors/MouseCursor.ts +0 -114
- package/src/cursors/SVGCursorDescriptor.ts +0 -460
- package/src/cursors/SVGMouseCursor.ts +0 -145
- package/src/cursors/elementCursor.ts +0 -69
- package/src/cursors/index.ts +0 -24
- package/src/cursors/setCursorForElement.ts +0 -33
- package/src/drawingSvg/_getHash.ts +0 -9
- package/src/drawingSvg/clearByToolType.ts +0 -26
- package/src/drawingSvg/draw.ts +0 -16
- package/src/drawingSvg/drawArrow.ts +0 -82
- package/src/drawingSvg/drawCircle.ts +0 -76
- package/src/drawingSvg/drawEllipse.ts +0 -31
- package/src/drawingSvg/drawEllipseByCoordinates.ts +0 -73
- package/src/drawingSvg/drawHandle.ts +0 -88
- package/src/drawingSvg/drawHandles.ts +0 -25
- package/src/drawingSvg/drawLine.ts +0 -70
- package/src/drawingSvg/drawLink.ts +0 -76
- package/src/drawingSvg/drawLinkedTextBox.ts +0 -64
- package/src/drawingSvg/drawPath.ts +0 -98
- package/src/drawingSvg/drawPolyline.ts +0 -82
- package/src/drawingSvg/drawRect.ts +0 -31
- package/src/drawingSvg/drawRectByCoordinates.ts +0 -87
- package/src/drawingSvg/drawRedactionRect.ts +0 -62
- package/src/drawingSvg/drawTextBox.ts +0 -213
- package/src/drawingSvg/getSvgDrawingHelper.ts +0 -101
- package/src/drawingSvg/index.ts +0 -37
- package/src/drawingSvg/setAttributesIfNecessary.ts +0 -13
- package/src/drawingSvg/setNewAttributesIfValid.ts +0 -10
- package/src/enums/AnnotationStyleStates.ts +0 -25
- package/src/enums/ChangeTypes.ts +0 -36
- package/src/enums/Events.ts +0 -286
- package/src/enums/SegmentationRepresentations.ts +0 -12
- package/src/enums/StrategyCallbacks.ts +0 -55
- package/src/enums/ToolBindings.ts +0 -37
- package/src/enums/ToolModes.ts +0 -31
- package/src/enums/Touch.ts +0 -8
- package/src/enums/WorkerTypes.ts +0 -16
- package/src/enums/index.js +0 -22
- package/src/eventDispatchers/annotationInterpolationEventDispatcher.ts +0 -42
- package/src/eventDispatchers/annotationModifiedEventDispatcher.ts +0 -41
- package/src/eventDispatchers/cameraModifiedEventDispatcher.ts +0 -41
- package/src/eventDispatchers/cameraResetEventDispatcher.ts +0 -41
- package/src/eventDispatchers/imageRenderedEventDispatcher.ts +0 -37
- package/src/eventDispatchers/imageSpacingCalibratedEventDispatcher.ts +0 -50
- package/src/eventDispatchers/index.js +0 -19
- package/src/eventDispatchers/keyboardEventHandlers/index.js +0 -4
- package/src/eventDispatchers/keyboardEventHandlers/keyDown.ts +0 -46
- package/src/eventDispatchers/keyboardEventHandlers/keyUp.ts +0 -33
- package/src/eventDispatchers/keyboardToolEventDispatcher.ts +0 -28
- package/src/eventDispatchers/mouseEventHandlers/index.js +0 -19
- package/src/eventDispatchers/mouseEventHandlers/mouseClick.ts +0 -13
- package/src/eventDispatchers/mouseEventHandlers/mouseDoubleClick.ts +0 -13
- package/src/eventDispatchers/mouseEventHandlers/mouseDown.ts +0 -207
- package/src/eventDispatchers/mouseEventHandlers/mouseDownActivate.ts +0 -35
- package/src/eventDispatchers/mouseEventHandlers/mouseDownAnnotationAction.ts +0 -72
- package/src/eventDispatchers/mouseEventHandlers/mouseDrag.ts +0 -25
- package/src/eventDispatchers/mouseEventHandlers/mouseMove.ts +0 -70
- package/src/eventDispatchers/mouseEventHandlers/mouseUp.ts +0 -9
- package/src/eventDispatchers/mouseEventHandlers/mouseWheel.ts +0 -13
- package/src/eventDispatchers/mouseToolEventDispatcher.ts +0 -64
- package/src/eventDispatchers/shared/customCallbackHandler.ts +0 -73
- package/src/eventDispatchers/shared/getActiveToolForKeyboardEvent.ts +0 -63
- package/src/eventDispatchers/shared/getActiveToolForMouseEvent.ts +0 -63
- package/src/eventDispatchers/shared/getActiveToolForTouchEvent.ts +0 -67
- package/src/eventDispatchers/shared/getMouseModifier.ts +0 -40
- package/src/eventDispatchers/shared/getToolsWithActionsForKeyboardEvents.ts +0 -53
- package/src/eventDispatchers/shared/getToolsWithActionsForMouseEvent.ts +0 -65
- package/src/eventDispatchers/shared/getToolsWithModesForMouseEvent.ts +0 -56
- package/src/eventDispatchers/shared/getToolsWithModesForTouchEvent.ts +0 -54
- package/src/eventDispatchers/touchEventHandlers/index.js +0 -15
- package/src/eventDispatchers/touchEventHandlers/touchDrag.ts +0 -23
- package/src/eventDispatchers/touchEventHandlers/touchEnd.ts +0 -9
- package/src/eventDispatchers/touchEventHandlers/touchPress.ts +0 -13
- package/src/eventDispatchers/touchEventHandlers/touchStart.ts +0 -174
- package/src/eventDispatchers/touchEventHandlers/touchStartActivate.ts +0 -36
- package/src/eventDispatchers/touchEventHandlers/touchTap.ts +0 -9
- package/src/eventDispatchers/touchToolEventDispatcher.ts +0 -51
- package/src/eventListeners/annotations/annotationCompletedListener.ts +0 -13
- package/src/eventListeners/annotations/annotationModifiedListener.ts +0 -22
- package/src/eventListeners/annotations/annotationRemovedListener.ts +0 -13
- package/src/eventListeners/annotations/annotationSelectionListener.ts +0 -29
- package/src/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.ts +0 -450
- package/src/eventListeners/annotations/contourSegmentation/contourSegmentationRemoved.ts +0 -11
- package/src/eventListeners/annotations/index.ts +0 -11
- package/src/eventListeners/index.ts +0 -34
- package/src/eventListeners/keyboard/index.ts +0 -16
- package/src/eventListeners/keyboard/keyDownListener.ts +0 -112
- package/src/eventListeners/mouse/getMouseEventPoints.ts +0 -66
- package/src/eventListeners/mouse/index.ts +0 -55
- package/src/eventListeners/mouse/mouseDoubleClickListener.ts +0 -55
- package/src/eventListeners/mouse/mouseDownListener.ts +0 -545
- package/src/eventListeners/mouse/mouseMoveListener.ts +0 -39
- package/src/eventListeners/segmentation/imageChangeEventListener.ts +0 -272
- package/src/eventListeners/segmentation/index.ts +0 -13
- package/src/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.ts +0 -145
- package/src/eventListeners/segmentation/segmentationDataModifiedEventListener.ts +0 -28
- package/src/eventListeners/segmentation/segmentationModifiedEventListener.ts +0 -32
- package/src/eventListeners/segmentation/segmentationRepresentationModifiedEventListener.ts +0 -15
- package/src/eventListeners/segmentation/segmentationRepresentationRemovedEventListener.ts +0 -16
- package/src/eventListeners/touch/getTouchEventPoints.ts +0 -75
- package/src/eventListeners/touch/index.ts +0 -37
- package/src/eventListeners/touch/preventGhostClick.js +0 -72
- package/src/eventListeners/touch/touchStartListener.ts +0 -502
- package/src/eventListeners/wheel/index.ts +0 -27
- package/src/eventListeners/wheel/normalizeWheel.ts +0 -69
- package/src/eventListeners/wheel/wheelListener.ts +0 -51
- package/src/index.ts +0 -170
- package/src/init.ts +0 -207
- package/src/stateManagement/annotation/AnnotationGroup.ts +0 -120
- package/src/stateManagement/annotation/FrameOfReferenceSpecificAnnotationManager.ts +0 -446
- package/src/stateManagement/annotation/annotationLocking.ts +0 -178
- package/src/stateManagement/annotation/annotationSelection.ts +0 -163
- package/src/stateManagement/annotation/annotationState.ts +0 -308
- package/src/stateManagement/annotation/annotationVisibility.ts +0 -156
- package/src/stateManagement/annotation/config/ToolStyle.ts +0 -281
- package/src/stateManagement/annotation/config/getFont.ts +0 -36
- package/src/stateManagement/annotation/config/getState.ts +0 -44
- package/src/stateManagement/annotation/config/helpers.ts +0 -59
- package/src/stateManagement/annotation/config/index.ts +0 -5
- package/src/stateManagement/annotation/helpers/state.ts +0 -162
- package/src/stateManagement/annotation/index.ts +0 -17
- package/src/stateManagement/annotation/utilities/defineProperties.ts +0 -26
- package/src/stateManagement/index.js +0 -50
- package/src/stateManagement/segmentation/SegmentationStateManager.ts +0 -518
- package/src/stateManagement/segmentation/activeSegmentation.ts +0 -83
- package/src/stateManagement/segmentation/addRepresentationData.ts +0 -71
- package/src/stateManagement/segmentation/addSegmentationRepresentation.ts +0 -108
- package/src/stateManagement/segmentation/addSegmentationRepresentations.ts +0 -44
- package/src/stateManagement/segmentation/addSegmentations.ts +0 -26
- package/src/stateManagement/segmentation/config/index.ts +0 -29
- package/src/stateManagement/segmentation/config/segmentationColor.ts +0 -138
- package/src/stateManagement/segmentation/config/segmentationConfig.ts +0 -195
- package/src/stateManagement/segmentation/config/segmentationVisibility.ts +0 -202
- package/src/stateManagement/segmentation/convertStackToVolumeSegmentation.ts +0 -135
- package/src/stateManagement/segmentation/convertVolumeToStackSegmentation.ts +0 -217
- package/src/stateManagement/segmentation/helpers/clipAndCacheSurfacesForViewport.ts +0 -203
- package/src/stateManagement/segmentation/helpers/getRepresentationSpecificConfig.ts +0 -15
- package/src/stateManagement/segmentation/helpers/index.ts +0 -3
- package/src/stateManagement/segmentation/helpers/normalizeSegmentationInput.ts +0 -61
- package/src/stateManagement/segmentation/helpers/validateSegmentationInput.ts +0 -46
- package/src/stateManagement/segmentation/index.ts +0 -33
- package/src/stateManagement/segmentation/polySeg/Contour/computeAndAddContourRepresentation.ts +0 -24
- package/src/stateManagement/segmentation/polySeg/Contour/contourComputationStrategies.ts +0 -201
- package/src/stateManagement/segmentation/polySeg/Contour/utils/createAndAddContourSegmentationsFromClippedSurfaces.ts +0 -103
- package/src/stateManagement/segmentation/polySeg/Contour/utils/extractContourData.ts +0 -38
- package/src/stateManagement/segmentation/polySeg/Contour/utils/updateContoursOnCameraModified.ts +0 -58
- package/src/stateManagement/segmentation/polySeg/Labelmap/computeAndAddLabelmapRepresentation.ts +0 -25
- package/src/stateManagement/segmentation/polySeg/Labelmap/convertContourToLabelmap.ts +0 -296
- package/src/stateManagement/segmentation/polySeg/Labelmap/convertSurfaceToLabelmap.ts +0 -91
- package/src/stateManagement/segmentation/polySeg/Labelmap/labelmapComputationStrategies.ts +0 -182
- package/src/stateManagement/segmentation/polySeg/Surface/computeAndAddSurfaceRepresentation.ts +0 -26
- package/src/stateManagement/segmentation/polySeg/Surface/convertContourToSurface.ts +0 -62
- package/src/stateManagement/segmentation/polySeg/Surface/convertLabelmapToSurface.ts +0 -81
- package/src/stateManagement/segmentation/polySeg/Surface/createAndCacheSurfacesFromRaw.ts +0 -81
- package/src/stateManagement/segmentation/polySeg/Surface/surfaceComputationStrategies.ts +0 -167
- package/src/stateManagement/segmentation/polySeg/Surface/updateSurfaceData.ts +0 -95
- package/src/stateManagement/segmentation/polySeg/canComputeRequestedRepresentation.ts +0 -123
- package/src/stateManagement/segmentation/polySeg/computeAndAddRepresentation.ts +0 -97
- package/src/stateManagement/segmentation/polySeg/index.ts +0 -12
- package/src/stateManagement/segmentation/polySeg/registerPolySegWorker.ts +0 -34
- package/src/stateManagement/segmentation/removeSegmentationsFromToolGroup.ts +0 -90
- package/src/stateManagement/segmentation/segmentIndex.ts +0 -56
- package/src/stateManagement/segmentation/segmentLocking.ts +0 -72
- package/src/stateManagement/segmentation/segmentationState.ts +0 -539
- package/src/stateManagement/segmentation/triggerSegmentationEvents.ts +0 -162
- package/src/store/SynchronizerManager/Synchronizer.ts +0 -407
- package/src/store/SynchronizerManager/createSynchronizer.ts +0 -44
- package/src/store/SynchronizerManager/destroy.ts +0 -14
- package/src/store/SynchronizerManager/destroySynchronizer.ts +0 -25
- package/src/store/SynchronizerManager/getAllSynchronizers.ts +0 -12
- package/src/store/SynchronizerManager/getSynchronizer.ts +0 -13
- package/src/store/SynchronizerManager/getSynchronizersForViewport.ts +0 -44
- package/src/store/SynchronizerManager/index.js +0 -15
- package/src/store/ToolGroupManager/ToolGroup.ts +0 -878
- package/src/store/ToolGroupManager/createToolGroup.ts +0 -33
- package/src/store/ToolGroupManager/destroy.ts +0 -24
- package/src/store/ToolGroupManager/destroyToolGroup.ts +0 -26
- package/src/store/ToolGroupManager/getAllToolGroups.ts +0 -12
- package/src/store/ToolGroupManager/getToolGroup.ts +0 -14
- package/src/store/ToolGroupManager/getToolGroupForViewport.ts +0 -51
- package/src/store/ToolGroupManager/getToolGroupsWithToolName.ts +0 -35
- package/src/store/ToolGroupManager/index.ts +0 -17
- package/src/store/addEnabledElement.ts +0 -141
- package/src/store/addTool.ts +0 -67
- package/src/store/cancelActiveManipulations.ts +0 -30
- package/src/store/filterMoveableAnnotationTools.ts +0 -61
- package/src/store/filterToolsWithAnnotationsForElement.ts +0 -50
- package/src/store/filterToolsWithMoveableHandles.ts +0 -51
- package/src/store/index.ts +0 -30
- package/src/store/removeEnabledElement.ts +0 -138
- package/src/store/state.ts +0 -64
- package/src/store/svgNodeCache.ts +0 -7
- package/src/synchronizers/callbacks/areViewportsCoplanar .ts +0 -12
- package/src/synchronizers/callbacks/cameraSyncCallback.ts +0 -33
- package/src/synchronizers/callbacks/imageSliceSyncCallback.ts +0 -161
- package/src/synchronizers/callbacks/presentationViewSyncCallback.ts +0 -36
- package/src/synchronizers/callbacks/slabThicknessSyncCallback.ts +0 -29
- package/src/synchronizers/callbacks/voiSyncCallback.ts +0 -63
- package/src/synchronizers/callbacks/zoomPanSyncCallback.ts +0 -43
- package/src/synchronizers/index.ts +0 -19
- package/src/synchronizers/synchronizers/createCameraPositionSynchronizer.ts +0 -25
- package/src/synchronizers/synchronizers/createImageSliceSynchronizer.ts +0 -28
- package/src/synchronizers/synchronizers/createPresentationViewSynchronizer.ts +0 -29
- package/src/synchronizers/synchronizers/createSlabThicknessSynchronizer.ts +0 -26
- package/src/synchronizers/synchronizers/createVOISynchronizer.ts +0 -43
- package/src/synchronizers/synchronizers/createZoomPanSynchronizer.ts +0 -25
- package/src/synchronizers/synchronizers/index.ts +0 -16
- package/src/tools/AdvancedMagnifyTool.ts +0 -702
- package/src/tools/AdvancedMagnifyViewport.ts +0 -632
- package/src/tools/AdvancedMagnifyViewportManager.ts +0 -362
- package/src/tools/AnnotationEraserTool.ts +0 -96
- package/src/tools/CrosshairsTool.ts +0 -2749
- package/src/tools/MIPJumpToClickTool.ts +0 -109
- package/src/tools/MagnifyTool.ts +0 -325
- package/src/tools/OrientationMarkerTool.ts +0 -371
- package/src/tools/OverlayGridTool.ts +0 -357
- package/src/tools/PanTool.ts +0 -58
- package/src/tools/PlanarRotateTool.ts +0 -79
- package/src/tools/ReferenceCursors.ts +0 -522
- package/src/tools/ReferenceLinesTool.ts +0 -419
- package/src/tools/ScaleOverlayTool.ts +0 -690
- package/src/tools/SculptorTool/CircleSculptCursor.ts +0 -212
- package/src/tools/SculptorTool.ts +0 -604
- package/src/tools/SegmentationIntersectionTool.ts +0 -301
- package/src/tools/StackScrollTool.ts +0 -81
- package/src/tools/StackScrollToolMouseWheelTool.ts +0 -51
- package/src/tools/TrackballRotateTool.ts +0 -245
- package/src/tools/VolumeRotateMouseWheelTool.ts +0 -87
- package/src/tools/WindowLevelRegionTool.ts +0 -399
- package/src/tools/WindowLevelTool.ts +0 -282
- package/src/tools/ZoomTool.ts +0 -287
- package/src/tools/annotation/AngleTool.ts +0 -853
- package/src/tools/annotation/ArrowAnnotateTool.ts +0 -818
- package/src/tools/annotation/BidirectionalTool.ts +0 -1359
- package/src/tools/annotation/CircleROITool.ts +0 -1065
- package/src/tools/annotation/CobbAngleTool.ts +0 -1212
- package/src/tools/annotation/DragProbeTool.ts +0 -245
- package/src/tools/annotation/EllipticalROITool.ts +0 -1195
- package/src/tools/annotation/KeyImageTool.ts +0 -396
- package/src/tools/annotation/LengthTool.ts +0 -854
- package/src/tools/annotation/LivewireContourSegmentationTool.ts +0 -164
- package/src/tools/annotation/LivewireContourTool.ts +0 -956
- package/src/tools/annotation/PlanarFreehandContourSegmentationTool.ts +0 -61
- package/src/tools/annotation/PlanarFreehandROITool.ts +0 -1049
- package/src/tools/annotation/ProbeTool.ts +0 -676
- package/src/tools/annotation/RectangleROITool.ts +0 -1015
- package/src/tools/annotation/SplineContourSegmentationTool.ts +0 -28
- package/src/tools/annotation/SplineROITool.ts +0 -1238
- package/src/tools/annotation/UltrasoundDirectionalTool.ts +0 -895
- package/src/tools/annotation/VideoRedactionTool.ts +0 -797
- package/src/tools/annotation/planarFreehandROITool/closedContourEditLoop.ts +0 -520
- package/src/tools/annotation/planarFreehandROITool/drawLoop.ts +0 -541
- package/src/tools/annotation/planarFreehandROITool/editLoopCommon.ts +0 -332
- package/src/tools/annotation/planarFreehandROITool/findOpenUShapedContourVectorToPeak.ts +0 -76
- package/src/tools/annotation/planarFreehandROITool/openContourEditLoop.ts +0 -642
- package/src/tools/annotation/planarFreehandROITool/openContourEndEditLoop.ts +0 -89
- package/src/tools/annotation/planarFreehandROITool/renderMethods.ts +0 -497
- package/src/tools/annotation/splines/BSpline.ts +0 -22
- package/src/tools/annotation/splines/CardinalSpline.ts +0 -45
- package/src/tools/annotation/splines/CatmullRomSpline.ts +0 -19
- package/src/tools/annotation/splines/CubicSpline.ts +0 -288
- package/src/tools/annotation/splines/LinearSpline.ts +0 -20
- package/src/tools/annotation/splines/QuadraticBezier.ts +0 -20
- package/src/tools/annotation/splines/QuadraticSpline.ts +0 -25
- package/src/tools/annotation/splines/Spline.ts +0 -741
- package/src/tools/base/AnnotationDisplayTool.ts +0 -181
- package/src/tools/base/AnnotationTool.ts +0 -465
- package/src/tools/base/BaseTool.ts +0 -267
- package/src/tools/base/ContourBaseTool.ts +0 -291
- package/src/tools/base/ContourSegmentationBaseTool.ts +0 -323
- package/src/tools/base/index.ts +0 -5
- package/src/tools/displayTools/Contour/contourConfig.ts +0 -24
- package/src/tools/displayTools/Contour/contourDisplay.ts +0 -138
- package/src/tools/displayTools/Contour/contourHandler/contourConfigCache.ts +0 -37
- package/src/tools/displayTools/Contour/contourHandler/handleContourSegmentation.ts +0 -212
- package/src/tools/displayTools/Contour/contourHandler/utils.ts +0 -116
- package/src/tools/displayTools/Contour/index.ts +0 -3
- package/src/tools/displayTools/Contour/removeContourFromElement.ts +0 -43
- package/src/tools/displayTools/Labelmap/addLabelmapToElement.ts +0 -80
- package/src/tools/displayTools/Labelmap/index.ts +0 -13
- package/src/tools/displayTools/Labelmap/labelmapConfig.ts +0 -39
- package/src/tools/displayTools/Labelmap/labelmapDisplay.ts +0 -550
- package/src/tools/displayTools/Labelmap/removeLabelmapFromElement.ts +0 -24
- package/src/tools/displayTools/Labelmap/validateLabelmap.ts +0 -71
- package/src/tools/displayTools/SegmentationDisplayTool.ts +0 -223
- package/src/tools/displayTools/Surface/addOrUpdateSurfaceToElement.ts +0 -113
- package/src/tools/displayTools/Surface/index.ts +0 -3
- package/src/tools/displayTools/Surface/removeSurfaceFromElement.ts +0 -35
- package/src/tools/displayTools/Surface/surfaceConfig.ts +0 -12
- package/src/tools/displayTools/Surface/surfaceDisplay.ts +0 -167
- package/src/tools/distancePointToContour.ts +0 -35
- package/src/tools/index.ts +0 -118
- package/src/tools/segmentation/BrushTool.ts +0 -844
- package/src/tools/segmentation/CircleROIStartEndThresholdTool.ts +0 -676
- package/src/tools/segmentation/CircleScissorsTool.ts +0 -395
- package/src/tools/segmentation/PaintFillTool.ts +0 -414
- package/src/tools/segmentation/RectangleROIStartEndThresholdTool.ts +0 -591
- package/src/tools/segmentation/RectangleROIThresholdTool.ts +0 -269
- package/src/tools/segmentation/RectangleScissorsTool.ts +0 -403
- package/src/tools/segmentation/SegmentSelectTool.ts +0 -177
- package/src/tools/segmentation/SphereScissorsTool.ts +0 -400
- package/src/tools/segmentation/strategies/BrushStrategy.ts +0 -369
- package/src/tools/segmentation/strategies/compositions/determineSegmentIndex.ts +0 -86
- package/src/tools/segmentation/strategies/compositions/dynamicThreshold.ts +0 -117
- package/src/tools/segmentation/strategies/compositions/erase.ts +0 -11
- package/src/tools/segmentation/strategies/compositions/index.ts +0 -19
- package/src/tools/segmentation/strategies/compositions/islandRemoval.ts +0 -178
- package/src/tools/segmentation/strategies/compositions/preview.ts +0 -148
- package/src/tools/segmentation/strategies/compositions/regionFill.ts +0 -45
- package/src/tools/segmentation/strategies/compositions/setValue.ts +0 -50
- package/src/tools/segmentation/strategies/compositions/threshold.ts +0 -37
- package/src/tools/segmentation/strategies/eraseCircle.ts +0 -13
- package/src/tools/segmentation/strategies/eraseRectangle.ts +0 -48
- package/src/tools/segmentation/strategies/eraseSphere.ts +0 -13
- package/src/tools/segmentation/strategies/fillCircle.ts +0 -176
- package/src/tools/segmentation/strategies/fillRectangle.ts +0 -150
- package/src/tools/segmentation/strategies/fillSphere.ts +0 -111
- package/src/tools/segmentation/strategies/index.ts +0 -9
- package/src/tools/segmentation/strategies/utils/getStrategyData.ts +0 -102
- package/src/tools/segmentation/strategies/utils/isWithinThreshold.ts +0 -17
- package/src/tools/segmentation/strategies/utils/stackVolumeCheck.ts +0 -40
- package/src/types/AnnotationGroupSelector.ts +0 -7
- package/src/types/AnnotationRenderContext.ts +0 -13
- package/src/types/AnnotationStyle.ts +0 -45
- package/src/types/AnnotationTypes.ts +0 -103
- package/src/types/BoundsIJK.ts +0 -5
- package/src/types/CINETypes.ts +0 -38
- package/src/types/CalculatorTypes.ts +0 -23
- package/src/types/CardinalSplineProps.ts +0 -11
- package/src/types/ClosestControlPoint.ts +0 -6
- package/src/types/ClosestPoint.ts +0 -8
- package/src/types/ClosestSplinePoint.ts +0 -6
- package/src/types/ContourAnnotation.ts +0 -27
- package/src/types/ContourSegmentationAnnotation.ts +0 -58
- package/src/types/ContourTypes.ts +0 -52
- package/src/types/ControlPointInfo.ts +0 -8
- package/src/types/CursorTypes.ts +0 -12
- package/src/types/EventTypes.ts +0 -773
- package/src/types/FloodFillTypes.ts +0 -19
- package/src/types/IAnnotationManager.ts +0 -89
- package/src/types/IDistance.ts +0 -16
- package/src/types/IPoints.ts +0 -18
- package/src/types/ISculptToolShape.ts +0 -63
- package/src/types/ISetToolModeOptions.ts +0 -29
- package/src/types/ISpline.ts +0 -167
- package/src/types/ISynchronizerEventHandler.ts +0 -12
- package/src/types/IToolClassReference.ts +0 -5
- package/src/types/IToolGroup.ts +0 -96
- package/src/types/ITouchPoints.ts +0 -14
- package/src/types/InteractionTypes.ts +0 -6
- package/src/types/InternalToolTypes.ts +0 -19
- package/src/types/InterpolationTypes.ts +0 -48
- package/src/types/JumpToSliceOptions.ts +0 -7
- package/src/types/LabelmapToolOperationData.ts +0 -46
- package/src/types/LabelmapTypes.ts +0 -62
- package/src/types/PlanarBoundingBox.ts +0 -8
- package/src/types/PolySeg.ts +0 -7
- package/src/types/SVGDrawingHelper.ts +0 -10
- package/src/types/ScrollOptions.ts +0 -10
- package/src/types/SegmentationStateTypes.ts +0 -290
- package/src/types/SplineCurveSegment.ts +0 -28
- package/src/types/SplineLineSegment.ts +0 -20
- package/src/types/SplineProps.ts +0 -25
- package/src/types/SurfaceTypes.ts +0 -10
- package/src/types/ToolAction.ts +0 -54
- package/src/types/ToolHandle.ts +0 -26
- package/src/types/ToolProps.ts +0 -22
- package/src/types/ToolSpecificAnnotationTypes.ts +0 -484
- package/src/types/index.ts +0 -185
- package/src/utilities/BucketQueue.ts +0 -154
- package/src/utilities/annotationFrameRange.ts +0 -78
- package/src/utilities/annotationHydration.ts +0 -143
- package/src/utilities/boundingBox/extend2DBoundingBoxInViewAxis.ts +0 -29
- package/src/utilities/boundingBox/getBoundingBoxAroundShape.ts +0 -110
- package/src/utilities/boundingBox/index.ts +0 -13
- package/src/utilities/calibrateImageSpacing.ts +0 -43
- package/src/utilities/cine/events.ts +0 -9
- package/src/utilities/cine/index.ts +0 -5
- package/src/utilities/cine/playClip.ts +0 -481
- package/src/utilities/cine/state.ts +0 -24
- package/src/utilities/clip.js +0 -30
- package/src/utilities/contourSegmentation/addContourSegmentationAnnotation.ts +0 -41
- package/src/utilities/contourSegmentation/areSameSegment.ts +0 -22
- package/src/utilities/contourSegmentation/isContourSegmentationAnnotation.ts +0 -8
- package/src/utilities/contourSegmentation/removeContourSegmentationAnnotation.ts +0 -35
- package/src/utilities/contours/AnnotationToPointData.ts +0 -61
- package/src/utilities/contours/RectangleROIStartEndThreshold.ts +0 -60
- package/src/utilities/contours/areCoplanarContours.ts +0 -39
- package/src/utilities/contours/calculatePerimeter.ts +0 -31
- package/src/utilities/contours/contourFinder.ts +0 -78
- package/src/utilities/contours/detectContourHoles.ts +0 -149
- package/src/utilities/contours/findHandlePolylineIndex.ts +0 -52
- package/src/utilities/contours/generateContourSetsFromLabelmap.ts +0 -151
- package/src/utilities/contours/getContourHolesDataCanvas.ts +0 -33
- package/src/utilities/contours/getContourHolesDataWorld.ts +0 -19
- package/src/utilities/contours/getDeduplicatedVTKPolyDataPoints.ts +0 -66
- package/src/utilities/contours/index.ts +0 -29
- package/src/utilities/contours/interpolation/acceptAutogeneratedInterpolations.ts +0 -16
- package/src/utilities/contours/interpolation/createPolylineToolData.ts +0 -64
- package/src/utilities/contours/interpolation/findAnnotationForInterpolation.ts +0 -230
- package/src/utilities/contours/interpolation/getInterpolationData.ts +0 -115
- package/src/utilities/contours/interpolation/getInterpolationDataCollection.ts +0 -31
- package/src/utilities/contours/interpolation/index.ts +0 -3
- package/src/utilities/contours/interpolation/interpolate.ts +0 -727
- package/src/utilities/contours/interpolation/selectHandles.ts +0 -245
- package/src/utilities/contours/interpolation/updateChildInterpolationUID.ts +0 -23
- package/src/utilities/contours/reverseIfAntiClockwise.ts +0 -29
- package/src/utilities/contours/updateContourPolyline.ts +0 -111
- package/src/utilities/debounce.js +0 -217
- package/src/utilities/drawing/getTextBoxCoordsCanvas.ts +0 -45
- package/src/utilities/drawing/index.ts +0 -3
- package/src/utilities/dynamicVolume/generateImageFromTimeData.ts +0 -68
- package/src/utilities/dynamicVolume/getDataInTime.ts +0 -216
- package/src/utilities/dynamicVolume/index.ts +0 -5
- package/src/utilities/getAnnotationNearPoint.ts +0 -130
- package/src/utilities/getCalibratedUnits.ts +0 -228
- package/src/utilities/getModalityUnit.ts +0 -41
- package/src/utilities/getSphereBoundsInfo.ts +0 -145
- package/src/utilities/getToolsWithModesForElement.ts +0 -52
- package/src/utilities/getVOIMultipliers.ts +0 -33
- package/src/utilities/getViewportForAnnotation.ts +0 -20
- package/src/utilities/getViewportsForAnnotation.ts +0 -34
- package/src/utilities/index.ts +0 -105
- package/src/utilities/isObject.js +0 -29
- package/src/utilities/livewire/LiveWirePath.ts +0 -155
- package/src/utilities/livewire/LivewireScissors.ts +0 -612
- package/src/utilities/math/aabb/distanceToPoint.ts +0 -20
- package/src/utilities/math/aabb/distanceToPointSquared.ts +0 -47
- package/src/utilities/math/aabb/intersectAABB.ts +0 -19
- package/src/utilities/math/angle/angleBetweenLines.ts +0 -61
- package/src/utilities/math/basic/BasicStatsCalculator.ts +0 -148
- package/src/utilities/math/basic/Calculator.ts +0 -11
- package/src/utilities/math/basic/index.ts +0 -4
- package/src/utilities/math/circle/_types.ts +0 -6
- package/src/utilities/math/circle/getCanvasCircleCorners.ts +0 -23
- package/src/utilities/math/circle/getCanvasCircleRadius.ts +0 -16
- package/src/utilities/math/circle/index.ts +0 -4
- package/src/utilities/math/ellipse/getCanvasEllipseCorners.ts +0 -26
- package/src/utilities/math/ellipse/index.ts +0 -4
- package/src/utilities/math/ellipse/pointInEllipse.ts +0 -94
- package/src/utilities/math/ellipse/pointInEllipsoidWithConstraint.ts +0 -35
- package/src/utilities/math/index.ts +0 -19
- package/src/utilities/math/line/distanceToPoint.ts +0 -24
- package/src/utilities/math/line/distanceToPointSquared.ts +0 -18
- package/src/utilities/math/line/distanceToPointSquaredInfo.ts +0 -55
- package/src/utilities/math/line/index.ts +0 -13
- package/src/utilities/math/line/intersectLine.ts +0 -92
- package/src/utilities/math/line/isPointOnLineSegment.ts +0 -44
- package/src/utilities/math/midPoint.ts +0 -26
- package/src/utilities/math/point/distanceToPoint.ts +0 -15
- package/src/utilities/math/point/distanceToPointSquared.ts +0 -26
- package/src/utilities/math/point/mirror.ts +0 -21
- package/src/utilities/math/polyline/addCanvasPointsToArray.ts +0 -67
- package/src/utilities/math/polyline/areLineSegmentsIntersecting.ts +0 -118
- package/src/utilities/math/polyline/combinePolyline.ts +0 -348
- package/src/utilities/math/polyline/containsPoint.ts +0 -80
- package/src/utilities/math/polyline/containsPoints.ts +0 -22
- package/src/utilities/math/polyline/decimate.ts +0 -105
- package/src/utilities/math/polyline/getAABB.ts +0 -74
- package/src/utilities/math/polyline/getArea.ts +0 -23
- package/src/utilities/math/polyline/getClosestLineSegmentIntersection.ts +0 -72
- package/src/utilities/math/polyline/getFirstLineSegmentIntersectionIndexes.ts +0 -42
- package/src/utilities/math/polyline/getLineSegmentIntersectionsCoordinates.ts +0 -30
- package/src/utilities/math/polyline/getLineSegmentIntersectionsIndexes.ts +0 -35
- package/src/utilities/math/polyline/getLinesIntersection.ts +0 -94
- package/src/utilities/math/polyline/getNormal2.ts +0 -17
- package/src/utilities/math/polyline/getNormal3.ts +0 -53
- package/src/utilities/math/polyline/getSignedArea.ts +0 -51
- package/src/utilities/math/polyline/getSubPixelSpacingAndXYDirections.ts +0 -99
- package/src/utilities/math/polyline/getWindingDirection.ts +0 -14
- package/src/utilities/math/polyline/index.ts +0 -48
- package/src/utilities/math/polyline/intersectPolyline.ts +0 -34
- package/src/utilities/math/polyline/isClosed.ts +0 -26
- package/src/utilities/math/polyline/isPointInsidePolyline3D.ts +0 -50
- package/src/utilities/math/polyline/planarFreehandROIInternalTypes.ts +0 -38
- package/src/utilities/math/polyline/pointCanProjectOnLine.ts +0 -57
- package/src/utilities/math/polyline/pointsAreWithinCloseContourProximity.ts +0 -15
- package/src/utilities/math/polyline/projectTo2D.ts +0 -52
- package/src/utilities/math/rectangle/distanceToPoint.ts +0 -82
- package/src/utilities/math/rectangle/index.ts +0 -3
- package/src/utilities/math/sphere/index.ts +0 -3
- package/src/utilities/math/sphere/pointInSphere.ts +0 -36
- package/src/utilities/math/vec2/findClosestPoint.ts +0 -40
- package/src/utilities/math/vec2/index.ts +0 -4
- package/src/utilities/math/vec2/liangBarksyClip.ts +0 -94
- package/src/utilities/math/vec3/interpolateVec3.ts +0 -20
- package/src/utilities/orientation/getOrientationStringLPS.ts +0 -52
- package/src/utilities/orientation/index.ts +0 -4
- package/src/utilities/orientation/invertOrientationStringLPS.ts +0 -21
- package/src/utilities/planar/filterAnnotationsForDisplay.ts +0 -55
- package/src/utilities/planar/filterAnnotationsWithinSlice.ts +0 -110
- package/src/utilities/planar/getPointInLineOfSightWithCriteria.ts +0 -104
- package/src/utilities/planar/getWorldWidthAndHeightFromCorners.ts +0 -51
- package/src/utilities/planar/getWorldWidthAndHeightFromTwoPoints.ts +0 -51
- package/src/utilities/planar/index.ts +0 -21
- package/src/utilities/planar/isPlaneIntersectingAABB.ts +0 -56
- package/src/utilities/planarFreehandROITool/index.ts +0 -7
- package/src/utilities/planarFreehandROITool/interpolation/algorithms/bspline.ts +0 -55
- package/src/utilities/planarFreehandROITool/interpolation/interpolateSegmentPoints.ts +0 -90
- package/src/utilities/planarFreehandROITool/smoothAnnotation.ts +0 -89
- package/src/utilities/planarFreehandROITool/smoothPoints.ts +0 -221
- package/src/utilities/pointInShapeCallback.ts +0 -165
- package/src/utilities/pointInSurroundingSphereCallback.ts +0 -188
- package/src/utilities/pointToString.ts +0 -10
- package/src/utilities/polyData/utils.ts +0 -89
- package/src/utilities/rectangleROITool/getBoundsIJKFromRectangleAnnotations.ts +0 -79
- package/src/utilities/rectangleROITool/index.ts +0 -4
- package/src/utilities/rectangleROITool/isAxisAlignedRectangle.ts +0 -53
- package/src/utilities/scroll.ts +0 -119
- package/src/utilities/segmentation/InterpolationManager/InterpolationManager.ts +0 -280
- package/src/utilities/segmentation/InterpolationManager/deleteRelatedAnnotations.ts +0 -97
- package/src/utilities/segmentation/brushSizeForToolGroup.ts +0 -90
- package/src/utilities/segmentation/brushThresholdForToolGroup.ts +0 -72
- package/src/utilities/segmentation/contourAndFindLargestBidirectional.ts +0 -45
- package/src/utilities/segmentation/createBidirectionalToolData.ts +0 -60
- package/src/utilities/segmentation/createImageIdReferenceMap.ts +0 -23
- package/src/utilities/segmentation/createLabelmapVolumeForViewport.ts +0 -73
- package/src/utilities/segmentation/createMergedLabelmapForIndex.ts +0 -65
- package/src/utilities/segmentation/findLargestBidirectional.ts +0 -159
- package/src/utilities/segmentation/floodFill.ts +0 -207
- package/src/utilities/segmentation/getDefaultRepresentationConfig.ts +0 -20
- package/src/utilities/segmentation/getHoveredContourSegmentationAnnotation.ts +0 -25
- package/src/utilities/segmentation/getSegmentAtLabelmapBorder.ts +0 -180
- package/src/utilities/segmentation/getSegmentAtWorldPoint.ts +0 -174
- package/src/utilities/segmentation/getUniqueSegmentIndices.ts +0 -142
- package/src/utilities/segmentation/index.ts +0 -53
- package/src/utilities/segmentation/invalidateBrushCursor.ts +0 -48
- package/src/utilities/segmentation/isLineInSegment.ts +0 -84
- package/src/utilities/segmentation/isValidRepresentationConfig.ts +0 -22
- package/src/utilities/segmentation/rectangleROIThresholdVolumeByRange.ts +0 -94
- package/src/utilities/segmentation/segmentContourAction.ts +0 -166
- package/src/utilities/segmentation/thresholdSegmentationByRange.ts +0 -129
- package/src/utilities/segmentation/thresholdVolumeByRange.ts +0 -152
- package/src/utilities/segmentation/triggerSegmentationRender.ts +0 -211
- package/src/utilities/segmentation/utilities.ts +0 -122
- package/src/utilities/stackPrefetch/index.ts +0 -4
- package/src/utilities/stackPrefetch/stackContextPrefetch.ts +0 -384
- package/src/utilities/stackPrefetch/stackPrefetch.ts +0 -291
- package/src/utilities/stackPrefetch/stackPrefetchUtils.ts +0 -118
- package/src/utilities/stackPrefetch/state.ts +0 -17
- package/src/utilities/throttle.js +0 -69
- package/src/utilities/touch/index.ts +0 -246
- package/src/utilities/triggerAnnotationRender.ts +0 -247
- package/src/utilities/triggerAnnotationRenderForToolGroupIds.ts +0 -38
- package/src/utilities/triggerAnnotationRenderForViewportIds.ts +0 -23
- package/src/utilities/viewport/index.ts +0 -5
- package/src/utilities/viewport/isViewportPreScaled.ts +0 -28
- package/src/utilities/viewport/jumpToSlice.ts +0 -73
- package/src/utilities/viewport/jumpToWorld.ts +0 -58
- package/src/utilities/viewportFilters/filterViewportsWithFrameOfReferenceUID.ts +0 -28
- package/src/utilities/viewportFilters/filterViewportsWithParallelNormals.ts +0 -26
- package/src/utilities/viewportFilters/filterViewportsWithSameOrientation.ts +0 -15
- package/src/utilities/viewportFilters/filterViewportsWithToolEnabled.ts +0 -72
- package/src/utilities/viewportFilters/getViewportIdsWithToolToRender.ts +0 -45
- package/src/utilities/viewportFilters/index.ts +0 -11
- package/src/utilities/voi/colorbar/Colorbar.ts +0 -366
- package/src/utilities/voi/colorbar/ColorbarCanvas.ts +0 -290
- package/src/utilities/voi/colorbar/ColorbarTicks.ts +0 -500
- package/src/utilities/voi/colorbar/ViewportColorbar.ts +0 -215
- package/src/utilities/voi/colorbar/common/areColorbarRangesEqual.ts +0 -10
- package/src/utilities/voi/colorbar/common/areColorbarSizesEqual.ts +0 -7
- package/src/utilities/voi/colorbar/common/isColorbarSizeValid.ts +0 -7
- package/src/utilities/voi/colorbar/common/isRangeTextPositionValid.ts +0 -16
- package/src/utilities/voi/colorbar/common/isRangeValid.ts +0 -7
- package/src/utilities/voi/colorbar/enums/ColorbarRangeTextPosition.ts +0 -11
- package/src/utilities/voi/colorbar/index.ts +0 -8
- package/src/utilities/voi/colorbar/types/ColorbarCanvasProps.ts +0 -14
- package/src/utilities/voi/colorbar/types/ColorbarCommonProps.ts +0 -23
- package/src/utilities/voi/colorbar/types/ColorbarImageRange.ts +0 -4
- package/src/utilities/voi/colorbar/types/ColorbarProps.ts +0 -8
- package/src/utilities/voi/colorbar/types/ColorbarSize.ts +0 -4
- package/src/utilities/voi/colorbar/types/ColorbarTicksProps.ts +0 -8
- package/src/utilities/voi/colorbar/types/ColorbarTicksStyle.ts +0 -8
- package/src/utilities/voi/colorbar/types/ColorbarVOIRange.ts +0 -3
- package/src/utilities/voi/colorbar/types/ViewportColorbarProps.ts +0 -6
- package/src/utilities/voi/index.ts +0 -4
- package/src/utilities/voi/windowlevel/calculateMinMaxMean.ts +0 -30
- package/src/utilities/voi/windowlevel/extractWindowLevelRegionToolData.ts +0 -63
- package/src/utilities/voi/windowlevel/getLuminanceFromRegion.ts +0 -43
- package/src/utilities/voi/windowlevel/index.ts +0 -9
- package/src/widgets/Widget.ts +0 -169
- package/src/widgets/types/WidgetProps.ts +0 -4
- package/src/widgets/types/WidgetSize.ts +0 -4
- package/src/widgets/types/index.ts +0 -2
- package/src/workers/polySegConverters.js +0 -616
- /package/{src/eventListeners/annotations/contourSegmentation/index.ts → dist/esm/eventListeners/annotations/contourSegmentation/index.d.ts} +0 -0
- /package/{src/utilities/contourSegmentation/index.ts → dist/esm/utilities/contourSegmentation/index.d.ts} +0 -0
- /package/{src/utilities/math/aabb/index.ts → dist/esm/utilities/math/aabb/index.d.ts} +0 -0
- /package/{src/utilities/math/point/index.ts → dist/esm/utilities/math/point/index.d.ts} +0 -0
- /package/{src/utilities/voi/colorbar/common/index.ts → dist/esm/utilities/voi/colorbar/common/index.d.ts} +0 -0
- /package/{src/utilities/voi/colorbar/enums/index.ts → dist/esm/utilities/voi/colorbar/enums/index.d.ts} +0 -0
- /package/{src/utilities/voi/colorbar/types/index.ts → dist/esm/utilities/voi/colorbar/types/index.d.ts} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getUniqueSegmentIndices.js","sourceRoot":"","sources":["../../../../src/utilities/segmentation/getUniqueSegmentIndices.ts"],"names":[],"mappings":"AAAA,OAAO,EAAS,KAAK,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,sDAAsD,CAAC;AACvF,OAAO,EAAE,oBAAoB,EAAE,MAAM,4DAA4D,CAAC;AAClG,OAAO,EAAE,2BAA2B,EAAE,MAAM,aAAa,CAAC;AAE1D,MAAM,mBAAmB,GAAG,IAAI,GAAG,EAGhC,CAAC;AAMJ,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,cAAsB,EAAE,EAAE;IAC7D,MAAM,MAAM,GAAG,mBAAmB,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IACvD,IAAI,MAAM,EAAE,CAAC;QACX,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IACxB,CAAC;AACH,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,cAAsB,EAAE,EAAE;IAC7D,MAAM,MAAM,GAAG,mBAAmB,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IACvD,IAAI,MAAM,EAAE,CAAC;QACX,MAAM,CAAC,OAAO,GAAG,KAAK,CAAC;IACzB,CAAC;AACH,CAAC,CAAC;AAEF,SAAS,uBAAuB,CAAC,cAAc;IAC7C,MAAM,MAAM,GAAG,mBAAmB,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IACvD,IAAI,MAAM,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC;QAC9B,OAAO,MAAM,CAAC,OAAO,CAAC;IACxB,CAAC;IACD,OAAO,IAAI,CAAC;AACd,CAAC;AASD,SAAS,uBAAuB,CAAC,cAAc;IAE7C,MAAM,YAAY,GAAG,uBAAuB,CAAC,cAAc,CAAC,CAAC;IAC7D,IAAI,YAAY,EAAE,CAAC;QACjB,OAAO,YAAY,CAAC;IACtB,CAAC;IAED,MAAM,YAAY,GAAG,eAAe,CAAC,cAAc,CAAC,CAAC;IACrD,IAAI,CAAC,YAAY,EAAE,CAAC;QAClB,MAAM,IAAI,KAAK,CACb,4CAA4C,cAAc,EAAE,CAC7D,CAAC;IACJ,CAAC;IAED,IAAI,OAAO,CAAC;IACZ,QAAQ,YAAY,CAAC,IAAI,EAAE,CAAC;QAC1B,KAAK,2BAA2B,CAAC,QAAQ;YACvC,OAAO,GAAG,0BAA0B,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC;YACnE,MAAM;QACR,KAAK,2BAA2B,CAAC,OAAO;YACtC,OAAO,GAAG,yBAAyB,CAAC,YAAY,CAAC,CAAC;YAClD,MAAM;QACR,KAAK,2BAA2B,CAAC,OAAO;YACtC,OAAO,GAAG,yBAAyB,CAAC,YAAY,CAAC,CAAC;YAClD,MAAM;QACR;YACE,MAAM,IAAI,KAAK,CAAC,kCAAkC,YAAY,CAAC,IAAI,EAAE,CAAC,CAAC;IAC3E,CAAC;IAGD,mBAAmB,CAAC,GAAG,CAAC,cAAc,EAAE,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC,CAAC;IACrE,OAAO,OAAO,CAAC;AACjB,CAAC;AAED,SAAS,0BAA0B,CAAC,YAAY,EAAE,cAAc;IAC9D,MAAM,YAAY,GAChB,YAAY,CAAC,kBAAkB,CAAC,2BAA2B,CAAC,QAAQ,CAAC,CAAC;IACxE,MAAM,MAAM,GAAG,IAAI,GAAG,EAAE,CAAC;IAEzB,IAAI,oBAAoB,CAAC,YAAY,CAAC,EAAE,CAAC;QACvC,uBAAuB,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC;IAClD,CAAC;SAAM,CAAC;QACN,sBAAsB,CAAC,MAAM,EAAE,YAAY,CAAC,mBAAmB,CAAC,CAAC;IACnE,CAAC;IAED,OAAO,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC;SACtB,GAAG,CAAC,MAAM,CAAC;SACX,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;AAC3B,CAAC;AAED,SAAS,uBAAuB,CAAC,MAAM,EAAE,cAAc;IACrD,MAAM,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAC/C,MAAM,UAAU,GAAG,MAAM,CAAC,aAAa,EAAE,CAAC;IAC1C,UAAU,CAAC,OAAO,CAAC,CAAC,YAAY,EAAE,EAAE;QAClC,IAAI,YAAY,KAAK,CAAC,EAAE,CAAC;YACvB,MAAM,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC3B,CAAC;IACH,CAAC,CAAC,CAAC;AACL,CAAC;AAED,SAAS,sBAAsB,CAAC,MAAM,EAAE,mBAAmB;IACzD,mBAAmB,CAAC,OAAO,CAAC,CAAC,mBAAmB,EAAE,EAAE;QAClD,MAAM,KAAK,GAAG,KAAK,CAAC,QAAQ,CAAC,mBAAmB,CAAC,CAAC;QAClD,MAAM,UAAU,GAAG,KAAK,CAAC,YAAY,EAAE,CAAC;QACxC,UAAU,CAAC,OAAO,CAAC,CAAC,YAAY,EAAE,EAAE;YAClC,IAAI,YAAY,KAAK,CAAC,EAAE,CAAC;gBACvB,MAAM,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;YAC3B,CAAC;QACH,CAAC,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;AACL,CAAC;AAED,SAAS,yBAAyB,CAAC,YAAY;IAC7C,MAAM,EAAE,iBAAiB,EAAE,WAAW,EAAE,GACtC,YAAY,CAAC,kBAAkB,CAAC,OAAO,IAAI,EAAE,CAAC;IAChD,IAAI,CAAC,WAAW,EAAE,CAAC;QACjB,MAAM,IAAI,KAAK,CACb,2CAA2C,YAAY,CAAC,cAAc,EAAE,CACzE,CAAC;IACJ,CAAC;IAED,MAAM,OAAO,GAAG,IAAI,GAAG,CAAC,CAAC,GAAG,iBAAiB,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;IACvD,WAAW,CAAC,OAAO,CAAC,CAAC,UAAU,EAAE,EAAE;QACjC,MAAM,QAAQ,GAAG,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;QAC/C,OAAO,CAAC,GAAG,CAAE,QAAQ,CAAC,IAA0B,CAAC,eAAe,EAAE,CAAC,CAAC;IACtE,CAAC,CAAC,CAAC;IAEH,OAAO,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;AACnD,CAAC;AAED,SAAS,yBAAyB,CAAC,YAAY;IAC7C,MAAM,WAAW,GACf,YAAY,CAAC,kBAAkB,CAAC,OAAO,EAAE,WAAW,IAAI,EAAE,CAAC;IAC7D,OAAO,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,CAAC;SAClC,GAAG,CAAC,MAAM,CAAC;SACX,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;AAC3B,CAAC;AAED,OAAO,EAAE,uBAAuB,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/utilities/segmentation/index.ts"],"names":[],"mappings":"AAAA,OAAO,sBAAsB,MAAM,0BAA0B,CAAC;AAC9D,OAAO,kCAAkC,MAAM,sCAAsC,CAAC;AACtF,OAAO,4BAA4B,MAAM,gCAAgC,CAAC;AAC1E,OAAO,2BAA2B,MAAM,+BAA+B,CAAC;AACxE,OAAO,8BAA8B,MAAM,kCAAkC,CAAC;AAC9E,OAAO,+BAA+B,MAAM,mCAAmC,CAAC;AAChF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,EACL,wBAAwB,EACxB,wBAAwB,GACzB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,6BAA6B,EAC7B,6BAA6B,GAC9B,MAAM,8BAA8B,CAAC;AACtC,OAAO,4BAA4B,MAAM,gCAAgC,CAAC;AAC1E,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,kCAAkC,MAAM,sCAAsC,CAAC;AACtF,OAAO,2BAA2B,MAAM,+BAA+B,CAAC;AACxE,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AACpG,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAEpD,OAAO,EACL,sBAAsB,EACtB,4BAA4B,EAC5B,2BAA2B,EAC3B,8BAA8B,EAC9B,+BAA+B,EAC/B,kCAAkC,EAClC,yBAAyB,EACzB,SAAS,EACT,wBAAwB,EACxB,wBAAwB,EACxB,6BAA6B,EAC7B,6BAA6B,EAC7B,4BAA4B,EAC5B,yBAAyB,EACzB,kCAAkC,EAClC,2BAA2B,EAC3B,oBAAoB,EACpB,qBAAqB,EACrB,uBAAuB,EACvB,sBAAsB,EACtB,0BAA0B,EAC1B,uCAAuC,EACvC,qBAAqB,GACtB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"invalidateBrushCursor.js","sourceRoot":"","sources":["../../../../src/utilities/segmentation/invalidateBrushCursor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAE5D,OAAO,qCAAqC,MAAM,0CAA0C,CAAC;AAC7F,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AASpD,MAAM,UAAU,qBAAqB,CAAC,WAAmB;IACvD,MAAM,SAAS,GAAG,YAAY,CAAC,WAAW,CAAC,CAAC;IAE5C,IAAI,SAAS,KAAK,SAAS,EAAE,CAAC;QAC5B,OAAO;IACT,CAAC;IAED,MAAM,uBAAuB,GAAG,qBAAqB,CAAC,WAAW,CAAC,CAAC;IAEnE,uBAAuB,CAAC,OAAO,CAAC,CAAC,IAAe,EAAE,EAAE;QAElD,IAAI,CAAC,qBAAqB,EAAE,CAAC;IAC/B,CAAC,CAAC,CAAC;IAGH,MAAM,aAAa,GAAG,SAAS,CAAC,gBAAgB,EAAE,CAAC;IAEnD,MAAM,kBAAkB,GAAG,MAAM,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,GAAG,CACvD,CAAC,GAAG,EAAE,EAAE,CAAC,aAAa,CAAC,GAAG,CAAC,CAC5B,CAAC;IAEF,IAAI,CAAC,kBAAkB,CAAC,MAAM,EAAE,CAAC;QAC/B,OAAO;IACT,CAAC;IAED,MAAM,EAAE,iBAAiB,EAAE,GAAG,kBAAkB,CAAC,CAAC,CAAC,CAAC;IAIpD,MAAM,WAAW,GAAG,SAAS,CAAC,cAAc,EAAE,CAAC;IAE/C,MAAM,eAAe,GAAG,kBAAkB,CAAC,iBAAiB,CAAC,CAAC;IAE9D,qCAAqC,CAAC,eAAe,EAAE,WAAW,CAAC,CAAC;AACtE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"isLineInSegment.js","sourceRoot":"","sources":["../../../../src/utilities/segmentation/isLineInSegment.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { isValidLabelmapConfig } from '../../tools/displayTools/Labelmap/labelmapConfig';
|
|
2
|
-
import SegmentationRepresentation from '../../enums/SegmentationRepresentations';
|
|
3
|
-
export default function isValidRepresentationConfig(representationType, config) {
|
|
4
|
-
switch (representationType) {
|
|
5
|
-
case SegmentationRepresentation.Labelmap:
|
|
6
|
-
return isValidLabelmapConfig(config);
|
|
7
|
-
default:
|
|
8
|
-
throw new Error(`Unknown representation type: ${representationType}`);
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=isValidRepresentationConfig.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"isValidRepresentationConfig.js","sourceRoot":"","sources":["../../../../src/utilities/segmentation/isValidRepresentationConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kDAAkD,CAAC;AACzF,OAAO,0BAA0B,MAAM,yCAAyC,CAAC;AAUjF,MAAM,CAAC,OAAO,UAAU,2BAA2B,CACjD,kBAA0B,EAC1B,MAA4B;IAE5B,QAAQ,kBAAkB,EAAE,CAAC;QAC3B,KAAK,0BAA0B,CAAC,QAAQ;YACtC,OAAO,qBAAqB,CAAC,MAAM,CAAC,CAAC;QACvC;YACE,MAAM,IAAI,KAAK,CAAC,gCAAgC,kBAAkB,EAAE,CAAC,CAAC;IAC1E,CAAC;AACH,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rectangleROIThresholdVolumeByRange.js","sourceRoot":"","sources":["../../../../src/utilities/segmentation/rectangleROIThresholdVolumeByRange.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AACzD,OAAO,EACL,iCAAiC,EACjC,yBAAyB,GAC1B,MAAM,aAAa,CAAC;AAErB,OAAO,sBAAsB,MAAM,0BAA0B,CAAC;AAC9D,OAAO,oCAAoC,MAAM,0DAA0D,CAAC;AAgC5G,SAAS,kCAAkC,CACzC,cAAwB,EACxB,kBAAsC,EACtC,0BAAkD,EAClD,OAAyB;IAEzB,MAAM,WAAW,GAAG,cAAc,CAAC,GAAG,CAAC,CAAC,aAAa,EAAE,EAAE;QACvD,OAAO,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC;IAC5C,CAAC,CAAC,CAAC;IAEH,oBAAoB,CAAC,WAAW,CAAC,CAAC;IAElC,IAAI,SAAS,CAAC;IACd,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,0BAA0B,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;QAE3D,MAAM,UAAU,GACd,0BAA0B,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,aAAa,EAAE,CAAC,MAAM,CAAC;QAC9D,IAAI,UAAU,KAAK,kBAAkB,CAAC,aAAa,EAAE,CAAC,MAAM,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;YACxE,SAAS,GAAG,oCAAoC,CAC9C,WAAW,EACX,0BAA0B,CAAC,CAAC,CAAC,CAAC,MAAM,EACpC,OAAO,CACR,CAAC;QACJ,CAAC;IACH,CAAC;IAED,MAAM,wBAAwB,GAAG,sBAAsB,CACrD,kBAAkB,EAClB,0BAA0B,EAC1B,EAAE,GAAG,OAAO,EAAE,SAAS,EAAE,CAC1B,CAAC;IAEF,wBAAwB,CAAC,QAAQ,EAAE,CAAC;IAEpC,OAAO,wBAAwB,CAAC;AAClC,CAAC;AAED,SAAS,oBAAoB,CAAC,WAAW;IACvC,MAAM,cAAc,GAAG;QACrB,yBAAyB,CAAC,QAAQ;QAClC,iCAAiC,CAAC,QAAQ;KAC3C,CAAC;IAEF,KAAK,MAAM,UAAU,IAAI,WAAW,EAAE,CAAC;QACrC,MAAM,IAAI,GAAG,UAAU,CAAC,QAAQ,CAAC,QAAQ,CAAC;QAC1C,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC;YACnC,MAAM,IAAI,KAAK,CACb,sHAAsH,CACvH,CAAC;QACJ,CAAC;IACH,CAAC;AACH,CAAC;AAED,eAAe,kCAAkC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"segmentContourAction.js","sourceRoot":"","sources":["../../../../src/utilities/segmentation/segmentContourAction.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"thresholdSegmentationByRange.js","sourceRoot":"","sources":["../../../../src/utilities/segmentation/thresholdSegmentationByRange.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"thresholdVolumeByRange.js","sourceRoot":"","sources":["../../../../src/utilities/segmentation/thresholdVolumeByRange.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import { triggerEvent, eventTarget, getRenderingEngine, Enums, } from '@cornerstonejs/core';
|
|
2
|
-
import { Events as csToolsEvents } from '../../enums';
|
|
3
|
-
import { getToolGroup, getToolGroupForViewport, } from '../../store/ToolGroupManager';
|
|
4
|
-
import { SegmentationDisplayTool } from '../../tools';
|
|
5
|
-
class SegmentationRenderingEngine {
|
|
6
|
-
constructor() {
|
|
7
|
-
this._needsRender = new Set();
|
|
8
|
-
this._animationFrameSet = false;
|
|
9
|
-
this._animationFrameHandle = null;
|
|
10
|
-
this._renderFlaggedToolGroups = () => {
|
|
11
|
-
this._throwIfDestroyed();
|
|
12
|
-
const toolGroupIds = Array.from(this._needsRender.values());
|
|
13
|
-
for (const toolGroupId of toolGroupIds) {
|
|
14
|
-
this._triggerRender(toolGroupId);
|
|
15
|
-
this._needsRender.delete(toolGroupId);
|
|
16
|
-
if (this._needsRender.size === 0) {
|
|
17
|
-
this._animationFrameSet = false;
|
|
18
|
-
this._animationFrameHandle = null;
|
|
19
|
-
return;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
|
-
removeToolGroup(toolGroupId) {
|
|
25
|
-
this._needsRender.delete(toolGroupId);
|
|
26
|
-
if (this._needsRender.size === 0) {
|
|
27
|
-
this._reset();
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
renderToolGroupSegmentations(toolGroupId) {
|
|
31
|
-
this._setToolGroupSegmentationToBeRenderedNextFrame([toolGroupId]);
|
|
32
|
-
}
|
|
33
|
-
_throwIfDestroyed() {
|
|
34
|
-
if (this.hasBeenDestroyed) {
|
|
35
|
-
throw new Error('this.destroy() has been manually called to free up memory, can not longer use this instance. Instead make a new one.');
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
_setToolGroupSegmentationToBeRenderedNextFrame(toolGroupIds) {
|
|
39
|
-
toolGroupIds.forEach((toolGroupId) => {
|
|
40
|
-
this._needsRender.add(toolGroupId);
|
|
41
|
-
});
|
|
42
|
-
this._render();
|
|
43
|
-
}
|
|
44
|
-
_render() {
|
|
45
|
-
if (this._needsRender.size > 0 && this._animationFrameSet === false) {
|
|
46
|
-
this._animationFrameHandle = window.requestAnimationFrame(this._renderFlaggedToolGroups);
|
|
47
|
-
this._animationFrameSet = true;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
_triggerRender(toolGroupId) {
|
|
51
|
-
const toolGroup = getToolGroup(toolGroupId);
|
|
52
|
-
if (!toolGroup) {
|
|
53
|
-
console.warn(`No tool group found with toolGroupId: ${toolGroupId}`);
|
|
54
|
-
return;
|
|
55
|
-
}
|
|
56
|
-
const { viewportsInfo } = toolGroup;
|
|
57
|
-
const viewports = viewportsInfo
|
|
58
|
-
.map(({ viewportId, renderingEngineId }) => {
|
|
59
|
-
const renderingEngine = getRenderingEngine(renderingEngineId);
|
|
60
|
-
if (!renderingEngine) {
|
|
61
|
-
console.warn('rendering Engine has been destroyed');
|
|
62
|
-
return;
|
|
63
|
-
}
|
|
64
|
-
const viewport = renderingEngine.getViewport(viewportId);
|
|
65
|
-
if (viewport) {
|
|
66
|
-
return viewport;
|
|
67
|
-
}
|
|
68
|
-
})
|
|
69
|
-
.filter(Boolean);
|
|
70
|
-
const segmentationDisplayToolInstance = toolGroup.getToolInstance(SegmentationDisplayTool.toolName);
|
|
71
|
-
if (!segmentationDisplayToolInstance) {
|
|
72
|
-
console.warn('No segmentation tool found inside', toolGroupId);
|
|
73
|
-
return;
|
|
74
|
-
}
|
|
75
|
-
function onSegmentationRender(evt) {
|
|
76
|
-
const { element, viewportId, renderingEngineId } = evt.detail;
|
|
77
|
-
element.removeEventListener(Enums.Events.IMAGE_RENDERED, onSegmentationRender);
|
|
78
|
-
const toolGroup = getToolGroupForViewport(viewportId, renderingEngineId);
|
|
79
|
-
if (!toolGroup) {
|
|
80
|
-
console.warn('toolGroup has been destroyed');
|
|
81
|
-
return;
|
|
82
|
-
}
|
|
83
|
-
const eventDetail = {
|
|
84
|
-
toolGroupId: toolGroup.id,
|
|
85
|
-
viewportId,
|
|
86
|
-
};
|
|
87
|
-
triggerEvent(eventTarget, csToolsEvents.SEGMENTATION_RENDERED, {
|
|
88
|
-
...eventDetail,
|
|
89
|
-
});
|
|
90
|
-
}
|
|
91
|
-
viewports.forEach(({ element }) => {
|
|
92
|
-
element.addEventListener(Enums.Events.IMAGE_RENDERED, onSegmentationRender);
|
|
93
|
-
});
|
|
94
|
-
segmentationDisplayToolInstance.renderSegmentation(toolGroupId);
|
|
95
|
-
}
|
|
96
|
-
_reset() {
|
|
97
|
-
window.cancelAnimationFrame(this._animationFrameHandle);
|
|
98
|
-
this._needsRender.clear();
|
|
99
|
-
this._animationFrameSet = false;
|
|
100
|
-
this._animationFrameHandle = null;
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
const segmentationRenderingEngine = new SegmentationRenderingEngine();
|
|
104
|
-
function triggerSegmentationRender(toolGroupId) {
|
|
105
|
-
segmentationRenderingEngine.renderToolGroupSegmentations(toolGroupId);
|
|
106
|
-
}
|
|
107
|
-
export { segmentationRenderingEngine, triggerSegmentationRender };
|
|
108
|
-
export default triggerSegmentationRender;
|
|
109
|
-
//# sourceMappingURL=triggerSegmentationRender.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"triggerSegmentationRender.js","sourceRoot":"","sources":["../../../../src/utilities/segmentation/triggerSegmentationRender.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utilities.js","sourceRoot":"","sources":["../../../../src/utilities/segmentation/utilities.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/utilities/stackPrefetch/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAE1D,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stackContextPrefetch.js","sourceRoot":"","sources":["../../../../src/utilities/stackPrefetch/stackContextPrefetch.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stackPrefetch.js","sourceRoot":"","sources":["../../../../src/utilities/stackPrefetch/stackPrefetch.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stackPrefetchUtils.js","sourceRoot":"","sources":["../../../../src/utilities/stackPrefetch/stackPrefetchUtils.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../src/utilities/stackPrefetch/state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,MAAM,KAAK,GAAwB,EAAE,CAAC;AAEtC,SAAS,YAAY,CAAC,OAAuB,EAAE,IAAI;IACjD,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAClD,MAAM,EAAE,UAAU,EAAE,GAAG,cAAc,CAAC;IACtC,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;AAC3B,CAAC;AAED,SAAS,YAAY,CAAC,OAAuB;IAC3C,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAClD,MAAM,EAAE,UAAU,EAAE,GAAG,cAAc,CAAC;IACtC,OAAO,KAAK,CAAC,UAAU,CAAC,CAAC;AAC3B,CAAC;AAED,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"throttle.js","sourceRoot":"","sources":["../../../src/utilities/throttle.js"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,QAAQ,MAAM,YAAY,CAAC;AAgDlC,SAAS,QAAQ,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO;IACnC,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,QAAQ,GAAG,IAAI,CAAC;IAEpB,IAAI,OAAO,IAAI,KAAK,UAAU,EAAE,CAAC;QAC/B,MAAM,IAAI,SAAS,CAAC,qBAAqB,CAAC,CAAC;IAC7C,CAAC;IACD,IAAI,QAAQ,CAAC,OAAO,CAAC,EAAE,CAAC;QACtB,OAAO,GAAG,SAAS,IAAI,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC;QACpE,QAAQ,GAAG,UAAU,IAAI,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC;IAC1E,CAAC;IAED,OAAO,QAAQ,CAAC,IAAI,EAAE,IAAI,EAAE;QAC1B,OAAO;QACP,QAAQ;QACR,OAAO,EAAE,IAAI;KACd,CAAC,CAAC;AACL,CAAC;AAED,eAAe,QAAQ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/utilities/touch/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"triggerAnnotationRender.js","sourceRoot":"","sources":["../../../src/utilities/triggerAnnotationRender.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"triggerAnnotationRenderForToolGroupIds.js","sourceRoot":"","sources":["../../../src/utilities/triggerAnnotationRenderForToolGroupIds.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAc,MAAM,qBAAqB,CAAC;AACrE,OAAO,uBAAuB,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAOzD,MAAM,UAAU,sCAAsC,CACpD,YAAsB;IAEtB,YAAY,CAAC,OAAO,CAAC,CAAC,WAAW,EAAE,EAAE;QACnC,MAAM,SAAS,GAAG,YAAY,CAAC,WAAW,CAAC,CAAC;QAE5C,IAAI,CAAC,SAAS,EAAE,CAAC;YACf,OAAO,CAAC,IAAI,CAAC,+BAA+B,WAAW,EAAE,CAAC,CAAC;YAC3D,OAAO;QACT,CAAC;QAED,MAAM,aAAa,GAAG,SAAS,CAAC,gBAAgB,EAAE,CAAC;QAEnD,aAAa,CAAC,OAAO,CAAC,CAAC,YAAY,EAAE,EAAE;YACrC,MAAM,EAAE,iBAAiB,EAAE,UAAU,EAAE,GAAG,YAAY,CAAC;YAEvD,MAAM,eAAe,GAAG,kBAAkB,CAAC,iBAAiB,CAAC,CAAC;YAC9D,IAAI,CAAC,eAAe,EAAE,CAAC;gBACrB,OAAO,CAAC,IAAI,CAAC,qCAAqC,iBAAiB,EAAE,CAAC,CAAC;gBACvE,OAAO;YACT,CAAC;YAED,MAAM,QAAQ,GAAG,eAAe,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;YACzD,uBAAuB,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;QAC5C,CAAC,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;AACL,CAAC;AAED,eAAe,sCAAsC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"triggerAnnotationRenderForViewportIds.js","sourceRoot":"","sources":["../../../src/utilities/triggerAnnotationRenderForViewportIds.ts"],"names":[],"mappings":"AACA,OAAO,uBAAuB,MAAM,2BAA2B,CAAC;AAEhE,MAAM,UAAU,qCAAqC,CACnD,eAAuC,EACvC,mBAA6B;IAE7B,IAAI,CAAC,mBAAmB,CAAC,MAAM,IAAI,CAAC,eAAe,EAAE,CAAC;QACpD,OAAO;IACT,CAAC;IAED,mBAAmB,CAAC,OAAO,CAAC,CAAC,UAAU,EAAE,EAAE;QACzC,MAAM,QAAQ,GAAG,eAAe,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;QACzD,IAAI,CAAC,QAAQ,EAAE,CAAC;YACd,OAAO,CAAC,IAAI,CAAC,8BAA8B,UAAU,EAAE,CAAC,CAAC;YACzD,OAAO;QACT,CAAC;QACD,MAAM,EAAE,OAAO,EAAE,GAAG,QAAQ,CAAC;QAC7B,uBAAuB,CAAC,OAAO,CAAC,CAAC;IACnC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,eAAe,qCAAqC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/utilities/viewport/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,WAAW,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"isViewportPreScaled.js","sourceRoot":"","sources":["../../../../src/utilities/viewport/isViewportPreScaled.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,EACL,aAAa,EAEb,kBAAkB,GACnB,MAAM,qBAAqB,CAAC;AAE7B,SAAS,mBAAmB,CAC1B,QAAsD,EACtD,QAAgB;IAEhB,IAAI,QAAQ,YAAY,kBAAkB,EAAE,CAAC;QAC3C,MAAM,cAAc,GAAG,QAAQ,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;QACnD,MAAM,QAAQ,GACZ,cAAc,CAAC,MAAM,GAAG,CAAC;YACvB,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;YACjC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;QACxB,MAAM,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC;QACzC,OAAO,CAAC,CAAC,MAAM,EAAE,OAAO,IAAI,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC;IACrE,CAAC;SAAM,IAAI,QAAQ,YAAY,aAAa,EAAE,CAAC;QAC7C,MAAM,EAAE,QAAQ,EAAE,GAAG,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,CAAC;QACnD,OAAO,CAAC,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC5B,CAAC;SAAM,CAAC;QACN,OAAO,KAAK,CAAC;IACf,CAAC;AACH,CAAC;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { getEnabledElement, StackViewport, VolumeViewport, utilities as csUtils, } from '@cornerstonejs/core';
|
|
2
|
-
import clip from '../clip';
|
|
3
|
-
import scroll from '../scroll';
|
|
4
|
-
async function jumpToSlice(element, options = {}) {
|
|
5
|
-
const { imageIndex, debounceLoading, volumeId } = options;
|
|
6
|
-
const enabledElement = getEnabledElement(element);
|
|
7
|
-
if (!enabledElement) {
|
|
8
|
-
throw new Error('Element has been disabled');
|
|
9
|
-
}
|
|
10
|
-
const { viewport } = enabledElement;
|
|
11
|
-
const { imageIndex: currentImageIndex, numberOfSlices } = _getImageSliceData(viewport, debounceLoading);
|
|
12
|
-
const imageIndexToJump = _getImageIndexToJump(numberOfSlices, imageIndex);
|
|
13
|
-
const delta = imageIndexToJump - currentImageIndex;
|
|
14
|
-
scroll(viewport, { delta, debounceLoading, volumeId });
|
|
15
|
-
}
|
|
16
|
-
function _getImageSliceData(viewport, debounceLoading) {
|
|
17
|
-
if (viewport instanceof StackViewport) {
|
|
18
|
-
return {
|
|
19
|
-
numberOfSlices: viewport.getImageIds().length,
|
|
20
|
-
imageIndex: debounceLoading
|
|
21
|
-
? viewport.getTargetImageIdIndex()
|
|
22
|
-
: viewport.getCurrentImageIdIndex(),
|
|
23
|
-
};
|
|
24
|
-
}
|
|
25
|
-
else if (viewport instanceof VolumeViewport) {
|
|
26
|
-
return csUtils.getImageSliceDataForVolumeViewport(viewport);
|
|
27
|
-
}
|
|
28
|
-
else {
|
|
29
|
-
throw new Error('Unsupported viewport type');
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
function _getImageIndexToJump(numberOfSlices, imageIndex) {
|
|
33
|
-
const lastSliceIndex = numberOfSlices - 1;
|
|
34
|
-
return clip(imageIndex, 0, lastSliceIndex);
|
|
35
|
-
}
|
|
36
|
-
export default jumpToSlice;
|
|
37
|
-
//# sourceMappingURL=jumpToSlice.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"jumpToSlice.js","sourceRoot":"","sources":["../../../../src/utilities/viewport/jumpToSlice.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,aAAa,EACb,cAAc,EACd,SAAS,IAAI,OAAO,GAErB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,IAAI,MAAM,SAAS,CAAC;AAC3B,OAAO,MAAM,MAAM,WAAW,CAAC;AAY/B,KAAK,UAAU,WAAW,CACxB,OAAuB,EACvB,UAAU,EAAwB;IAElC,MAAM,EAAE,UAAU,EAAE,eAAe,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC;IAC1D,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAElD,IAAI,CAAC,cAAc,EAAE,CAAC;QACpB,MAAM,IAAI,KAAK,CAAC,2BAA2B,CAAC,CAAC;IAC/C,CAAC;IAED,MAAM,EAAE,QAAQ,EAAE,GAAG,cAAc,CAAC;IAEpC,MAAM,EAAE,UAAU,EAAE,iBAAiB,EAAE,cAAc,EAAE,GAAG,kBAAkB,CAC1E,QAAQ,EACR,eAAe,CAChB,CAAC;IAEF,MAAM,gBAAgB,GAAG,oBAAoB,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;IAC1E,MAAM,KAAK,GAAG,gBAAgB,GAAG,iBAAiB,CAAC;IAEnD,MAAM,CAAC,QAAQ,EAAE,EAAE,KAAK,EAAE,eAAe,EAAE,QAAQ,EAAE,CAAC,CAAC;AACzD,CAAC;AAED,SAAS,kBAAkB,CACzB,QAAsD,EACtD,eAAyB;IAEzB,IAAI,QAAQ,YAAY,aAAa,EAAE,CAAC;QACtC,OAAO;YACL,cAAc,EAAE,QAAQ,CAAC,WAAW,EAAE,CAAC,MAAM;YAC7C,UAAU,EAAE,eAAe;gBACzB,CAAC,CAAC,QAAQ,CAAC,qBAAqB,EAAE;gBAClC,CAAC,CAAC,QAAQ,CAAC,sBAAsB,EAAE;SACtC,CAAC;IACJ,CAAC;SAAM,IAAI,QAAQ,YAAY,cAAc,EAAE,CAAC;QAC9C,OAAO,OAAO,CAAC,kCAAkC,CAAC,QAAQ,CAAC,CAAC;IAC9D,CAAC;SAAM,CAAC;QACN,MAAM,IAAI,KAAK,CAAC,2BAA2B,CAAC,CAAC;IAC/C,CAAC;AACH,CAAC;AAED,SAAS,oBAAoB,CAC3B,cAAsB,EACtB,UAAkB;IAElB,MAAM,cAAc,GAAG,cAAc,GAAG,CAAC,CAAC;IAE1C,OAAO,IAAI,CAAC,UAAU,EAAE,CAAC,EAAE,cAAc,CAAC,CAAC;AAC7C,CAAC;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { VolumeViewport } from '@cornerstonejs/core';
|
|
2
|
-
import { vec3 } from 'gl-matrix';
|
|
3
|
-
export default function jumpToWorld(viewport, jumpWorld) {
|
|
4
|
-
if (!(viewport instanceof VolumeViewport)) {
|
|
5
|
-
return;
|
|
6
|
-
}
|
|
7
|
-
const { focalPoint } = viewport.getCamera();
|
|
8
|
-
const delta = [0, 0, 0];
|
|
9
|
-
vec3.sub(delta, jumpWorld, focalPoint);
|
|
10
|
-
_applyShift(viewport, delta);
|
|
11
|
-
return true;
|
|
12
|
-
}
|
|
13
|
-
function _applyShift(viewport, delta) {
|
|
14
|
-
const camera = viewport.getCamera();
|
|
15
|
-
const normal = camera.viewPlaneNormal;
|
|
16
|
-
const dotProd = vec3.dot(delta, normal);
|
|
17
|
-
const projectedDelta = vec3.fromValues(normal[0], normal[1], normal[2]);
|
|
18
|
-
vec3.scale(projectedDelta, projectedDelta, dotProd);
|
|
19
|
-
if (Math.abs(projectedDelta[0]) > 1e-3 ||
|
|
20
|
-
Math.abs(projectedDelta[1]) > 1e-3 ||
|
|
21
|
-
Math.abs(projectedDelta[2]) > 1e-3) {
|
|
22
|
-
const newFocalPoint = [0, 0, 0];
|
|
23
|
-
const newPosition = [0, 0, 0];
|
|
24
|
-
vec3.add(newFocalPoint, camera.focalPoint, projectedDelta);
|
|
25
|
-
vec3.add(newPosition, camera.position, projectedDelta);
|
|
26
|
-
viewport.setCamera({
|
|
27
|
-
focalPoint: newFocalPoint,
|
|
28
|
-
position: newPosition,
|
|
29
|
-
});
|
|
30
|
-
viewport.render();
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
//# sourceMappingURL=jumpToWorld.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"jumpToWorld.js","sourceRoot":"","sources":["../../../../src/utilities/viewport/jumpToWorld.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAGrD,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AASjC,MAAM,CAAC,OAAO,UAAU,WAAW,CACjC,QAA+B,EAC/B,SAAuB;IAGvB,IAAI,CAAC,CAAC,QAAQ,YAAY,cAAc,CAAC,EAAE,CAAC;QAC1C,OAAO;IACT,CAAC;IAED,MAAM,EAAE,UAAU,EAAE,GAAG,QAAQ,CAAC,SAAS,EAAE,CAAC;IAE5C,MAAM,KAAK,GAAiB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IACtC,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,SAAS,EAAE,UAAU,CAAC,CAAC;IAEvC,WAAW,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC;IAE7B,OAAO,IAAI,CAAC;AACd,CAAC;AAED,SAAS,WAAW,CAAC,QAAQ,EAAE,KAAK;IAClC,MAAM,MAAM,GAAG,QAAQ,CAAC,SAAS,EAAE,CAAC;IACpC,MAAM,MAAM,GAAG,MAAM,CAAC,eAAe,CAAC;IAEtC,MAAM,OAAO,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;IACxC,MAAM,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;IAExE,IAAI,CAAC,KAAK,CAAC,cAAc,EAAE,cAAc,EAAE,OAAO,CAAC,CAAC;IAEpD,IACE,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI;QAClC,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI;QAClC,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI,EAClC,CAAC;QACD,MAAM,aAAa,GAAiB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;QAC9C,MAAM,WAAW,GAAiB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;QAE5C,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE,MAAM,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3D,IAAI,CAAC,GAAG,CAAC,WAAW,EAAE,MAAM,CAAC,QAAQ,EAAE,cAAc,CAAC,CAAC;QAEvD,QAAQ,CAAC,SAAS,CAAC;YACjB,UAAU,EAAE,aAAa;YACzB,QAAQ,EAAE,WAAW;SACtB,CAAC,CAAC;QACH,QAAQ,CAAC,MAAM,EAAE,CAAC;IACpB,CAAC;AACH,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"filterViewportsWithFrameOfReferenceUID.js","sourceRoot":"","sources":["../../../../src/utilities/viewportFilters/filterViewportsWithFrameOfReferenceUID.ts"],"names":[],"mappings":"AAWA,MAAM,CAAC,OAAO,UAAU,sCAAsC,CAC5D,SAAiC,EACjC,mBAA2B;IAE3B,MAAM,YAAY,GAAG,SAAS,CAAC,MAAM,CAAC;IACtC,MAAM,gCAAgC,GAAG,EAAE,CAAC;IAE5C,KAAK,IAAI,EAAE,GAAG,CAAC,EAAE,EAAE,GAAG,YAAY,EAAE,EAAE,EAAE,EAAE,CAAC;QACzC,MAAM,QAAQ,GAAG,SAAS,CAAC,EAAE,CAAC,CAAC;QAE/B,IAAI,QAAQ,CAAC,sBAAsB,EAAE,KAAK,mBAAmB,EAAE,CAAC;YAC9D,gCAAgC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAClD,CAAC;IACH,CAAC;IAED,OAAO,gCAAgC,CAAC;AAC1C,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"filterViewportsWithParallelNormals.js","sourceRoot":"","sources":["../../../../src/utilities/viewportFilters/filterViewportsWithParallelNormals.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AASjC,MAAM,UAAU,kCAAkC,CAChD,SAAS,EACT,MAAM,EACN,GAAG,GAAG,KAAK;IAEX,OAAO,SAAS,CAAC,MAAM,CAAC,CAAC,QAAQ,EAAE,EAAE;QACnC,MAAM,QAAQ,GAAG,QAAQ,CAAC,SAAS,EAAE,CAAC;QAEtC,MAAM,UAAU,GACd,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC,eAAe,CAAC,CAAC;YACpE,GAAG,CAAC;QAEN,OAAO,UAAU,CAAC;IACpB,CAAC,CAAC,CAAC;AACL,CAAC;AAED,eAAe,kCAAkC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"filterViewportsWithSameOrientation.js","sourceRoot":"","sources":["../../../../src/utilities/viewportFilters/filterViewportsWithSameOrientation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,IAAI,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE3D,MAAM,UAAU,kCAAkC,CAAC,SAAS,EAAE,MAAM;IAClE,OAAO,SAAS,CAAC,MAAM,CAAC,CAAC,QAAQ,EAAE,EAAE;QACnC,MAAM,QAAQ,GAAG,QAAQ,CAAC,SAAS,EAAE,CAAC;QAGtC,OAAO,CACL,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC,eAAe,CAAC;YACjE,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,CAChD,CAAC;IACJ,CAAC,CAAC,CAAC;AACL,CAAC;AAED,eAAe,kCAAkC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"filterViewportsWithToolEnabled.js","sourceRoot":"","sources":["../../../../src/utilities/viewportFilters/filterViewportsWithToolEnabled.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,GAAG,SAAS,CAAC;AAU/C,MAAM,CAAC,OAAO,UAAU,8BAA8B,CACpD,SAAiC,EACjC,QAAgB;IAEhB,MAAM,YAAY,GAAG,SAAS,CAAC,MAAM,CAAC;IAEtC,MAAM,wBAAwB,GAAG,EAAE,CAAC;IAEpC,KAAK,IAAI,EAAE,GAAG,CAAC,EAAE,EAAE,GAAG,YAAY,EAAE,EAAE,EAAE,EAAE,CAAC;QACzC,MAAM,QAAQ,GAAG,SAAS,CAAC,EAAE,CAAC,CAAC;QAE/B,MAAM,SAAS,GAAG,gBAAgB,CAAC,uBAAuB,CACxD,QAAQ,CAAC,EAAE,EACX,QAAQ,CAAC,iBAAiB,CAC3B,CAAC;QAEF,IAAI,CAAC,SAAS,EAAE,CAAC;YACf,SAAS;QACX,CAAC;QAED,MAAM,OAAO,GAAG,uCAAuC,CACrD,SAAS,EACT,QAAQ,CACT,CAAC;QAEF,IAAI,OAAO,EAAE,CAAC;YACZ,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC1C,CAAC;IACH,CAAC;IAED,OAAO,wBAAwB,CAAC;AAClC,CAAC;AAWD,SAAS,uCAAuC,CAC9C,SAAqB,EACrB,QAAgB;IAEhB,MAAM,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC;IAClC,MAAM,IAAI,GAAG,WAAW,CAAC,QAAQ,CAAC,CAAC;IAEnC,IAAI,CAAC,IAAI,EAAE,CAAC;QACV,OAAO,KAAK,CAAC;IACf,CAAC;IAED,MAAM,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC;IAE3B,OAAO,QAAQ,KAAK,MAAM,IAAI,QAAQ,KAAK,OAAO,IAAI,QAAQ,KAAK,OAAO,CAAC;AAC7E,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getViewportIdsWithToolToRender.js","sourceRoot":"","sources":["../../../../src/utilities/viewportFilters/getViewportIdsWithToolToRender.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,sCAAsC,MAAM,0CAA0C,CAAC;AAC9F,OAAO,8BAA8B,MAAM,kCAAkC,CAAC;AAC9E,OAAO,kCAAkC,MAAM,sCAAsC,CAAC;AAatF,MAAM,CAAC,OAAO,UAAU,8BAA8B,CACpD,OAAuB,EACvB,QAAgB,EAChB,sBAAsB,GAAG,IAAI;IAE7B,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAClD,MAAM,EAAE,eAAe,EAAE,mBAAmB,EAAE,GAAG,cAAc,CAAC;IAEhE,IAAI,SAAS,GAAG,eAAe,CAAC,YAAY,EAAE,CAAC;IAE/C,SAAS,GAAG,sCAAsC,CAChD,SAAS,EACT,mBAAmB,CACpB,CAAC;IACF,SAAS,GAAG,8BAA8B,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC;IAEhE,MAAM,QAAQ,GAAG,eAAe,CAAC,WAAW,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC;IAExE,IAAI,sBAAsB,EAAE,CAAC;QAC3B,SAAS,GAAG,kCAAkC,CAC5C,SAAS,EACT,QAAQ,CAAC,SAAS,EAAE,CACrB,CAAC;IACJ,CAAC;IAED,MAAM,WAAW,GAAG,SAAS,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;IAEjD,OAAO,WAAW,CAAC;AACrB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/utilities/viewportFilters/index.ts"],"names":[],"mappings":"AAAA,OAAO,sCAAsC,MAAM,0CAA0C,CAAC;AAC9F,OAAO,8BAA8B,MAAM,kCAAkC,CAAC;AAC9E,OAAO,8BAA8B,MAAM,kCAAkC,CAAC;AAC9E,OAAO,kCAAkC,MAAM,sCAAsC,CAAC;AAEtF,OAAO,EACL,8BAA8B,EAC9B,sCAAsC,EACtC,8BAA8B,EAC9B,kCAAkC,GACnC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Colorbar.js","sourceRoot":"","sources":["../../../../../src/utilities/voi/colorbar/Colorbar.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ColorbarCanvas.js","sourceRoot":"","sources":["../../../../../src/utilities/voi/colorbar/ColorbarCanvas.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ColorbarTicks.js","sourceRoot":"","sources":["../../../../../src/utilities/voi/colorbar/ColorbarTicks.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ViewportColorbar.js","sourceRoot":"","sources":["../../../../../src/utilities/voi/colorbar/ViewportColorbar.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,cAAc,EACd,aAAa,EAEb,KAAK,EACL,SAAS,EACT,iBAAiB,GAClB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAE5D,MAAM,EAAE,MAAM,EAAE,GAAG,KAAK,CAAC;AACzB,MAAM,iBAAiB,GAAG,EAAE,KAAK,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;AAKxD,MAAM,gBAAiB,SAAQ,QAAQ;IAOrC,YAAY,KAA4B;QACtC,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;QACpC,MAAM,UAAU,GAAG,gBAAgB,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;QACtE,MAAM,QAAQ,GAAG,gBAAgB,CAAC,YAAY,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;QAElE,KAAK,CAAC,EAAE,GAAG,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,CAAC,CAAC;QAqFpC,kBAAa,GAAG,GAAG,EAAE;YAG3B,IAAI,IAAI,CAAC,mBAAmB,EAAE,CAAC;gBAC7B,OAAO;YACT,CAAC;YAED,MAAM,QAAQ,GAAG,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;YAElD,IAAI,QAAQ,IAAI,CAAC,EAAE,CAAC;gBAClB,IAAI,CAAC,SAAS,EAAE,CAAC;YACnB,CAAC;iBAAM,CAAC;gBACN,IAAI,CAAC,mBAAmB,GAAG,MAAM,CAAC,UAAU,CAAC,GAAG,EAAE;oBAEhD,IAAI,CAAC,mBAAmB,GAAG,CAAC,CAAC;oBAC7B,IAAI,CAAC,aAAa,EAAE,CAAC;gBACvB,CAAC,EAAE,QAAQ,CAAC,CAAC;YACf,CAAC;QACH,CAAC,CAAC;QAQM,2BAAsB,GAAG,GAAG,EAAE;YACpC,IAAI,CAAC,UAAU,GAAG,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnE,CAAC,CAAC;QAEM,iCAA4B,GAAG,CACrC,GAA8C,EAC9C,EAAE;YACF,MAAM,EAAE,QAAQ,EAAE,GAAG,GAAG,CAAC,MAAM,CAAC,WAAW,CAAC;YAE5C,IAAI,QAAQ,KAAK,IAAI,CAAC,SAAS,EAAE,CAAC;gBAChC,OAAO;YACT,CAAC;YAED,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;YACnC,IAAI,CAAC,UAAU,GAAG,gBAAgB,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;QACvE,CAAC,CAAC;QAEM,iCAA4B,GAAG,CACrC,GAAsC,EACtC,EAAE;YACF,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,GAAG,GAAG,CAAC,MAAM,CAAC;YACvE,MAAM,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC,cAAc,CAAC;YACzC,IAAI,UAAU,KAAK,QAAQ,CAAC,EAAE,IAAI,QAAQ,KAAK,IAAI,CAAC,SAAS,EAAE,CAAC;gBAC9D,OAAO;YACT,CAAC;YAED,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;YAEzB,IAAI,QAAQ,EAAE,CAAC;gBACb,IAAI,CAAC,kBAAkB,GAAG,QAAQ,CAAC,IAAI,CAAC;YAC1C,CAAC;YACD,IAAI,CAAC,oBAAoB,EAAE,CAAC;QAC9B,CAAC,CAAC;QAEM,sCAAiC,GAAG,CAC1C,GAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAE,GAAG,GAAG,CAAC,MAAM,CAAC;YACtD,MAAM,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC,cAAc,CAAC;YAEzC,IAAI,UAAU,KAAK,QAAQ,CAAC,EAAE,IAAI,QAAQ,KAAK,IAAI,CAAC,SAAS,EAAE,CAAC;gBAC9D,OAAO;YACT,CAAC;YAED,IAAI,CAAC,kBAAkB,GAAG,QAAQ,CAAC,IAAI,CAAC;QAC1C,CAAC,CAAC;QA1JA,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;QACxB,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAE1B,IAAI,CAAC,4BAA4B,EAAE,CAAC;IACtC,CAAC;IAED,IAAW,OAAO;QAChB,OAAO,IAAI,CAAC,QAAQ,CAAC;IACvB,CAAC;IAED,IAAW,cAAc;QACvB,OAAO,iBAAiB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC1C,CAAC;IAES,iBAAiB;QACzB,MAAM,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC,cAAc,CAAC;QACzC,OAAO,iBAAiB,CAAC,QAAQ,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;IACrD,CAAC;IAES,WAAW,CAAC,QAA0B;QAC9C,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;QAE5B,MAAM,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC,cAAc,CAAC;QAEzC,IAAI,QAAQ,YAAY,aAAa,EAAE,CAAC;YACtC,QAAQ,CAAC,aAAa,CAAC;gBACrB,QAAQ,EAAE,QAAQ;aACnB,CAAC,CAAC;YACH,QAAQ,CAAC,MAAM,EAAE,CAAC;QACpB,CAAC;aAAM,IAAI,QAAQ,YAAY,cAAc,EAAE,CAAC;YAC9C,MAAM,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;YACrC,MAAM,4BAA4B,GAAG,SAAS,CAAC,wBAAwB,CACrE,QAAQ,EACR,QAAQ,CAAC,iBAAiB,CAC3B,CAAC;YAEF,QAAQ,CAAC,aAAa,CAAC,EAAE,QAAQ,EAAE,EAAE,QAAQ,CAAC,CAAC;YAC/C,4BAA4B,CAAC,OAAO,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,MAAM,EAAE,CAAC,CAAC;QAC5D,CAAC;IACH,CAAC;IAEO,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,QAAS;QAC9C,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,QAAQ,EAAE,GAAG,cAAc,CAAC;QAEpC,MAAM,KAAK,GAAG,QAAQ;YACpB,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,QAAQ,CAAC;YAC7B,CAAC,CAAC,QAAQ,CAAC,eAAe,EAAE,CAAC;QAE/B,IAAI,CAAC,KAAK,EAAE,CAAC;YACX,OAAO,iBAAiB,CAAC;QAC3B,CAAC;QAED,MAAM,SAAS,GAAG,KAAK,CAAC,KAAK,CAAC,SAAS,EAAE,CAAC,YAAY,EAAE,CAAC;QACzD,MAAM,UAAU,GAAG,SAAS,CAAC,YAAY,EAAE,CAAC,UAAU,EAAE,CAAC,QAAQ,EAAE,CAAC;QAEpE,OAAO,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC;YAC/C,CAAC,CAAC,iBAAiB;YACnB,CAAC,CAAC,EAAE,KAAK,EAAE,UAAU,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,UAAU,CAAC,CAAC,CAAC,EAAE,CAAC;IACrD,CAAC;IAEO,MAAM,CAAC,YAAY,CAAC,OAAO,EAAE,QAAQ;QAC3C,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,QAAQ,EAAE,GAAG,cAAc,CAAC;QAEpC,MAAM,WAAW,GAAG,QAAQ;YAC1B,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,QAAQ,CAAC;YAC7B,CAAC,CAAC,QAAQ,CAAC,eAAe,EAAE,CAAC;QAE/B,IAAI,CAAC,WAAW,IAAI,CAAC,SAAS,CAAC,YAAY,CAAC,WAAW,CAAC,EAAE,CAAC;YACzD,OAAO,iBAAiB,CAAC;QAC3B,CAAC;QAED,MAAM,QAAQ,GAAI,WAAW,CAAC,KAA0B;aACrD,WAAW,EAAE;aACb,sBAAsB,CAAC,CAAC,CAAC;aACzB,QAAQ,EAAE,CAAC;QAEd,OAAO,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC;YAC3C,CAAC,CAAC,iBAAiB;YACnB,CAAC,CAAC,EAAE,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC;IACjD,CAAC;IAsBO,oBAAoB,CAAC,QAAQ,GAAG,IAAI;QAC1C,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,GAAG,EAAE,GAAG,QAAQ,CAAC;QAC5C,IAAI,CAAC,SAAS,EAAE,CAAC;QACjB,IAAI,CAAC,aAAa,EAAE,CAAC;IACvB,CAAC;IAiDO,4BAA4B;QAClC,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;QAEnC,WAAW,CAAC,gBAAgB,CAC1B,MAAM,CAAC,qBAAqB,EAC5B,IAAI,CAAC,4BAA4B,CAClC,CAAC;QAEF,OAAO,CAAC,gBAAgB,CACtB,MAAM,CAAC,eAAe,EACtB,IAAI,CAAC,sBAAsB,CAC5B,CAAC;QAEF,OAAO,CAAC,gBAAgB,CACtB,MAAM,CAAC,YAAY,EACnB,IAAI,CAAC,4BAA6C,CACnD,CAAC;QAEF,OAAO,CAAC,gBAAgB,CACtB,MAAM,CAAC,iBAAiB,EACxB,IAAI,CAAC,iCAAkD,CACxD,CAAC;IACJ,CAAC;CACF;AAED,OAAO,EAAE,gBAAgB,IAAI,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"areColorbarRangesEqual.js","sourceRoot":"","sources":["../../../../../../src/utilities/voi/colorbar/common/areColorbarRangesEqual.ts"],"names":[],"mappings":"AAEA,MAAM,sBAAsB,GAAG,CAC7B,CAAqB,EACrB,CAAqB,EACrB,EAAE;IACF,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,KAAK,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,KAAK,KAAK,CAAC,CAAC,KAAK,CAAC;AAClE,CAAC,CAAC;AAEF,OAAO,EAAE,sBAAsB,IAAI,OAAO,EAAE,sBAAsB,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"areColorbarSizesEqual.js","sourceRoot":"","sources":["../../../../../../src/utilities/voi/colorbar/common/areColorbarSizesEqual.ts"],"names":[],"mappings":"AAEA,MAAM,qBAAqB,GAAG,CAAC,CAAe,EAAE,CAAe,EAAE,EAAE;IACjE,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,KAAK,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,MAAM,KAAK,CAAC,CAAC,MAAM,CAAC;AACpE,CAAC,CAAC;AAEF,OAAO,EAAE,qBAAqB,IAAI,OAAO,EAAE,qBAAqB,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/utilities/voi/colorbar/common/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"isColorbarSizeValid.js","sourceRoot":"","sources":["../../../../../../src/utilities/voi/colorbar/common/isColorbarSizeValid.ts"],"names":[],"mappings":"AAEA,MAAM,mBAAmB,GAAG,CAAC,IAAkB,EAAE,EAAE;IACjD,OAAO,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,GAAG,CAAC,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;AACrD,CAAC,CAAC;AAEF,OAAO,EAAE,mBAAmB,IAAI,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"isRangeTextPositionValid.js","sourceRoot":"","sources":["../../../../../../src/utilities/voi/colorbar/common/isRangeTextPositionValid.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,UAAU,CAAC;AAErD,SAAS,wBAAwB,CAC/B,aAAqB,EACrB,cAAsB,EACtB,iBAA4C;IAE5C,MAAM,YAAY,GAAG,aAAa,IAAI,cAAc,CAAC;IACrD,MAAM,uBAAuB,GAAG,YAAY;QAC1C,CAAC,CAAC,CAAC,yBAAyB,CAAC,GAAG,EAAE,yBAAyB,CAAC,MAAM,CAAC;QACnE,CAAC,CAAC,CAAC,yBAAyB,CAAC,IAAI,EAAE,yBAAyB,CAAC,KAAK,CAAC,CAAC;IAEtE,OAAO,uBAAuB,CAAC,QAAQ,CAAC,iBAAiB,CAAC,CAAC;AAC7D,CAAC;AAED,OAAO,EAAE,wBAAwB,IAAI,OAAO,EAAE,wBAAwB,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"isRangeValid.js","sourceRoot":"","sources":["../../../../../../src/utilities/voi/colorbar/common/isRangeValid.ts"],"names":[],"mappings":"AAEA,MAAM,YAAY,GAAG,CAAC,KAAyB,EAAE,EAAE;IACjD,OAAO,KAAK,IAAI,KAAK,CAAC,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC;AAC5C,CAAC,CAAC;AAEF,OAAO,EAAE,YAAY,IAAI,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ColorbarRangeTextPosition.js","sourceRoot":"","sources":["../../../../../../src/utilities/voi/colorbar/enums/ColorbarRangeTextPosition.ts"],"names":[],"mappings":"AAKA,MAAM,CAAN,IAAY,yBAKX;AALD,WAAY,yBAAyB;IACnC,wCAAW,CAAA;IACX,0CAAa,CAAA;IACb,8CAAiB,CAAA;IACjB,4CAAe,CAAA;AACjB,CAAC,EALW,yBAAyB,KAAzB,yBAAyB,QAKpC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/utilities/voi/colorbar/enums/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/utilities/voi/colorbar/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AAIjC,OAAO,EAAE,KAAK,EAAE,CAAC;AAEjB,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ColorbarCanvasProps.js","sourceRoot":"","sources":["../../../../../../src/utilities/voi/colorbar/types/ColorbarCanvasProps.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ColorbarCommonProps.js","sourceRoot":"","sources":["../../../../../../src/utilities/voi/colorbar/types/ColorbarCommonProps.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ColorbarImageRange.js","sourceRoot":"","sources":["../../../../../../src/utilities/voi/colorbar/types/ColorbarImageRange.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ColorbarProps.js","sourceRoot":"","sources":["../../../../../../src/utilities/voi/colorbar/types/ColorbarProps.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ColorbarSize.js","sourceRoot":"","sources":["../../../../../../src/utilities/voi/colorbar/types/ColorbarSize.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ColorbarTicksProps.js","sourceRoot":"","sources":["../../../../../../src/utilities/voi/colorbar/types/ColorbarTicksProps.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ColorbarTicksStyle.js","sourceRoot":"","sources":["../../../../../../src/utilities/voi/colorbar/types/ColorbarTicksStyle.ts"],"names":[],"mappings":""}
|