@cornerstonejs/tools 2.0.0-beta.7 → 2.0.0
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 -18
- 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 -2750
- 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":"RectangleROITool.js","sourceRoot":"","sources":["../../../../src/tools/annotation/RectangleROITool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAEzC,OAAO,EACL,iBAAiB,EACjB,cAAc,EACd,SAAS,IAAI,OAAO,GACrB,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AACtF,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,QAAQ,MAAM,0BAA0B,CAAC;AAChD,OAAO,EACL,aAAa,EACb,cAAc,EACd,gBAAgB,GACjB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,kBAAkB,EAAE,MAAM,oDAAoD,CAAC;AACxF,OAAO,EAAE,mBAAmB,EAAE,MAAM,uDAAuD,CAAC;AAC5F,OAAO,EACL,0BAA0B,EAC1B,yBAAyB,GAC1B,MAAM,gDAAgD,CAAC;AACxD,OAAO,EACL,WAAW,IAAI,cAAc,EAC7B,iBAAiB,IAAI,oBAAoB,EACzC,qBAAqB,IAAI,WAAW,GACrC,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AACjF,OAAO,KAAK,SAAS,MAAM,gCAAgC,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,iCAAiC,MAAM,0DAA0D,CAAC;AACzG,OAAO,EACL,kBAAkB,EAClB,iBAAiB,GAClB,MAAM,6BAA6B,CAAC;AACrC,OAAO,qCAAqC,MAAM,uDAAuD,CAAC;AAY1G,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,8CAA8C,CAAC;AACnF,OAAO,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAElE,MAAM,EAAE,qBAAqB,EAAE,GAAG,OAAO,CAAC;AAyC1C,MAAM,gBAAiB,SAAQ,cAAc;IAe3C,YACE,YAA6B,EAAE,EAC/B,mBAA8B;QAC5B,yBAAyB,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC;QAC7C,aAAa,EAAE;YACb,MAAM,EAAE,IAAI;YACZ,yBAAyB,EAAE,KAAK;YAChC,YAAY,EAAE,mBAAmB;YACjC,eAAe,EAAE,oBAAoB;SACtC;KACF;QAED,KAAK,CAAC,SAAS,EAAE,gBAAgB,CAAC,CAAC;QAiBrC,qBAAgB,GAAG,CACjB,GAAoC,EACZ,EAAE;YAC1B,MAAM,WAAW,GAAG,GAAG,CAAC,MAAM,CAAC;YAC/B,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,GAAG,WAAW,CAAC;YAC/C,MAAM,QAAQ,GAAG,aAAa,CAAC,KAAK,CAAC;YAErC,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;YAClD,MAAM,EAAE,QAAQ,EAAE,eAAe,EAAE,GAAG,cAAc,CAAC;YAErD,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;YAEtB,MAAM,MAAM,GAAG,QAAQ,CAAC,SAAS,EAAE,CAAC;YACpC,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC;YAE3C,MAAM,iBAAiB,GAAG,IAAI,CAAC,oBAAoB,CACjD,QAAQ,EACR,QAAQ,EACR,eAAe,EACf,MAAM,CACP,CAAC;YAEF,MAAM,mBAAmB,GAAG,QAAQ,CAAC,sBAAsB,EAAE,CAAC;YAE9D,MAAM,UAAU,GAAG;gBACjB,WAAW,EAAE,IAAI;gBACjB,WAAW,EAAE,IAAI;gBACjB,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI,CAAC,WAAW,EAAE;oBAC5B,eAAe,EAAgB,CAAC,GAAG,eAAe,CAAC;oBACnD,MAAM,EAAgB,CAAC,GAAG,MAAM,CAAC;oBACjC,mBAAmB;oBACnB,iBAAiB;oBACjB,GAAG,QAAQ,CAAC,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;iBACrD;gBACD,IAAI,EAAE;oBACJ,KAAK,EAAE,EAAE;oBACT,OAAO,EAAE;wBACP,MAAM,EAAE;4BACQ,CAAC,GAAG,QAAQ,CAAC;4BACb,CAAC,GAAG,QAAQ,CAAC;4BACb,CAAC,GAAG,QAAQ,CAAC;4BACb,CAAC,GAAG,QAAQ,CAAC;yBAC5B;wBACD,OAAO,EAAE;4BACP,QAAQ,EAAE,KAAK;4BACf,aAAa,EAAgB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;4BACtC,gBAAgB,EAAE;gCAChB,OAAO,EAAgB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;gCAChC,QAAQ,EAAgB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;gCACjC,UAAU,EAAgB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;gCACnC,WAAW,EAAgB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;6BACrC;yBACF;wBACD,iBAAiB,EAAE,IAAI;qBACxB;oBACD,WAAW,EAAE,EAAE;iBAChB;aACF,CAAC;YAEF,aAAa,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;YAEnC,MAAM,mBAAmB,GAAG,8BAA8B,CACxD,OAAO,EACP,IAAI,CAAC,WAAW,EAAE,CACnB,CAAC;YAEF,IAAI,CAAC,QAAQ,GAAG;gBACd,UAAU;gBACV,mBAAmB;gBACnB,WAAW,EAAE,CAAC;gBACd,aAAa,EAAE,KAAK;gBACpB,aAAa,EAAE,IAAI;gBACnB,QAAQ,EAAE,KAAK;aAChB,CAAC;YACF,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;YAE5B,iBAAiB,CAAC,OAAO,CAAC,CAAC;YAE3B,GAAG,CAAC,cAAc,EAAE,CAAC;YAErB,qCAAqC,CAAC,eAAe,EAAE,mBAAmB,CAAC,CAAC;YAE5E,OAAO,UAAU,CAAC;QACpB,CAAC,CAAC;QAaF,oBAAe,GAAG,CAChB,OAAuB,EACvB,UAAkC,EAClC,YAA0B,EAC1B,SAAiB,EACR,EAAE;YACX,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;YAClD,MAAM,EAAE,QAAQ,EAAE,GAAG,cAAc,CAAC;YAEpC,MAAM,EAAE,IAAI,EAAE,GAAG,UAAU,CAAC;YAC5B,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC,OAAO,CAAC;YAEhC,MAAM,YAAY,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;YACvD,MAAM,YAAY,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;YAEvD,MAAM,IAAI,GAAG,IAAI,CAAC,6BAA6B,CAAC;gBAC9C,YAAY;gBACZ,YAAY;aACb,CAAC,CAAC;YAEH,MAAM,KAAK,GAAG,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;YACjD,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;YAE1C,MAAM,eAAe,GAAG,SAAS,CAAC,eAAe,CAC/C,CAAC,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,CAAC,EAC1B,KAAqB,CACtB,CAAC;YAEF,IAAI,eAAe,IAAI,SAAS,EAAE;gBAChC,OAAO,IAAI,CAAC;aACb;YAED,OAAO,KAAK,CAAC;QACf,CAAC,CAAC;QAEF,yBAAoB,GAAG,CACrB,GAAoC,EACpC,UAAkC,EAC5B,EAAE;YACR,MAAM,WAAW,GAAG,GAAG,CAAC,MAAM,CAAC;YAC/B,MAAM,EAAE,OAAO,EAAE,GAAG,WAAW,CAAC;YAEhC,UAAU,CAAC,WAAW,GAAG,IAAI,CAAC;YAE9B,MAAM,mBAAmB,GAAG,8BAA8B,CACxD,OAAO,EACP,IAAI,CAAC,WAAW,EAAE,CACnB,CAAC;YAEF,IAAI,CAAC,QAAQ,GAAG;gBACd,UAAU;gBACV,mBAAmB;gBACnB,aAAa,EAAE,KAAK;aACrB,CAAC;YAEF,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;YAE9B,iBAAiB,CAAC,OAAO,CAAC,CAAC;YAE3B,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;YAClD,MAAM,EAAE,eAAe,EAAE,GAAG,cAAc,CAAC;YAE3C,qCAAqC,CAAC,eAAe,EAAE,mBAAmB,CAAC,CAAC;YAE5E,GAAG,CAAC,cAAc,EAAE,CAAC;QACvB,CAAC,CAAC;QAEF,2BAAsB,GAAG,CACvB,GAAoC,EACpC,UAAkC,EAClC,MAAkB,EACZ,EAAE;YACR,MAAM,WAAW,GAAG,GAAG,CAAC,MAAM,CAAC;YAC/B,MAAM,EAAE,OAAO,EAAE,GAAG,WAAW,CAAC;YAChC,MAAM,EAAE,IAAI,EAAE,GAAG,UAAU,CAAC;YAE5B,UAAU,CAAC,WAAW,GAAG,IAAI,CAAC;YAE9B,IAAI,aAAa,GAAG,KAAK,CAAC;YAC1B,IAAI,WAAW,CAAC;YAEhB,IAAK,MAAwB,CAAC,aAAa,EAAE;gBAC3C,aAAa,GAAG,IAAI,CAAC;aACtB;iBAAM;gBACL,WAAW,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,MAAM,CAAC,CAAC;aAClE;YAGD,MAAM,mBAAmB,GAAG,8BAA8B,CACxD,OAAO,EACP,IAAI,CAAC,WAAW,EAAE,CACnB,CAAC;YAEF,IAAI,CAAC,QAAQ,GAAG;gBACd,UAAU;gBACV,mBAAmB;gBACnB,WAAW;gBACX,aAAa;aACd,CAAC;YACF,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;YAE9B,iBAAiB,CAAC,OAAO,CAAC,CAAC;YAE3B,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;YAClD,MAAM,EAAE,eAAe,EAAE,GAAG,cAAc,CAAC;YAE3C,qCAAqC,CAAC,eAAe,EAAE,mBAAmB,CAAC,CAAC;YAE5E,GAAG,CAAC,cAAc,EAAE,CAAC;QACvB,CAAC,CAAC;QAEF,iBAAY,GAAG,CAAC,GAAoC,EAAQ,EAAE;YAC5D,MAAM,WAAW,GAAG,GAAG,CAAC,MAAM,CAAC;YAC/B,MAAM,EAAE,OAAO,EAAE,GAAG,WAAW,CAAC;YAEhC,MAAM,EAAE,UAAU,EAAE,mBAAmB,EAAE,aAAa,EAAE,QAAQ,EAAE,GAChE,IAAI,CAAC,QAAQ,CAAC;YAChB,MAAM,EAAE,IAAI,EAAE,GAAG,UAAU,CAAC;YAE5B,IAAI,aAAa,IAAI,CAAC,QAAQ,EAAE;gBAC9B,OAAO;aACR;YAED,IAAI,CAAC,OAAO,CAAC,iBAAiB,GAAG,IAAI,CAAC;YAEtC,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;YAChC,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;YAE9B,kBAAkB,CAAC,OAAO,CAAC,CAAC;YAE5B,MAAM,EAAE,eAAe,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;YAEvD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;YACrB,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC;YAEvB,IACE,IAAI,CAAC,oBAAoB;gBACzB,IAAI,CAAC,aAAa,CAAC,yBAAyB,EAC5C;gBACA,gBAAgB,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;aAC5C;YAED,qCAAqC,CAAC,eAAe,EAAE,mBAAmB,CAAC,CAAC;YAE5E,IAAI,aAAa,EAAE;gBACjB,0BAA0B,CAAC,UAAU,CAAC,CAAC;aACxC;QACH,CAAC,CAAC;QAEF,kBAAa,GAAG,CAAC,GAAoC,EAAQ,EAAE;YAC7D,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;YAEtB,MAAM,WAAW,GAAG,GAAG,CAAC,MAAM,CAAC;YAC/B,MAAM,EAAE,OAAO,EAAE,GAAG,WAAW,CAAC;YAEhC,MAAM,EAAE,UAAU,EAAE,mBAAmB,EAAE,WAAW,EAAE,aAAa,EAAE,GACnE,IAAI,CAAC,QAAQ,CAAC;YAChB,MAAM,EAAE,IAAI,EAAE,GAAG,UAAU,CAAC;YAE5B,IAAI,aAAa,EAAE;gBAEjB,MAAM,EAAE,WAAW,EAAE,GAAG,WAA8C,CAAC;gBACvE,MAAM,aAAa,GAAG,WAAW,CAAC,KAAK,CAAC;gBAExC,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC,OAAO,CAAC;gBACjC,MAAM,EAAE,aAAa,EAAE,GAAG,OAAO,CAAC;gBAElC,aAAa,CAAC,CAAC,CAAC,IAAI,aAAa,CAAC,CAAC,CAAC,CAAC;gBACrC,aAAa,CAAC,CAAC,CAAC,IAAI,aAAa,CAAC,CAAC,CAAC,CAAC;gBACrC,aAAa,CAAC,CAAC,CAAC,IAAI,aAAa,CAAC,CAAC,CAAC,CAAC;gBAErC,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC;aACzB;iBAAM,IAAI,WAAW,KAAK,SAAS,EAAE;gBAEpC,MAAM,EAAE,WAAW,EAAE,GAAG,WAA8C,CAAC;gBACvE,MAAM,aAAa,GAAG,WAAW,CAAC,KAAK,CAAC;gBAExC,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC,OAAO,CAAC;gBAEhC,MAAM,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE;oBACvB,KAAK,CAAC,CAAC,CAAC,IAAI,aAAa,CAAC,CAAC,CAAC,CAAC;oBAC7B,KAAK,CAAC,CAAC,CAAC,IAAI,aAAa,CAAC,CAAC,CAAC,CAAC;oBAC7B,KAAK,CAAC,CAAC,CAAC,IAAI,aAAa,CAAC,CAAC,CAAC,CAAC;gBAC/B,CAAC,CAAC,CAAC;gBACH,UAAU,CAAC,WAAW,GAAG,IAAI,CAAC;aAC/B;iBAAM;gBAEL,MAAM,EAAE,aAAa,EAAE,GAAG,WAAW,CAAC;gBACtC,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;gBAClD,MAAM,EAAE,aAAa,EAAE,aAAa,EAAE,GAAG,cAAc,CAAC,QAAQ,CAAC;gBACjE,MAAM,QAAQ,GAAG,aAAa,CAAC,KAAK,CAAC;gBAErC,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC,OAAO,CAAC;gBAGhC,MAAM,CAAC,WAAW,CAAC,GAAG,CAAC,GAAG,QAAQ,CAAC,CAAC;gBAEpC,IAAI,gBAAgB,CAAC;gBACrB,IAAI,iBAAiB,CAAC;gBACtB,IAAI,aAAa,CAAC;gBAClB,IAAI,cAAc,CAAC;gBAEnB,IAAI,eAAe,CAAC;gBACpB,IAAI,gBAAgB,CAAC;gBACrB,IAAI,YAAY,CAAC;gBACjB,IAAI,aAAa,CAAC;gBAElB,QAAQ,WAAW,EAAE;oBACnB,KAAK,CAAC,CAAC;oBACP,KAAK,CAAC;wBAGJ,gBAAgB,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;wBAC5C,cAAc,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;wBAE1C,iBAAiB,GAAG,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC;wBAC7D,aAAa,GAAG,CAAC,gBAAgB,CAAC,CAAC,CAAC,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC;wBAEzD,gBAAgB,GAAG,aAAa,CAAC,iBAAiB,CAAC,CAAC;wBACpD,YAAY,GAAG,aAAa,CAAC,aAAa,CAAC,CAAC;wBAE5C,MAAM,CAAC,CAAC,CAAC,GAAG,gBAAgB,CAAC;wBAC7B,MAAM,CAAC,CAAC,CAAC,GAAG,YAAY,CAAC;wBAEzB,MAAM;oBACR,KAAK,CAAC,CAAC;oBACP,KAAK,CAAC;wBAEJ,iBAAiB,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;wBAC7C,aAAa,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;wBAEzC,gBAAgB,GAAiB;4BAC/B,aAAa,CAAC,CAAC,CAAC;4BAChB,iBAAiB,CAAC,CAAC,CAAC;yBACrB,CAAC;wBACF,cAAc,GAAiB;4BAC7B,iBAAiB,CAAC,CAAC,CAAC;4BACpB,aAAa,CAAC,CAAC,CAAC;yBACjB,CAAC;wBAEF,eAAe,GAAG,aAAa,CAAC,gBAAgB,CAAC,CAAC;wBAClD,aAAa,GAAG,aAAa,CAAC,cAAc,CAAC,CAAC;wBAE9C,MAAM,CAAC,CAAC,CAAC,GAAG,eAAe,CAAC;wBAC5B,MAAM,CAAC,CAAC,CAAC,GAAG,aAAa,CAAC;wBAE1B,MAAM;iBACT;gBACD,UAAU,CAAC,WAAW,GAAG,IAAI,CAAC;aAC/B;YAED,IAAI,CAAC,QAAQ,CAAC,QAAQ,GAAG,IAAI,CAAC;YAE9B,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;YAClD,MAAM,EAAE,eAAe,EAAE,GAAG,cAAc,CAAC;YAE3C,qCAAqC,CAAC,eAAe,EAAE,mBAAmB,CAAC,CAAC;QAC9E,CAAC,CAAC;QAEF,WAAM,GAAG,CAAC,OAAuB,EAAE,EAAE;YAEnC,IAAI,IAAI,CAAC,SAAS,EAAE;gBAClB,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC;gBACvB,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;gBAC9B,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;gBAChC,kBAAkB,CAAC,OAAO,CAAC,CAAC;gBAE5B,MAAM,EAAE,UAAU,EAAE,mBAAmB,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC;gBAEzE,MAAM,EAAE,IAAI,EAAE,GAAG,UAAU,CAAC;gBAE5B,UAAU,CAAC,WAAW,GAAG,KAAK,CAAC;gBAC/B,IAAI,CAAC,OAAO,CAAC,iBAAiB,GAAG,IAAI,CAAC;gBAEtC,MAAM,EAAE,eAAe,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;gBAEvD,qCAAqC,CACnC,eAAe,EACf,mBAAmB,CACpB,CAAC;gBAEF,IAAI,aAAa,EAAE;oBACjB,0BAA0B,CAAC,UAAU,CAAC,CAAC;iBACxC;gBAED,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;gBACrB,OAAO,UAAU,CAAC,aAAa,CAAC;aACjC;QACH,CAAC,CAAC;QAIF,kBAAa,GAAG,CAAC,OAAO,EAAE,EAAE;YAC1B,KAAK,CAAC,qBAAqB,GAAG,IAAI,CAAC;YAEnC,OAAO,CAAC,gBAAgB,CAAC,MAAM,CAAC,QAAQ,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;YAC7D,OAAO,CAAC,gBAAgB,CAAC,MAAM,CAAC,UAAU,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC;YAChE,OAAO,CAAC,gBAAgB,CAAC,MAAM,CAAC,UAAU,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC;YAChE,OAAO,CAAC,gBAAgB,CAAC,MAAM,CAAC,WAAW,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;YAEhE,OAAO,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;YAC9D,OAAO,CAAC,gBAAgB,CAAC,MAAM,CAAC,UAAU,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC;YAChE,OAAO,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;QAChE,CAAC,CAAC;QAKF,oBAAe,GAAG,CAAC,OAAO,EAAE,EAAE;YAC5B,KAAK,CAAC,qBAAqB,GAAG,KAAK,CAAC;YAEpC,OAAO,CAAC,mBAAmB,CAAC,MAAM,CAAC,QAAQ,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;YAChE,OAAO,CAAC,mBAAmB,CAAC,MAAM,CAAC,UAAU,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC;YACnE,OAAO,CAAC,mBAAmB,CAAC,MAAM,CAAC,UAAU,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC;YACnE,OAAO,CAAC,mBAAmB,CAAC,MAAM,CAAC,WAAW,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;YAEnE,OAAO,CAAC,mBAAmB,CAAC,MAAM,CAAC,SAAS,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;YACjE,OAAO,CAAC,mBAAmB,CAAC,MAAM,CAAC,UAAU,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC;YACnE,OAAO,CAAC,mBAAmB,CAAC,MAAM,CAAC,SAAS,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;QACnE,CAAC,CAAC;QAKF,oBAAe,GAAG,CAAC,OAAO,EAAE,EAAE;YAC5B,KAAK,CAAC,qBAAqB,GAAG,IAAI,CAAC;YAEnC,OAAO,CAAC,gBAAgB,CAAC,MAAM,CAAC,QAAQ,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;YAC7D,OAAO,CAAC,gBAAgB,CAAC,MAAM,CAAC,UAAU,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC;YAChE,OAAO,CAAC,gBAAgB,CAAC,MAAM,CAAC,WAAW,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;YAEhE,OAAO,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;YAC9D,OAAO,CAAC,gBAAgB,CAAC,MAAM,CAAC,UAAU,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC;YAChE,OAAO,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;QAChE,CAAC,CAAC;QAKF,sBAAiB,GAAG,CAAC,OAAO,EAAE,EAAE;YAC9B,KAAK,CAAC,qBAAqB,GAAG,KAAK,CAAC;YAEpC,OAAO,CAAC,mBAAmB,CAAC,MAAM,CAAC,QAAQ,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;YAChE,OAAO,CAAC,mBAAmB,CAAC,MAAM,CAAC,UAAU,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC;YACnE,OAAO,CAAC,mBAAmB,CAAC,MAAM,CAAC,WAAW,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;YAEnE,OAAO,CAAC,mBAAmB,CAAC,MAAM,CAAC,SAAS,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;YACjE,OAAO,CAAC,mBAAmB,CAAC,MAAM,CAAC,UAAU,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC;YACnE,OAAO,CAAC,mBAAmB,CAAC,MAAM,CAAC,SAAS,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;QACnE,CAAC,CAAC;QAUF,qBAAgB,GAAG,CACjB,cAAqC,EACrC,gBAAkC,EACzB,EAAE;YACX,IAAI,YAAY,GAAG,KAAK,CAAC;YACzB,MAAM,EAAE,QAAQ,EAAE,GAAG,cAAc,CAAC;YACpC,MAAM,EAAE,OAAO,EAAE,GAAG,QAAQ,CAAC;YAE7B,IAAI,WAAW,GAAG,cAAc,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,OAAO,CAAC,CAAC;YAE9D,IAAI,CAAC,WAAW,EAAE,MAAM,EAAE;gBACxB,OAAO,YAAY,CAAC;aACrB;YAED,WAAW,GAAG,IAAI,CAAC,uCAAuC,CACxD,OAAO,EACP,WAAW,CACZ,CAAC;YAEF,IAAI,CAAC,WAAW,EAAE,MAAM,EAAE;gBACxB,OAAO,YAAY,CAAC;aACrB;YAED,MAAM,QAAQ,GAAG,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;YAC5C,MAAM,eAAe,GAAG,QAAQ,CAAC,kBAAkB,EAAE,CAAC;YAEtD,MAAM,cAAc,GAAmB;gBACrC,WAAW,EAAE,IAAI,CAAC,WAAW;gBAC7B,QAAQ,EAAE,IAAI,CAAC,WAAW,EAAE;gBAC5B,UAAU,EAAE,cAAc,CAAC,QAAQ,CAAC,EAAE;aACvC,CAAC;YAEF,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,WAAW,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;gBAC3C,MAAM,UAAU,GAAG,WAAW,CAAC,CAAC,CAA2B,CAAC;gBAC5D,MAAM,EAAE,aAAa,EAAE,IAAI,EAAE,GAAG,UAAU,CAAC;gBAC3C,MAAM,EAAE,MAAM,EAAE,iBAAiB,EAAE,GAAG,IAAI,CAAC,OAAO,CAAC;gBACnD,MAAM,iBAAiB,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC;gBAEvE,cAAc,CAAC,aAAa,GAAG,aAAa,CAAC;gBAE7C,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC,kBAAkB,CAAC;oBAC7D,UAAU;oBACV,cAAc;iBACf,CAAC,CAAC;gBAEH,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,GAAG,QAAQ,CAAC,SAAS,EAAE,CAAC;gBAIzD,IACE,CAAC,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC;oBAC3B,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC,QAAQ,IAAI,IAAI,EAC3C;oBACA,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,GAAG;wBAC3B,QAAQ,EAAE,IAAI;wBACd,IAAI,EAAE,IAAI;wBACV,GAAG,EAAE,IAAI;wBACT,IAAI,EAAE,IAAI;wBACV,MAAM,EAAE,IAAI;wBACZ,QAAQ,EAAE,IAAI;qBACf,CAAC;oBAEF,IAAI,CAAC,qBAAqB,CACxB,UAAU,EACV,eAAe,EACf,MAAM,EACN,eAAe,EACf,cAAc,CACf,CAAC;iBACH;qBAAM,IAAI,UAAU,CAAC,WAAW,EAAE;oBACjC,IAAI,CAAC,8BAA8B,CACjC,UAAU,EACV,eAAe,EACf,MAAM,EACN,eAAe,EACf,cAAc,CACf,CAAC;oBASF,IAAI,QAAQ,YAAY,cAAc,EAAE;wBACtC,MAAM,EAAE,iBAAiB,EAAE,GAAG,UAAU,CAAC,QAAQ,CAAC;wBAIlD,KAAK,MAAM,QAAQ,IAAI,IAAI,CAAC,WAAW,EAAE;4BACvC,IAAI,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE;gCAClC,MAAM,SAAS,GAAG,eAAe,CAAC,iBAAiB,EAAE,CAAC;gCAEtD,MAAM,gBAAgB,GAAG,SAAS,CAAC,IAAI,CAAC,CAAC,EAAE,EAAE,EAAE;oCAG7C,MAAM,kBAAkB,GACtB,OAAO,CAAC,YAAY,CAAC,iBAAiB,CAAC,CAAC;oCAC1C,MAAM,WAAW,GAAG,EAAE,CAAC,WAAW,CAAC,kBAAkB,CAAC,CAAC;oCACvD,MAAM,eAAe,GAAG,OAAO,CAAC,YAAY,CAC1C,EAAE,CAAC,iBAAiB,EAAE,CACvB,CAAC;oCACF,OAAO,WAAW,IAAI,eAAe,KAAK,kBAAkB,CAAC;gCAC/D,CAAC,CAAC,CAAC;gCAEH,IAAI,gBAAgB,EAAE;oCACpB,OAAO,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;iCACnC;6BACF;yBACF;qBACF;iBACF;gBAGD,IAAI,CAAC,QAAQ,CAAC,kBAAkB,EAAE,EAAE;oBAClC,OAAO,CAAC,IAAI,CAAC,qCAAqC,CAAC,CAAC;oBACpD,OAAO,YAAY,CAAC;iBACrB;gBAED,IAAI,wBAAwB,CAAC;gBAE7B,IAAI,CAAC,mBAAmB,CAAC,aAAa,CAAC,EAAE;oBACvC,SAAS;iBACV;gBAED,IACE,CAAC,kBAAkB,CAAC,UAAU,CAAC;oBAC/B,CAAC,IAAI,CAAC,QAAQ;oBACd,iBAAiB,KAAK,IAAI,EAC1B;oBAEA,wBAAwB,GAAG,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,CAAC,CAAC;iBACnE;gBAED,IAAI,wBAAwB,EAAE;oBAC5B,MAAM,cAAc,GAAG,GAAG,CAAC;oBAE3B,cAAc,CACZ,gBAAgB,EAChB,aAAa,EACb,cAAc,EACd,wBAAwB,EACxB;wBACE,KAAK;qBACN,CACF,CAAC;iBACH;gBAED,MAAM,MAAM,GAAG,GAAG,aAAa,OAAO,CAAC;gBACvC,MAAM,YAAY,GAAG,GAAG,CAAC;gBACzB,WAAW,CACT,gBAAgB,EAChB,aAAa,EACb,YAAY,EACZ,iBAAiB,EACjB;oBACE,KAAK;oBACL,QAAQ;oBACR,SAAS;iBACV,EACD,MAAM,CACP,CAAC;gBAEF,YAAY,GAAG,IAAI,CAAC;gBAEpB,MAAM,OAAO,GAAG,IAAI,CAAC,qBAAqB,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;gBACvE,IAAI,CAAC,OAAO,CAAC,UAAU,EAAE;oBACvB,IAAI,CAAC,OAAO,CAAC,OAAO,GAAG;wBACrB,QAAQ,EAAE,KAAK;wBACf,aAAa,EAAgB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;wBACtC,gBAAgB,EAAE;4BAChB,OAAO,EAAgB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;4BAChC,QAAQ,EAAgB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;4BACjC,UAAU,EAAgB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;4BACnC,WAAW,EAAgB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;yBACrC;qBACF,CAAC;oBACF,SAAS;iBACV;gBAED,MAAM,SAAS,GAAG,IAAI,CAAC,aAAa,CAAC,YAAY,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;gBAClE,IAAI,CAAC,SAAS,IAAI,SAAS,CAAC,MAAM,KAAK,CAAC,EAAE;oBACxC,SAAS;iBACV;gBAED,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,QAAQ,EAAE;oBAClC,MAAM,mBAAmB,GAAG,sBAAsB,CAAC,iBAAiB,CAAC,CAAC;oBAEtE,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,aAAa;wBAChC,QAAQ,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;iBAC/C;gBAED,MAAM,eAAe,GAAG,QAAQ,CAAC,aAAa,CAC5C,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,aAAa,CACnC,CAAC;gBAEF,MAAM,UAAU,GAAG,GAAG,CAAC;gBACvB,MAAM,WAAW,GAAG,oBAAoB,CACtC,gBAAgB,EAChB,aAAa,EACb,UAAU,EACV,SAAS,EACT,eAAe,EACf,iBAAiB,EACjB,EAAE,EACF,OAAO,CACR,CAAC;gBAEF,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,WAAW,CAAC;gBAEvD,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,gBAAgB,GAAG;oBACtC,OAAO,EAAE,QAAQ,CAAC,aAAa,CAAC,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;oBAC5C,QAAQ,EAAE,QAAQ,CAAC,aAAa,CAAC,CAAC,IAAI,GAAG,KAAK,EAAE,GAAG,CAAC,CAAC;oBACrD,UAAU,EAAE,QAAQ,CAAC,aAAa,CAAC,CAAC,IAAI,EAAE,GAAG,GAAG,MAAM,CAAC,CAAC;oBACxD,WAAW,EAAE,QAAQ,CAAC,aAAa,CAAC,CAAC,IAAI,GAAG,KAAK,EAAE,GAAG,GAAG,MAAM,CAAC,CAAC;iBAClE,CAAC;aACH;YAED,OAAO,YAAY,CAAC;QACtB,CAAC,CAAC;QAEF,kCAA6B,GAAG,CAC9B,MAA2B,EAM3B,EAAE;YACF,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,MAAM,CAAC;YAEhC,OAAO;gBACL,IAAI,EAAE,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC;gBACpC,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC;gBACnC,KAAK,EAAE,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;gBACtC,MAAM,EAAE,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;aACxC,CAAC;QACJ,CAAC,CAAC;QAaF,0BAAqB,GAAG,CACtB,UAAU,EACV,eAAe,EACf,MAAM,EACN,eAAe,EACf,cAAc,EACd,EAAE;YACF,MAAM,EAAE,IAAI,EAAE,GAAG,UAAU,CAAC;YAC5B,MAAM,EAAE,QAAQ,EAAE,GAAG,cAAc,CAAC;YACpC,MAAM,EAAE,OAAO,EAAE,GAAG,QAAQ,CAAC;YAE7B,MAAM,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;YACzC,MAAM,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;YACzC,MAAM,EAAE,WAAW,EAAE,GAAG,IAAI,CAAC;YAE7B,MAAM,SAAS,GAAG,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;YAE3C,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;gBACzC,MAAM,QAAQ,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;gBAE9B,MAAM,KAAK,GAAG,IAAI,CAAC,gBAAgB,CAAC,QAAQ,EAAE,eAAe,CAAC,CAAC;gBAK/D,IAAI,CAAC,KAAK,EAAE;oBACV,SAAS;iBACV;gBAED,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;gBAElD,MAAM,SAAS,GAAG,qBAAqB,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;gBAE9D,SAAS,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;gBACxC,SAAS,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;gBACxC,SAAS,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;gBAExC,MAAM,SAAS,GAAG,qBAAqB,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;gBAE9D,SAAS,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;gBACxC,SAAS,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;gBACxC,SAAS,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;gBAKxC,IAAI,IAAI,CAAC,eAAe,CAAC,SAAS,EAAE,SAAS,EAAE,UAAU,CAAC,EAAE;oBAC1D,IAAI,CAAC,oBAAoB,GAAG,KAAK,CAAC;oBAIlC,MAAM,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;oBAClD,MAAM,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;oBAElD,MAAM,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;oBAClD,MAAM,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;oBAElD,MAAM,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;oBAClD,MAAM,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;oBAElD,MAAM,SAAS,GAAG;wBAChB,CAAC,IAAI,EAAE,IAAI,CAAC;wBACZ,CAAC,IAAI,EAAE,IAAI,CAAC;wBACZ,CAAC,IAAI,EAAE,IAAI,CAAC;qBACiC,CAAC;oBAEhD,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,iCAAiC,CACnE,eAAe,EACf,MAAM,EACN,SAAS,EACT,SAAS,CACV,CAAC;oBAEF,MAAM,OAAO,GAAG,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;oBACvC,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,gCAAgC,CAC3D,KAAK,EACL,OAAO,CACR,CAAC;oBAEF,MAAM,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,UAAU,GAAG,WAAW,CAAC,GAAG,CAAC,KAAK,GAAG,KAAK,CAAC,CAAC;oBAElE,MAAM,mBAAmB,GAAG;wBAC1B,WAAW,EAAE,mBAAmB,CAAC,QAAQ,EAAE,QAAQ,CAAC;wBAEpD,WAAW,EAAE,IAAI,CAAC,WAAW,CAC3B,QAAQ,EACR,QAAQ,EACR,UAAU,CAAC,QAAQ,CAAC,iBAAiB,CACtC;qBACF,CAAC;oBAEF,MAAM,YAAY,GAAG,eAAe,CAClC,QAAQ,CAAC,QAAQ,EACjB,UAAU,CAAC,QAAQ,CAAC,iBAAiB,EACrC,mBAAmB,CACpB,CAAC;oBAEF,MAAM,aAAa,GAAG,oBAAoB,CACxC,SAAS,EACT,GAAG,EAAE,CAAC,IAAI,EACV,IAAI,CAAC,aAAa,CAAC,eAAe,CAAC,aAAa,EAChD,SAAS,CACV,CAAC;oBAEF,MAAM,KAAK,GAAG,IAAI,CAAC,aAAa,CAAC,eAAe,CAAC,aAAa,EAAE,CAAC;oBAEjE,WAAW,CAAC,QAAQ,CAAC,GAAG;wBACtB,QAAQ,EAAE,QAAQ,CAAC,QAAQ;wBAC3B,IAAI;wBACJ,IAAI,EAAE,KAAK,CAAC,IAAI,EAAE,KAAK;wBACvB,MAAM,EAAE,KAAK,CAAC,MAAM,EAAE,KAAK;wBAC3B,GAAG,EAAE,KAAK,CAAC,GAAG,EAAE,KAAK;wBACrB,UAAU,EAAE,KAAK,CAAC,KAAK;wBACvB,aAAa,EAAE,aAAa;wBAC5B,QAAQ,EAAE,SAAS;wBACnB,YAAY;qBACb,CAAC;iBACH;qBAAM;oBACL,IAAI,CAAC,oBAAoB,GAAG,IAAI,CAAC;oBACjC,WAAW,CAAC,QAAQ,CAAC,GAAG;wBACtB,QAAQ,EAAE,QAAQ,CAAC,QAAQ;qBAC5B,CAAC;iBACH;aACF;YAED,UAAU,CAAC,WAAW,GAAG,KAAK,CAAC;YAG/B,yBAAyB,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;YAE/C,OAAO,WAAW,CAAC;QACrB,CAAC,CAAC;QAEF,oBAAe,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,EAAE;YAC/C,OAAO,CACL,OAAO,CAAC,qBAAqB,CAAC,MAAM,EAAE,UAAU,CAAC;gBACjD,OAAO,CAAC,qBAAqB,CAAC,MAAM,EAAE,UAAU,CAAC,CAClD,CAAC;QACJ,CAAC,CAAC;QA51BA,IAAI,CAAC,8BAA8B,GAAG,QAAQ,CAC5C,IAAI,CAAC,qBAAqB,EAC1B,GAAG,EACH,EAAE,QAAQ,EAAE,IAAI,EAAE,CACnB,CAAC;IACJ,CAAC;CAw1BF;AASD,SAAS,mBAAmB,CAAC,IAAI,EAAE,QAAgB;IACjD,MAAM,iBAAiB,GAAG,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;IACrD,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,YAAY,EAAE,GAAG,iBAAiB,CAAC;IAE9E,IAAI,IAAI,KAAK,SAAS,EAAE;QACtB,OAAO;KACR;IAED,MAAM,SAAS,GAAa,EAAE,CAAC;IAE/B,SAAS,CAAC,IAAI,CAAC,SAAS,WAAW,CAAC,IAAI,CAAC,IAAI,QAAQ,EAAE,CAAC,CAAC;IACzD,SAAS,CAAC,IAAI,CAAC,SAAS,WAAW,CAAC,IAAI,CAAC,IAAI,YAAY,EAAE,CAAC,CAAC;IAC7D,SAAS,CAAC,IAAI,CAAC,QAAQ,WAAW,CAAC,GAAG,CAAC,IAAI,YAAY,EAAE,CAAC,CAAC;IAC3D,SAAS,CAAC,IAAI,CAAC,YAAY,WAAW,CAAC,MAAM,CAAC,IAAI,YAAY,EAAE,CAAC,CAAC;IAElE,OAAO,SAAS,CAAC;AACnB,CAAC;AAED,gBAAgB,CAAC,QAAQ,GAAG,cAAc,CAAC;AAC3C,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SplineContourSegmentationTool.js","sourceRoot":"","sources":["../../../../src/tools/annotation/SplineContourSegmentationTool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAE5C,MAAM,6BAA8B,SAAQ,aAAa;IAGvD,YAAY,SAA0B;QACpC,MAAM,YAAY,GAAG,SAAS,CAAC,SAAS,CACtC;YACE,aAAa,EAAE;gBACb,cAAc,EAAE,KAAK;aACtB;SACF,EACD,SAAS,CACV,CAAC;QAEF,KAAK,CAAC,YAAY,CAAC,CAAC;IACtB,CAAC;IAES,yBAAyB;QAEjC,OAAO,IAAI,CAAC;IACd,CAAC;CACF;AAED,6BAA6B,CAAC,QAAQ,GAAG,+BAA+B,CAAC;AACzE,eAAe,6BAA6B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SplineROITool.js","sourceRoot":"","sources":["../../../../src/tools/annotation/SplineROITool.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UltrasoundDirectionalTool.js","sourceRoot":"","sources":["../../../../src/tools/annotation/UltrasoundDirectionalTool.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VideoRedactionTool.js","sourceRoot":"","sources":["../../../../src/tools/annotation/VideoRedactionTool.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"closedContourEditLoop.js","sourceRoot":"","sources":["../../../../../src/tools/annotation/planarFreehandROITool/closedContourEditLoop.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AACvC,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACxC,OAAO,EACL,kBAAkB,EAClB,iBAAiB,GAClB,MAAM,gCAAgC,CAAC;AAExC,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAE3E,OAAO,EACL,qBAAqB,EACrB,YAAY,GACb,MAAM,uDAAuD,CAAC;AAC/D,OAAO,qCAAqC,MAAM,0DAA0D,CAAC;AAC7G,OAAO,qBAAqB,MAAM,mDAAmD,CAAC;AACtF,OAAO,EAAE,yBAAyB,EAAE,MAAM,mDAAmD,CAAC;AAE9F,MAAM,EAAE,iCAAiC,EAAE,sBAAsB,EAAE,OAAO,EAAE,GAC1E,QAAQ,CAAC;AAKX,SAAS,yBAAyB,CAChC,GAAoC,EACpC,UAAuC,EACvC,mBAA6B;IAE7B,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC;IAE5B,MAAM,WAAW,GAAG,GAAG,CAAC,MAAM,CAAC;IAC/B,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,GAAG,WAAW,CAAC;IAC/C,MAAM,SAAS,GAAG,aAAa,CAAC,MAAM,CAAC;IACvC,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAClD,IAAI,CAAC,cAAc,EAAE;QAEnB,OAAO;KACR;IACD,MAAM,EAAE,QAAQ,EAAE,GAAG,cAAc,CAAC;IAEpC,MAAM,gBAAgB,GAAG,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,GAAG,CAC3D,QAAQ,CAAC,aAAa,CACvB,CAAC;IAEF,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,iCAAiC,CAC/D,QAAQ,EACR,IAAI,CAAC,aAAa,CAAC,kBAAkB,CACtC,CAAC;IAEF,IAAI,CAAC,QAAQ,GAAG;QACd,gBAAgB;QAChB,gBAAgB,EAAE,CAAC,SAAS,CAAC;QAC7B,kBAAkB,EAAE,SAAS;QAC7B,SAAS,EAAE,CAAC;KACb,CAAC;IAEF,IAAI,CAAC,UAAU,GAAG;QAChB,UAAU;QACV,mBAAmB;QACnB,OAAO;QACP,IAAI;QACJ,IAAI;QACJ,aAAa,EAAE,KAAK;KACrB,CAAC;IAEF,KAAK,CAAC,qBAAqB,GAAG,IAAI,CAAC;IAEnC,OAAO,CAAC,gBAAgB,CACtB,MAAM,CAAC,QAAQ,EACf,IAAI,CAAC,gCAAgC,CACtC,CAAC;IACF,OAAO,CAAC,gBAAgB,CACtB,MAAM,CAAC,UAAU,EACjB,IAAI,CAAC,kCAAkC,CACxC,CAAC;IACF,OAAO,CAAC,gBAAgB,CACtB,MAAM,CAAC,WAAW,EAClB,IAAI,CAAC,gCAAgC,CACtC,CAAC;IAEF,OAAO,CAAC,gBAAgB,CACtB,MAAM,CAAC,SAAS,EAChB,IAAI,CAAC,gCAAgC,CACtC,CAAC;IACF,OAAO,CAAC,gBAAgB,CACtB,MAAM,CAAC,UAAU,EACjB,IAAI,CAAC,kCAAkC,CACxC,CAAC;IACF,OAAO,CAAC,gBAAgB,CACtB,MAAM,CAAC,SAAS,EAChB,IAAI,CAAC,gCAAgC,CACtC,CAAC;IAEF,iBAAiB,CAAC,OAAO,CAAC,CAAC;AAC7B,CAAC;AAKD,SAAS,2BAA2B,CAAC,OAAuB;IAC1D,KAAK,CAAC,qBAAqB,GAAG,KAAK,CAAC;IAEpC,OAAO,CAAC,mBAAmB,CACzB,MAAM,CAAC,QAAQ,EACf,IAAI,CAAC,gCAAgC,CACtC,CAAC;IACF,OAAO,CAAC,mBAAmB,CACzB,MAAM,CAAC,UAAU,EACjB,IAAI,CAAC,kCAAkC,CACxC,CAAC;IACF,OAAO,CAAC,mBAAmB,CACzB,MAAM,CAAC,WAAW,EAClB,IAAI,CAAC,gCAAgC,CACtC,CAAC;IAEF,OAAO,CAAC,mBAAmB,CACzB,MAAM,CAAC,SAAS,EAChB,IAAI,CAAC,gCAAgC,CACtC,CAAC;IACF,OAAO,CAAC,mBAAmB,CACzB,MAAM,CAAC,UAAU,EACjB,IAAI,CAAC,kCAAkC,CACxC,CAAC;IACF,OAAO,CAAC,mBAAmB,CACzB,MAAM,CAAC,SAAS,EAChB,IAAI,CAAC,gCAAgC,CACtC,CAAC;IAEF,kBAAkB,CAAC,OAAO,CAAC,CAAC;AAC9B,CAAC;AAOD,SAAS,kCAAkC,CACzC,GAAoC;IAEpC,MAAM,WAAW,GAAG,GAAG,CAAC,MAAM,CAAC;IAC/B,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,GAAG,WAAW,CAAC;IAC/C,MAAM,QAAQ,GAAG,aAAa,CAAC,KAAK,CAAC;IACrC,MAAM,SAAS,GAAG,aAAa,CAAC,MAAM,CAAC;IACvC,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAClD,MAAM,EAAE,eAAe,EAAE,QAAQ,EAAE,GAAG,cAAc,CAAC;IAErD,MAAM,EAAE,mBAAmB,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC,UAAU,CAAC;IACrE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC;IAE1E,MAAM,eAAe,GAAG,gBAAgB,CAAC,gBAAgB,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;IACtE,MAAM,cAAc,GAAG,QAAQ,CAAC,aAAa,CAAC,eAAe,CAAC,CAAC;IAE/D,MAAM,YAAY,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC;IAEnC,IAAI,CAAC,QAAQ,CAAC,YAAY,EAAE,QAAQ,EAAE,cAAc,CAAC,CAAC;IAEtD,MAAM,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC,CAAC;IACrD,MAAM,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC,CAAC;IAGrD,IAAI,KAAK,IAAI,OAAO,CAAC,CAAC,CAAC,IAAI,KAAK,IAAI,OAAO,CAAC,CAAC,CAAC,EAAE;QAE9C,OAAO;KACR;IAED,IAAI,kBAAkB,KAAK,SAAS,EAAE;QAGpC,IAAI,CAAC,+BAA+B,CAAC,GAAG,CAAC,CAAC;KAC3C;IAED,MAAM,cAAc,GAAG,sBAAsB,CAC3C,OAAO,EACP,gBAAgB,EAChB,SAAS,EACT,IAAI,CAAC,UAAU,CAChB,CAAC;IAEF,MAAM,gBAAgB,GAAG,SAAS,GAAG,cAAc,CAAC;IAEpD,IAAI,CAAC,QAAQ,CAAC,SAAS,GAAG,gBAAgB,CAAC;IAE3C,IAAI,kBAAkB,KAAK,SAAS,IAAI,gBAAgB,CAAC,MAAM,GAAG,CAAC,EAAE;QAGnE,IAAI,CAAC,qBAAqB,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;KACvC;IAED,IAAI,CAAC,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC,aAAa,EAAE,CAAC;IAE/C,IAAI,IAAI,CAAC,QAAQ,CAAC,SAAS,KAAK,CAAC,CAAC,EAAE;QAGlC,IAAI,CAAC,yBAAyB,CAAC,GAAG,CAAC,CAAC;QACpC,OAAO;KACR;IAED,IAAI,CAAC,QAAQ,CAAC,iBAAiB,GAAG,IAAI,CAAC,+BAA+B,CAAC,GAAG,CAAC,CAAC;IAE5E,IACE,kBAAkB,KAAK,SAAS;QAChC,IAAI,CAAC,sBAAsB,CAAC,GAAG,EAAE,IAAI,CAAC,EACtC;QAEA,IAAI,CAAC,+BAA+B,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,yBAAyB,CAAC,GAAG,CAAC,CAAC;KACrC;IAED,qCAAqC,CAAC,eAAe,EAAE,mBAAmB,CAAC,CAAC;AAC9E,CAAC;AAKD,SAAS,yBAAyB,CAAC,GAAoC;IACrE,MAAM,WAAW,GAAG,GAAG,CAAC,MAAM,CAAC;IAC/B,MAAM,EAAE,OAAO,EAAE,GAAG,WAAW,CAAC;IAChC,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAClD,MAAM,EAAE,QAAQ,EAAE,eAAe,EAAE,GAAG,cAAc,CAAC;IAErD,MAAM,EAAE,UAAU,EAAE,mBAAmB,EAAE,GAAG,IAAI,CAAC,UAAU,CAAC;IAC5D,MAAM,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC;IAE9D,qBAAqB,CACnB,UAAU,EACV;QACE,MAAM,EAAE,iBAAiB;QACzB,MAAM,EAAE,IAAI;QACZ,sBAAsB,EAAE,uBAAuB,CAAC,SAAS;KAC1D,EACD,QAAQ,CACT,CAAC;IAGF,IAAI,UAAU,CAAC,aAAa,EAAE;QAC5B,UAAU,CAAC,aAAa,GAAG,KAAK,CAAC;KAClC;IAED,yBAAyB,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IAE/C,MAAM,mBAAmB,GAAG,gBAAgB,CAAC,GAAG,EAAE,CAAC;IAEnD,IAAI,CAAC,QAAQ,GAAG;QACd,gBAAgB,EAAE,iBAAiB;QACnC,gBAAgB,EAAE,CAAC,mBAAmB,CAAC;QACvC,kBAAkB,EAAE,SAAS;QAC7B,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,SAAS;KACrB,CAAC;IAEF,qCAAqC,CAAC,eAAe,EAAE,mBAAmB,CAAC,CAAC;AAC9E,CAAC;AAmBD,SAAS,+BAA+B,CACtC,GAAoC;IAEpC,MAAM,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,SAAS,EAAE,GACzE,IAAI,CAAC,QAAQ,CAAC;IAEhB,IAAI,kBAAkB,KAAK,SAAS,IAAI,SAAS,KAAK,SAAS,EAAE;QAC/D,OAAO;KACR;IAED,MAAM,WAAW,GAAG,GAAG,CAAC,MAAM,CAAC;IAC/B,MAAM,EAAE,OAAO,EAAE,GAAG,WAAW,CAAC;IAGhC,MAAM,yBAAyB,GAAG,CAAC,GAAG,gBAAgB,CAAC,CAAC;IAExD,sBAAsB,CACpB,OAAO,EACP,yBAAyB,EACzB,gBAAgB,CAAC,SAAS,CAAC,EAC3B,IAAI,CAAC,UAAU,CAChB,CAAC;IAEF,IAAI,yBAAyB,CAAC,MAAM,GAAG,gBAAgB,CAAC,MAAM,EAAE;QAE9D,yBAAyB,CAAC,GAAG,EAAE,CAAC;KACjC;IAKD,IAAI,QAAQ,CAAC;IACb,IAAI,SAAS,CAAC;IAEd,IAAI,kBAAkB,GAAG,SAAS,EAAE;QAClC,QAAQ,GAAG,SAAS,CAAC;QACrB,SAAS,GAAG,kBAAkB,CAAC;KAChC;SAAM;QACL,QAAQ,GAAG,kBAAkB,CAAC;QAC9B,SAAS,GAAG,SAAS,CAAC;KACvB;IAED,MAAM,+BAA+B,GAAG,IAAI,CAAC,QAAQ,CACnD,gBAAgB,CAAC,QAAQ,CAAC,EAC1B,yBAAyB,CAAC,CAAC,CAAC,CAC7B,CAAC;IAEF,MAAM,8BAA8B,GAAG,IAAI,CAAC,QAAQ,CAClD,gBAAgB,CAAC,QAAQ,CAAC,EAC1B,yBAAyB,CAAC,yBAAyB,CAAC,MAAM,GAAG,CAAC,CAAC,CAChE,CAAC;IAEF,MAAM,gCAAgC,GAAG,IAAI,CAAC,QAAQ,CACpD,gBAAgB,CAAC,SAAS,CAAC,EAC3B,yBAAyB,CAAC,CAAC,CAAC,CAC7B,CAAC;IAEF,MAAM,+BAA+B,GAAG,IAAI,CAAC,QAAQ,CACnD,gBAAgB,CAAC,SAAS,CAAC,EAC3B,yBAAyB,CAAC,yBAAyB,CAAC,MAAM,GAAG,CAAC,CAAC,CAChE,CAAC;IAYF,MAAM,SAAS,GAAG,EAAE,CAAC;IAGrB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,QAAQ,EAAE,CAAC,EAAE,EAAE;QACjC,MAAM,WAAW,GAAG,gBAAgB,CAAC,CAAC,CAAC,CAAC;QAExC,SAAS,CAAC,IAAI,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;KAClD;IAKD,IAAI,eAAe,GACjB,+BAA+B,GAAG,+BAA+B,CAAC;IAEpE,IAAI,eAAe,GACjB,8BAA8B,GAAG,gCAAgC,CAAC;IAEpE,IAAI,eAAe,GAAG,eAAe,EAAE;QACrC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,yBAAyB,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;YACzD,MAAM,WAAW,GAAG,yBAAyB,CAAC,CAAC,CAAC,CAAC;YAEjD,SAAS,CAAC,IAAI,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;SAClD;KACF;SAAM;QACL,KAAK,IAAI,CAAC,GAAG,yBAAyB,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE;YAC9D,MAAM,WAAW,GAAG,yBAAyB,CAAC,CAAC,CAAC,CAAC;YAEjD,SAAS,CAAC,IAAI,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;SAClD;KACF;IAGD,KAAK,IAAI,CAAC,GAAG,SAAS,EAAE,CAAC,GAAG,gBAAgB,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;QACxD,MAAM,WAAW,GAAG,gBAAgB,CAAC,CAAC,CAAC,CAAC;QAExC,SAAS,CAAC,IAAI,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;KAClD;IAGD,MAAM,SAAS,GAAG,EAAE,CAAC;IAErB,KAAK,IAAI,CAAC,GAAG,QAAQ,EAAE,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,EAAE;QACzC,MAAM,WAAW,GAAG,gBAAgB,CAAC,CAAC,CAAC,CAAC;QAExC,SAAS,CAAC,IAAI,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;KAClD;IAED,eAAe;QACb,gCAAgC,GAAG,8BAA8B,CAAC;IAEpE,eAAe;QACb,+BAA+B,GAAG,+BAA+B,CAAC;IAEpE,IAAI,eAAe,GAAG,eAAe,EAAE;QACrC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,yBAAyB,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;YACzD,MAAM,WAAW,GAAG,yBAAyB,CAAC,CAAC,CAAC,CAAC;YAEjD,SAAS,CAAC,IAAI,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;SAClD;KACF;SAAM;QACL,KAAK,IAAI,CAAC,GAAG,yBAAyB,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE;YAC9D,MAAM,WAAW,GAAG,yBAAyB,CAAC,CAAC,CAAC,CAAC;YAEjD,SAAS,CAAC,IAAI,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;SAClD;KACF;IAED,MAAM,aAAa,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;IACzC,MAAM,aAAa,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;IAEzC,MAAM,cAAc,GAClB,aAAa,GAAG,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;IAExD,OAAO,cAAc,CAAC;AACxB,CAAC;AAKD,SAAS,gCAAgC,CACvC,GAAoC;IAEpC,MAAM,WAAW,GAAG,GAAG,CAAC,MAAM,CAAC;IAC/B,MAAM,EAAE,OAAO,EAAE,GAAG,WAAW,CAAC;IAEhC,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,CAAC;AAC1C,CAAC;AAKD,SAAS,yBAAyB,CAAC,OAAuB;IACxD,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAClD,MAAM,EAAE,QAAQ,EAAE,eAAe,EAAE,GAAG,cAAc,CAAC;IAErD,MAAM,EAAE,UAAU,EAAE,mBAAmB,EAAE,GAAG,IAAI,CAAC,UAAU,CAAC;IAC5D,MAAM,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC;IAE9D,IAAI,iBAAiB,EAAE;QACrB,MAAM,aAAa,GAAG,YAAY,CAAC,IAAI,CAAC,aAAa,EAAE,UAAU,CAAC;YAChE,CAAC,CAAC,qBAAqB,CACnB,IAAI,CAAC,aAAa,EAClB,iBAAiB,EACjB,gBAAgB,CACjB;YACH,CAAC,CAAC,iBAAiB,CAAC;QAEtB,MAAM,cAAc,GAAG,IAAI,CAAC,aAAa,EAAE,QAAQ,IAAI,EAAE,CAAC;QAE1D,qBAAqB,CACnB,UAAU,EACV;YACE,MAAM,EAAE,aAAa;YACrB,MAAM,EAAE,IAAI;YACZ,sBAAsB,EAAE,uBAAuB,CAAC,SAAS;SAC1D,EACD,QAAQ,EACR;YACE,QAAQ,EAAE;gBACR,OAAO,EAAE,CAAC,CAAC,cAAc,CAAC,OAAO;gBACjC,OAAO,EAAE,cAAc,CAAC,OAAO;aAChC;SACF,CACF,CAAC;QAGF,IAAI,UAAU,CAAC,aAAa,EAAE;YAC5B,UAAU,CAAC,aAAa,GAAG,KAAK,CAAC;SAClC;QAED,yBAAyB,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;KAChD;IAED,IAAI,CAAC,eAAe,GAAG,KAAK,CAAC;IAC7B,IAAI,CAAC,QAAQ,GAAG,SAAS,CAAC;IAC1B,IAAI,CAAC,UAAU,GAAG,SAAS,CAAC;IAE5B,qCAAqC,CAAC,eAAe,EAAE,mBAAmB,CAAC,CAAC;IAE5E,IAAI,CAAC,2BAA2B,CAAC,OAAO,CAAC,CAAC;AAC5C,CAAC;AAMD,SAAS,uBAAuB,CAAC,OAAuB;IACtD,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,CAAC;AAC1C,CAAC;AAKD,SAAS,6BAA6B,CAAC,YAAY;IACjD,YAAY,CAAC,yBAAyB;QACpC,yBAAyB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;IAC/C,YAAY,CAAC,2BAA2B;QACtC,2BAA2B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;IACjD,YAAY,CAAC,kCAAkC;QAC7C,kCAAkC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;IACxD,YAAY,CAAC,gCAAgC;QAC3C,gCAAgC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;IACtD,YAAY,CAAC,yBAAyB;QACpC,yBAAyB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;IAC/C,YAAY,CAAC,+BAA+B;QAC1C,+BAA+B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;IACrD,YAAY,CAAC,uBAAuB;QAClC,uBAAuB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;IAC7C,YAAY,CAAC,yBAAyB;QACpC,yBAAyB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;AACjD,CAAC;AAED,eAAe,6BAA6B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"drawLoop.js","sourceRoot":"","sources":["../../../../../src/tools/annotation/planarFreehandROITool/drawLoop.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"editLoopCommon.js","sourceRoot":"","sources":["../../../../../src/tools/annotation/planarFreehandROITool/editLoopCommon.ts"],"names":[],"mappings":"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"}
|
package/dist/esm/tools/annotation/planarFreehandROITool/findOpenUShapedContourVectorToPeak.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"findOpenUShapedContourVectorToPeak.js","sourceRoot":"","sources":["../../../../../src/tools/annotation/planarFreehandROITool/findOpenUShapedContourVectorToPeak.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAOjC,MAAM,CAAC,OAAO,UAAU,kCAAkC,CACxD,YAA4B,EAC5B,QAAsD;IAGtD,MAAM,KAAK,GAAG,YAAY,CAAC,CAAC,CAAC,CAAC;IAC9B,MAAM,IAAI,GAAG,YAAY,CAAC,YAAY,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;IAEnD,MAAM,qBAAqB,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC;IAE5C,IAAI,CAAC,GAAG,CAAC,qBAAqB,EAAE,IAAI,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;IACxE,IAAI,CAAC,SAAS,CAAC,qBAAqB,EAAE,qBAAqB,CAAC,CAAC;IAM7D,MAAM,aAAa,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC;IACpC,MAAM,aAAa,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC;IAEpC,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE,CAAC,qBAAqB,CAAC,CAAC,CAAC,EAAE,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC;IAC7E,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE,qBAAqB,CAAC,CAAC,CAAC,EAAE,CAAC,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC;IAG7E,MAAM,mBAAmB,GAAiB;QACxC,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC;QACxB,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC;KACzB,CAAC;IAIF,MAAM,QAAQ,GAAG;QACf,IAAI,EAAE,CAAC;QACP,KAAK,EAAE,IAAI;KACZ,CAAC;IAEF,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,YAAY,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;QAC5C,MAAM,WAAW,GAAG,YAAY,CAAC,CAAC,CAAC,CAAC;QAEpC,MAAM,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC,WAAW,EAAQ,mBAAmB,CAAC,CAAC;QAEnE,IAAI,QAAQ,GAAG,QAAQ,CAAC,IAAI,EAAE;YAC5B,QAAQ,CAAC,IAAI,GAAG,QAAQ,CAAC;YACzB,QAAQ,CAAC,KAAK,GAAG,CAAC,CAAC;SACpB;KACF;IAED,MAAM,UAAU,GAAiC;QAC/C,YAAY,CAAC,QAAQ,CAAC,KAAK,CAAC;QAC5B,mBAAmB;KACpB,CAAC;IACF,MAAM,eAAe,GAAG,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC;IAE/D,OAAO,eAAe,CAAC;AACzB,CAAC;AAED,MAAM,UAAU,0CAA0C,CACxD,cAAqC,EACrC,UAAuC;IAEvC,MAAM,EAAE,QAAQ,EAAE,GAAG,cAAc,CAAC;IACpC,MAAM,YAAY,GAAG,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,GAAG,CACvD,QAAQ,CAAC,aAAa,CACvB,CAAC;IAEF,OAAO,kCAAkC,CAAC,YAAY,EAAE,QAAQ,CAAC,CAAC;AACpE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"openContourEditLoop.js","sourceRoot":"","sources":["../../../../../src/tools/annotation/planarFreehandROITool/openContourEditLoop.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"openContourEndEditLoop.js","sourceRoot":"","sources":["../../../../../src/tools/annotation/planarFreehandROITool/openContourEndEditLoop.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AACvC,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAQnE,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AAEnD,MAAM,EAAE,iCAAiC,EAAE,GAAG,QAAQ,CAAC;AAMvD,SAAS,0BAA0B,CACjC,GAAoC,EACpC,UAAuC,EACvC,mBAA6B,EAC7B,MAAyB;IAEzB,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;IAEtB,MAAM,WAAW,GAAG,GAAG,CAAC,MAAM,CAAC;IAC/B,MAAM,EAAE,OAAO,EAAE,GAAG,WAAW,CAAC;IAChC,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAClD,MAAM,EAAE,QAAQ,EAAE,GAAG,cAAc,CAAC;IAEpC,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,iCAAiC,CAC/D,QAAQ,EACR,IAAI,CAAC,aAAa,CAAC,kBAAkB,CACtC,CAAC;IAEF,MAAM,YAAY,GAAG,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,GAAG,CACvD,QAAQ,CAAC,aAAa,CACvB,CAAC;IACF,MAAM,kBAAkB,GAAG,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,iBAAiB,CAAC;IAIrE,IAAI,kBAAkB,KAAK,CAAC,EAAE;QAC5B,YAAY,CAAC,OAAO,EAAE,CAAC;KACxB;IAED,IAAI,aAAa,GAAG,KAAK,CAAC;IAC1B,IAAK,MAAwB,EAAE,aAAa,EAAE;QAC5C,aAAa,GAAG,IAAI,CAAC;KACtB;IAED,IAAI,CAAC,QAAQ,GAAG;QACd,YAAY,EAAE,YAAY;QAC1B,aAAa,EAAE,YAAY,CAAC,MAAM,GAAG,CAAC;KACvC,CAAC;IAEF,IAAI,CAAC,UAAU,GAAG;QAChB,UAAU;QACV,mBAAmB;QACnB,OAAO;QACP,IAAI;QACJ,IAAI;QACJ,aAAa;KACd,CAAC;IAEF,KAAK,CAAC,qBAAqB,GAAG,IAAI,CAAC;IAGnC,OAAO,CAAC,gBAAgB,CAAC,MAAM,CAAC,QAAQ,EAAE,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACpE,OAAO,CAAC,gBAAgB,CAAC,MAAM,CAAC,UAAU,EAAE,IAAI,CAAC,qBAAqB,CAAC,CAAC;IACxE,OAAO,CAAC,gBAAgB,CAAC,MAAM,CAAC,WAAW,EAAE,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACvE,OAAO,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,EAAE,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACrE,OAAO,CAAC,gBAAgB,CAAC,MAAM,CAAC,UAAU,EAAE,IAAI,CAAC,qBAAqB,CAAC,CAAC;IACxE,OAAO,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,EAAE,IAAI,CAAC,mBAAmB,CAAC,CAAC;IAErE,iBAAiB,CAAC,OAAO,CAAC,CAAC;AAC7B,CAAC;AAKD,SAAS,8BAA8B,CAAC,YAAY;IAClD,YAAY,CAAC,0BAA0B;QACrC,0BAA0B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;AAClD,CAAC;AAED,eAAe,8BAA8B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"renderMethods.js","sourceRoot":"","sources":["../../../../../src/tools/annotation/planarFreehandROITool/renderMethods.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BSpline.js","sourceRoot":"","sources":["../../../../../src/tools/annotation/splines/BSpline.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,MAAM,gBAAgB,GAAG,IAAI,CAAC,cAAc,CAC1C,IAAI,CAAC,MAAM,EAAE,EACb,IAAI,CAAC,UAAU,CACZ,CAAC,EAAG,CAAC,EAAG,CAAC,EAAG,CAAC,EACd,CAAC,CAAC,EAAG,CAAC,EAAG,CAAC,EAAG,CAAC,EACb,CAAC,EAAE,CAAC,CAAC,EAAG,CAAC,EAAG,CAAC,EACd,CAAC,CAAC,EAAG,CAAC,EAAE,CAAC,CAAC,EAAG,CAAC,CACf,EACD,CAAC,GAAG,CAAC,CACM,CAAC;AAEd,MAAM,OAAQ,SAAQ,WAAW;IACrB,kBAAkB;QAC1B,OAAO,gBAAgB,CAAC;IAC1B,CAAC;CACF;AAED,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CardinalSpline.js","sourceRoot":"","sources":["../../../../../src/tools/annotation/splines/CardinalSpline.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,MAAM,cAAe,SAAQ,WAAW;IAItC,YAAY,KAA2B;QACrC,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,CAAC,MAAM,GAAG,KAAK,EAAE,KAAK,IAAI,GAAG,CAAC;QAClC,IAAI,CAAC,WAAW,GAAG,KAAK,EAAE,UAAU,IAAI,KAAK,CAAC;IAChD,CAAC;IAED,IAAW,KAAK;QACd,OAAO,IAAI,CAAC,MAAM,CAAC;IACrB,CAAC;IAED,IAAW,KAAK,CAAC,KAAa;QAC5B,IAAI,IAAI,CAAC,WAAW,IAAI,IAAI,CAAC,MAAM,KAAK,KAAK,EAAE;YAC7C,OAAO;SACR;QAED,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;QACpB,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC;IAC1B,CAAC;IAED,IAAW,UAAU;QACnB,OAAO,IAAI,CAAC,WAAW,CAAC;IAC1B,CAAC;IAES,kBAAkB;QAC1B,MAAM,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,IAAI,CAAC;QAC1B,MAAM,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC;QAGjB,OAAO;YACJ,CAAC,EAAO,CAAC,EAAQ,CAAC,EAAI,CAAC;YACxB,CAAC,CAAC,EAAO,CAAC,EAAQ,CAAC,EAAI,CAAC;YACxB,EAAE,EAAG,CAAC,GAAG,CAAC,EAAG,CAAC,GAAG,EAAE,EAAG,CAAC,CAAC;YACxB,CAAC,CAAC,EAAG,CAAC,GAAG,CAAC,EAAI,CAAC,GAAG,CAAC,EAAI,CAAC;SACzB,CAAC;IACJ,CAAC;CACF;AAED,OAAO,EAAE,cAAc,IAAI,OAAO,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CatmullRomSpline.js","sourceRoot":"","sources":["../../../../../src/tools/annotation/splines/CatmullRomSpline.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAYlD,MAAM,gBAAiB,SAAQ,cAAc;IAC3C;QACE,KAAK,CAAC,EAAE,KAAK,EAAE,GAAG,EAAE,UAAU,EAAE,IAAI,EAAE,CAAC,CAAC;IAC1C,CAAC;CACF;AAED,OAAO,EAAE,gBAAgB,IAAI,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CubicSpline.js","sourceRoot":"","sources":["../../../../../src/tools/annotation/splines/CubicSpline.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LinearSpline.js","sourceRoot":"","sources":["../../../../../src/tools/annotation/splines/LinearSpline.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAalD,MAAM,YAAa,SAAQ,cAAc;IACvC;QACE,KAAK,CAAC,EAAE,UAAU,EAAE,CAAC,EAAE,eAAe,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,EAAE,UAAU,EAAE,IAAI,EAAE,CAAC,CAAC;IAC9E,CAAC;CACF;AAED,OAAO,EAAE,YAAY,IAAI,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QuadraticBezier.js","sourceRoot":"","sources":["../../../../../src/tools/annotation/splines/QuadraticBezier.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,MAAM,gBAAgB,GAAG;IACtB,CAAC,EAAG,CAAC,EAAG,CAAC;IACV,CAAC,CAAC,EAAG,CAAC,EAAG,CAAC;IACT,CAAC,EAAE,CAAC,CAAC,EAAG,CAAC;CACX,CAAC;AAEF,MAAM,eAAgB,SAAQ,eAAe;IACpC,gBAAgB;QACrB,OAAO,IAAI,CAAC;IACd,CAAC;IAES,kBAAkB;QAC1B,OAAO,gBAAgB,CAAC;IAC1B,CAAC;CACF;AAED,OAAO,EAAE,eAAe,IAAI,OAAO,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QuadraticSpline.js","sourceRoot":"","sources":["../../../../../src/tools/annotation/splines/QuadraticSpline.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,MAAe,eAAgB,SAAQ,MAAM;IAEjC,eAAe;QACvB,OAAO,EAAE,CAAC;IACZ,CAAC;IAGS,eAAe;QACvB,OAAO,EAAE,CAAC;IACZ,CAAC;IAGM,uBAAuB,CAC5B,mBAAiC,EACjC,WAAoB;QAEpB,OAAO,EAAE,CAAC;IACZ,CAAC;CACF;AAED,OAAO,EAAE,eAAe,IAAI,OAAO,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Spline.js","sourceRoot":"","sources":["../../../../../src/tools/annotation/splines/Spline.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AnnotationDisplayTool.js","sourceRoot":"","sources":["../../../../src/tools/base/AnnotationDisplayTool.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AnnotationTool.js","sourceRoot":"","sources":["../../../../src/tools/base/AnnotationTool.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaseTool.js","sourceRoot":"","sources":["../../../../src/tools/base/BaseTool.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ContourBaseTool.js","sourceRoot":"","sources":["../../../../src/tools/base/ContourBaseTool.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ContourSegmentationBaseTool.js","sourceRoot":"","sources":["../../../../src/tools/base/ContourSegmentationBaseTool.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/tools/base/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAE5D,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,qBAAqB,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"contourConfig.js","sourceRoot":"","sources":["../../../../../src/tools/displayTools/Contour/contourConfig.ts"],"names":[],"mappings":"AAEA,MAAM,oBAAoB,GAAkB;IAC1C,aAAa,EAAE,IAAI;IACnB,yBAAyB,EAAE,CAAC;IAC5B,kBAAkB,EAAE,CAAC;IACrB,oBAAoB,EAAE,CAAC;IACvB,cAAc,EAAE,CAAC;IACjB,sBAAsB,EAAE,IAAI;IAC5B,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,SAAS;IAC9B,wBAAwB,EAAE,KAAK;IAC/B,8BAA8B,EAAE,CAAC;IACjC,UAAU,EAAE,IAAI;IAChB,SAAS,EAAE,GAAG;IACd,iBAAiB,EAAE,GAAG;IACtB,sBAAsB,EAAE,GAAG;CAC5B,CAAC;AAEF,SAAS,uBAAuB;IAC9B,OAAO,oBAAoB,CAAC;AAC9B,CAAC;AAED,eAAe,uBAAuB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"contourDisplay.js","sourceRoot":"","sources":["../../../../../src/tools/displayTools/Contour/contourDisplay.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
const configCachePerSegmentationRepresentationUID = new Map();
|
|
2
|
-
export function getConfigCache(segmentationRepresentationUID) {
|
|
3
|
-
return configCachePerSegmentationRepresentationUID.get(segmentationRepresentationUID);
|
|
4
|
-
}
|
|
5
|
-
export function setConfigCache(segmentationRepresentationUID, config) {
|
|
6
|
-
configCachePerSegmentationRepresentationUID.set(segmentationRepresentationUID, config);
|
|
7
|
-
}
|
|
8
|
-
export function deleteConfigCache(segmentationRepresentationUID) {
|
|
9
|
-
configCachePerSegmentationRepresentationUID.delete(segmentationRepresentationUID);
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=contourConfigCache.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"contourConfigCache.js","sourceRoot":"","sources":["../../../../../../src/tools/displayTools/Contour/contourHandler/contourConfigCache.ts"],"names":[],"mappings":"AAYA,MAAM,2CAA2C,GAAG,IAAI,GAAG,EAAE,CAAC;AAE9D,MAAM,UAAU,cAAc,CAC5B,6BAAqC;IAErC,OAAO,2CAA2C,CAAC,GAAG,CACpD,6BAA6B,CAC9B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,cAAc,CAC5B,6BAAqC,EACrC,MAAmB;IAEnB,2CAA2C,CAAC,GAAG,CAC7C,6BAA6B,EAC7B,MAAM,CACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iBAAiB,CAAC,6BAAqC;IACrE,2CAA2C,CAAC,MAAM,CAChD,6BAA6B,CAC9B,CAAC;AACJ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"handleContourSegmentation.js","sourceRoot":"","sources":["../../../../../../src/tools/displayTools/Contour/contourHandler/handleContourSegmentation.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../../src/tools/displayTools/Contour/contourHandler/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAS,MAAM,qBAAqB,CAAC;AACnD,OAAO,YAAY,MAAM,uCAAuC,CAAC;AACjE,OAAO,SAAS,MAAM,oCAAoC,CAAC;AAC3D,OAAO,WAAW,MAAM,2CAA2C,CAAC;AAepE,MAAM,UAAU,wBAAwB,CACtC,qBAA6D,EAC7D,SAAiB,EACjB,KAAa;IAEb,IAAI,qBAAqB,GACvB,qBAAqB,CAAC,qBAAqB,EAAE,CAAC,SAAS,CAAC,CAAC;IAE3D,IAAI,CAAC,qBAAqB,EAAE;QAE1B,qBAAqB;YACnB,qBAAqB,CAAC,qBAAqB,EAAE,CAAC,KAAK,CAAC,CAAC;KACxD;IAED,IAAI,CAAC,qBAAqB,EAAE;QAC1B,OAAO,IAAI,CAAC;KACb;IAED,OAAO,qBAAqB,CAAC,OAAO,CAAC;AACvC,CAAC;AAOD,MAAM,UAAU,gBAAgB,CAAC,QAAyB;IACxD,IAAI,CAAC,QAAQ,EAAE;QACb,MAAM,IAAI,KAAK,CAAC,oCAAoC,QAAQ,CAAC,EAAE,EAAE,CAAC,CAAC;KACpE;IAED,MAAM,UAAU,GAAG,QAAQ,CAAC,EAAE,CAAC;IAE/B,IAAI,QAAQ,CAAC,IAAI,KAAK,KAAK,CAAC,YAAY,CAAC,OAAO,EAAE;QAChD,MAAM,IAAI,KAAK,CACb,iBAAiB,QAAQ,CAAC,IAAI,+BAA+B,CAC9D,CAAC;KACH;IAED,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE;QAClB,OAAO,CAAC,IAAI,CACV,oCAAoC,UAAU,oBAAoB,CACnE,CAAC;QACF,OAAO;KACR;AACH,CAAC;AAUD,MAAM,UAAU,WAAW,CAAC,UAA6B;IACvD,MAAM,UAAU,GAAG,EAAE,CAAC;IAEtB,MAAM,MAAM,GAAG,SAAS,CAAC,WAAW,EAAE,CAAC;IACvC,MAAM,KAAK,GAAG,YAAY,CAAC,WAAW,EAAE,CAAC;IAIzC,IAAI,UAAU,GAAG,CAAC,CAAC;IACnB,UAAU,CAAC,WAAW,EAAE,CAAC,OAAO,CAAC,CAAC,OAAuB,EAAE,EAAE;QAC3D,MAAM,SAAS,GAAG,OAAO,CAAC,SAAS,EAAE,CAAC;QACtC,MAAM,UAAU,GAAG,OAAO,CAAC,kBAAkB,EAAE,CAAC;QAChD,MAAM,IAAI,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;QAG/B,MAAM,YAAY,GAAG,SAAS,CAAC,GAAG,CAChC,CAAC,CAAC,EAAE,cAAc,EAAE,EAAE,CAAC,cAAc,GAAG,UAAU,CACnD,CAAC;QAGF,IAAI,IAAI,KAAK,KAAK,CAAC,WAAW,CAAC,aAAa,EAAE;YAC5C,YAAY,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;SACpC;QAED,MAAM,UAAU,GAAG,YAAY,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAEjD,UAAU,CAAC,IAAI,CAAC,GAAG,UAAU,CAAC,CAAC;QAE/B,KAAK,CAAC,cAAc,CAAC,CAAC,GAAG,YAAY,CAAC,CAAC,CAAC;QAExC,UAAU,GAAG,UAAU,GAAG,SAAS,CAAC,MAAM,CAAC;IAC7C,CAAC,CAAC,CAAC;IAGH,MAAM,CAAC,OAAO,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC;IAG9B,MAAM,OAAO,GAAG,WAAW,CAAC,WAAW,EAAE,CAAC;IAC1C,OAAO,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;IAC1B,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IAExB,OAAO,OAAO,CAAC;AACjB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/tools/displayTools/Contour/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAE9C,OAAO,EAAE,cAAc,EAAE,CAAC"}
|