@cornerstonejs/tools 1.28.3 → 1.30.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/cjs/tools/StackScrollTool.d.ts +0 -1
- package/dist/cjs/tools/StackScrollTool.js +1 -10
- package/dist/cjs/tools/StackScrollTool.js.map +1 -1
- package/dist/cjs/tools/WindowLevelTool.d.ts +1 -1
- package/dist/cjs/tools/WindowLevelTool.js +18 -17
- package/dist/cjs/tools/WindowLevelTool.js.map +1 -1
- package/dist/cjs/types/index.d.ts +7 -7
- package/dist/cjs/utilities/stackPrefetch/stackPrefetch.js.map +1 -1
- package/dist/esm/tools/StackScrollTool.js +2 -11
- package/dist/esm/tools/StackScrollTool.js.map +1 -1
- package/dist/esm/tools/WindowLevelTool.js +17 -16
- package/dist/esm/tools/WindowLevelTool.js.map +1 -1
- package/dist/esm/utilities/stackPrefetch/stackPrefetch.js.map +1 -1
- package/dist/types/constants/COLOR_LUT.d.ts +3 -0
- package/dist/types/constants/COLOR_LUT.d.ts.map +1 -0
- package/dist/types/constants/index.d.ts +3 -0
- package/dist/types/constants/index.d.ts.map +1 -0
- package/dist/types/cursors/ImageMouseCursor.d.ts +10 -0
- package/dist/types/cursors/ImageMouseCursor.d.ts.map +1 -0
- package/dist/types/cursors/MouseCursor.d.ts +13 -0
- package/dist/types/cursors/MouseCursor.d.ts.map +1 -0
- package/dist/types/cursors/SVGCursorDescriptor.d.ts +10 -0
- package/dist/types/cursors/SVGCursorDescriptor.d.ts.map +1 -0
- package/dist/types/cursors/SVGMouseCursor.d.ts +7 -0
- package/dist/types/cursors/SVGMouseCursor.d.ts.map +1 -0
- package/dist/types/cursors/elementCursor.d.ts +7 -0
- package/dist/types/cursors/elementCursor.d.ts.map +1 -0
- package/dist/types/cursors/index.d.ts +9 -0
- package/dist/types/cursors/index.d.ts.map +1 -0
- package/dist/types/cursors/setCursorForElement.d.ts +3 -0
- package/dist/types/cursors/setCursorForElement.d.ts.map +1 -0
- package/dist/types/drawingSvg/_getHash.d.ts +3 -0
- package/dist/types/drawingSvg/_getHash.d.ts.map +1 -0
- package/dist/types/drawingSvg/clearByToolType.d.ts +3 -0
- package/dist/types/drawingSvg/clearByToolType.d.ts.map +1 -0
- package/dist/types/drawingSvg/draw.d.ts +3 -0
- package/dist/types/drawingSvg/draw.d.ts.map +1 -0
- package/dist/types/drawingSvg/drawArrow.d.ts +4 -0
- package/dist/types/drawingSvg/drawArrow.d.ts.map +1 -0
- package/dist/types/drawingSvg/drawCircle.d.ts +5 -0
- package/dist/types/drawingSvg/drawCircle.d.ts.map +1 -0
- package/dist/types/drawingSvg/drawEllipse.d.ts +5 -0
- package/dist/types/drawingSvg/drawEllipse.d.ts.map +1 -0
- package/dist/types/drawingSvg/drawHandles.d.ts +5 -0
- package/dist/types/drawingSvg/drawHandles.d.ts.map +1 -0
- package/dist/types/drawingSvg/drawLine.d.ts +4 -0
- package/dist/types/drawingSvg/drawLine.d.ts.map +1 -0
- package/dist/types/drawingSvg/drawLink.d.ts +5 -0
- package/dist/types/drawingSvg/drawLink.d.ts.map +1 -0
- package/dist/types/drawingSvg/drawLinkedTextBox.d.ts +5 -0
- package/dist/types/drawingSvg/drawLinkedTextBox.d.ts.map +1 -0
- package/dist/types/drawingSvg/drawPolyline.d.ts +12 -0
- package/dist/types/drawingSvg/drawPolyline.d.ts.map +1 -0
- package/dist/types/drawingSvg/drawRect.d.ts +4 -0
- package/dist/types/drawingSvg/drawRect.d.ts.map +1 -0
- package/dist/types/drawingSvg/drawRedactionRect.d.ts +2 -0
- package/dist/types/drawingSvg/drawRedactionRect.d.ts.map +1 -0
- package/dist/types/drawingSvg/drawTextBox.d.ts +5 -0
- package/dist/types/drawingSvg/drawTextBox.d.ts.map +1 -0
- package/dist/types/drawingSvg/getSvgDrawingHelper.d.ts +4 -0
- package/dist/types/drawingSvg/getSvgDrawingHelper.d.ts.map +1 -0
- package/dist/types/drawingSvg/index.d.ts +15 -0
- package/dist/types/drawingSvg/index.d.ts.map +1 -0
- package/dist/types/drawingSvg/setAttributesIfNecessary.d.ts +3 -0
- package/dist/types/drawingSvg/setAttributesIfNecessary.d.ts.map +1 -0
- package/dist/types/drawingSvg/setNewAttributesIfValid.d.ts +3 -0
- package/dist/types/drawingSvg/setNewAttributesIfValid.d.ts.map +1 -0
- package/dist/types/enums/AnnotationStyleStates.d.ts +8 -0
- package/dist/types/enums/AnnotationStyleStates.d.ts.map +1 -0
- package/dist/types/enums/Events.d.ts +37 -0
- package/dist/types/enums/Events.d.ts.map +1 -0
- package/dist/types/enums/SegmentationRepresentations.d.ts +7 -0
- package/dist/types/enums/SegmentationRepresentations.d.ts.map +1 -0
- package/dist/types/enums/ToolBindings.d.ts +25 -0
- package/dist/types/enums/ToolBindings.d.ts.map +1 -0
- package/dist/types/enums/ToolModes.d.ts +8 -0
- package/dist/types/enums/ToolModes.d.ts.map +1 -0
- package/dist/types/enums/Touch.d.ts +8 -0
- package/dist/types/enums/Touch.d.ts.map +1 -0
- package/dist/types/enums/index.d.ts +9 -0
- package/dist/types/enums/index.d.ts.map +1 -0
- package/dist/types/eventDispatchers/annotationModifiedEventDispatcher.d.ts +6 -0
- package/dist/types/eventDispatchers/annotationModifiedEventDispatcher.d.ts.map +1 -0
- package/dist/types/eventDispatchers/cameraModifiedEventDispatcher.d.ts +6 -0
- package/dist/types/eventDispatchers/cameraModifiedEventDispatcher.d.ts.map +1 -0
- package/dist/types/eventDispatchers/imageRenderedEventDispatcher.d.ts +6 -0
- package/dist/types/eventDispatchers/imageRenderedEventDispatcher.d.ts.map +1 -0
- package/dist/types/eventDispatchers/imageSpacingCalibratedEventDispatcher.d.ts +6 -0
- package/dist/types/eventDispatchers/imageSpacingCalibratedEventDispatcher.d.ts.map +1 -0
- package/dist/types/eventDispatchers/index.d.ts +8 -0
- package/dist/types/eventDispatchers/index.d.ts.map +1 -0
- package/dist/types/eventDispatchers/keyboardEventHandlers/index.d.ts +4 -0
- package/dist/types/eventDispatchers/keyboardEventHandlers/index.d.ts.map +1 -0
- package/dist/types/eventDispatchers/keyboardEventHandlers/keyDown.d.ts +3 -0
- package/dist/types/eventDispatchers/keyboardEventHandlers/keyDown.d.ts.map +1 -0
- package/dist/types/eventDispatchers/keyboardEventHandlers/keyUp.d.ts +3 -0
- package/dist/types/eventDispatchers/keyboardEventHandlers/keyUp.d.ts.map +1 -0
- package/dist/types/eventDispatchers/keyboardToolEventDispatcher.d.ts +6 -0
- package/dist/types/eventDispatchers/keyboardToolEventDispatcher.d.ts.map +1 -0
- package/dist/types/eventDispatchers/mouseEventHandlers/index.d.ts +10 -0
- package/dist/types/eventDispatchers/mouseEventHandlers/index.d.ts.map +1 -0
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseClick.d.ts +3 -0
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseClick.d.ts.map +1 -0
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseDoubleClick.d.ts +3 -0
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseDoubleClick.d.ts.map +1 -0
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseDown.d.ts +3 -0
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseDown.d.ts.map +1 -0
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseDownActivate.d.ts +3 -0
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseDownActivate.d.ts.map +1 -0
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseDownAnnotationAction.d.ts +3 -0
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseDownAnnotationAction.d.ts.map +1 -0
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseDrag.d.ts +3 -0
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseDrag.d.ts.map +1 -0
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseMove.d.ts +3 -0
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseMove.d.ts.map +1 -0
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseUp.d.ts +3 -0
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseUp.d.ts.map +1 -0
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseWheel.d.ts +3 -0
- package/dist/types/eventDispatchers/mouseEventHandlers/mouseWheel.d.ts.map +1 -0
- package/dist/types/eventDispatchers/mouseToolEventDispatcher.d.ts +6 -0
- package/dist/types/eventDispatchers/mouseToolEventDispatcher.d.ts.map +1 -0
- package/dist/types/eventDispatchers/shared/customCallbackHandler.d.ts +2 -0
- package/dist/types/eventDispatchers/shared/customCallbackHandler.d.ts.map +1 -0
- package/dist/types/eventDispatchers/shared/getActiveToolForKeyboardEvent.d.ts +3 -0
- package/dist/types/eventDispatchers/shared/getActiveToolForKeyboardEvent.d.ts.map +1 -0
- package/dist/types/eventDispatchers/shared/getActiveToolForMouseEvent.d.ts +3 -0
- package/dist/types/eventDispatchers/shared/getActiveToolForMouseEvent.d.ts.map +1 -0
- package/dist/types/eventDispatchers/shared/getActiveToolForTouchEvent.d.ts +3 -0
- package/dist/types/eventDispatchers/shared/getActiveToolForTouchEvent.d.ts.map +1 -0
- package/dist/types/eventDispatchers/shared/getMouseModifier.d.ts +4 -0
- package/dist/types/eventDispatchers/shared/getMouseModifier.d.ts.map +1 -0
- package/dist/types/eventDispatchers/shared/getToolsWithActionsForMouseEvent.d.ts +4 -0
- package/dist/types/eventDispatchers/shared/getToolsWithActionsForMouseEvent.d.ts.map +1 -0
- package/dist/types/eventDispatchers/shared/getToolsWithModesForMouseEvent.d.ts +6 -0
- package/dist/types/eventDispatchers/shared/getToolsWithModesForMouseEvent.d.ts.map +1 -0
- package/dist/types/eventDispatchers/shared/getToolsWithModesForTouchEvent.d.ts +6 -0
- package/dist/types/eventDispatchers/shared/getToolsWithModesForTouchEvent.d.ts.map +1 -0
- package/dist/types/eventDispatchers/touchEventHandlers/index.d.ts +8 -0
- package/dist/types/eventDispatchers/touchEventHandlers/index.d.ts.map +1 -0
- package/dist/types/eventDispatchers/touchEventHandlers/touchDrag.d.ts +3 -0
- package/dist/types/eventDispatchers/touchEventHandlers/touchDrag.d.ts.map +1 -0
- package/dist/types/eventDispatchers/touchEventHandlers/touchEnd.d.ts +3 -0
- package/dist/types/eventDispatchers/touchEventHandlers/touchEnd.d.ts.map +1 -0
- package/dist/types/eventDispatchers/touchEventHandlers/touchPress.d.ts +3 -0
- package/dist/types/eventDispatchers/touchEventHandlers/touchPress.d.ts.map +1 -0
- package/dist/types/eventDispatchers/touchEventHandlers/touchStart.d.ts +3 -0
- package/dist/types/eventDispatchers/touchEventHandlers/touchStart.d.ts.map +1 -0
- package/dist/types/eventDispatchers/touchEventHandlers/touchStartActivate.d.ts +3 -0
- package/dist/types/eventDispatchers/touchEventHandlers/touchStartActivate.d.ts.map +1 -0
- package/dist/types/eventDispatchers/touchEventHandlers/touchTap.d.ts +3 -0
- package/dist/types/eventDispatchers/touchEventHandlers/touchTap.d.ts.map +1 -0
- package/dist/types/eventDispatchers/touchToolEventDispatcher.d.ts +6 -0
- package/dist/types/eventDispatchers/touchToolEventDispatcher.d.ts.map +1 -0
- package/dist/types/eventListeners/annotations/annotationModifiedListener.d.ts +3 -0
- package/dist/types/eventListeners/annotations/annotationModifiedListener.d.ts.map +1 -0
- package/dist/types/eventListeners/annotations/annotationSelectionListener.d.ts +3 -0
- package/dist/types/eventListeners/annotations/annotationSelectionListener.d.ts.map +1 -0
- package/dist/types/eventListeners/annotations/index.d.ts +4 -0
- package/dist/types/eventListeners/annotations/index.d.ts.map +1 -0
- package/dist/types/eventListeners/index.d.ts +8 -0
- package/dist/types/eventListeners/index.d.ts.map +1 -0
- package/dist/types/eventListeners/keyboard/index.d.ts +10 -0
- package/dist/types/eventListeners/keyboard/index.d.ts.map +1 -0
- package/dist/types/eventListeners/keyboard/keyDownListener.d.ts +5 -0
- package/dist/types/eventListeners/keyboard/keyDownListener.d.ts.map +1 -0
- package/dist/types/eventListeners/mouse/getMouseEventPoints.d.ts +3 -0
- package/dist/types/eventListeners/mouse/getMouseEventPoints.d.ts.map +1 -0
- package/dist/types/eventListeners/mouse/index.d.ts +8 -0
- package/dist/types/eventListeners/mouse/index.d.ts.map +1 -0
- package/dist/types/eventListeners/mouse/mouseDoubleClickListener.d.ts +3 -0
- package/dist/types/eventListeners/mouse/mouseDoubleClickListener.d.ts.map +1 -0
- package/dist/types/eventListeners/mouse/mouseDownListener.d.ts +5 -0
- package/dist/types/eventListeners/mouse/mouseDownListener.d.ts.map +1 -0
- package/dist/types/eventListeners/mouse/mouseMoveListener.d.ts +3 -0
- package/dist/types/eventListeners/mouse/mouseMoveListener.d.ts.map +1 -0
- package/dist/types/eventListeners/segmentation/index.d.ts +6 -0
- package/dist/types/eventListeners/segmentation/index.d.ts.map +1 -0
- package/dist/types/eventListeners/segmentation/segmentationDataModifiedEventListener.d.ts +4 -0
- package/dist/types/eventListeners/segmentation/segmentationDataModifiedEventListener.d.ts.map +1 -0
- package/dist/types/eventListeners/segmentation/segmentationModifiedEventListener.d.ts +4 -0
- package/dist/types/eventListeners/segmentation/segmentationModifiedEventListener.d.ts.map +1 -0
- package/dist/types/eventListeners/segmentation/segmentationRepresentationModifiedEventListener.d.ts +4 -0
- package/dist/types/eventListeners/segmentation/segmentationRepresentationModifiedEventListener.d.ts.map +1 -0
- package/dist/types/eventListeners/segmentation/segmentationRepresentationRemovedEventListener.d.ts +4 -0
- package/dist/types/eventListeners/segmentation/segmentationRepresentationRemovedEventListener.d.ts.map +1 -0
- package/dist/types/eventListeners/touch/getTouchEventPoints.d.ts +3 -0
- package/dist/types/eventListeners/touch/getTouchEventPoints.d.ts.map +1 -0
- package/dist/types/eventListeners/touch/index.d.ts +8 -0
- package/dist/types/eventListeners/touch/index.d.ts.map +1 -0
- package/dist/types/eventListeners/touch/preventGhostClick.d.ts +8 -0
- package/dist/types/eventListeners/touch/preventGhostClick.d.ts.map +1 -0
- package/dist/types/eventListeners/touch/touchStartListener.d.ts +3 -0
- package/dist/types/eventListeners/touch/touchStartListener.d.ts.map +1 -0
- package/dist/types/eventListeners/wheel/index.d.ts +8 -0
- package/dist/types/eventListeners/wheel/index.d.ts.map +1 -0
- package/dist/types/eventListeners/wheel/normalizeWheel.d.ts +7 -0
- package/dist/types/eventListeners/wheel/normalizeWheel.d.ts.map +1 -0
- package/dist/types/eventListeners/wheel/wheelListener.d.ts +3 -0
- package/dist/types/eventListeners/wheel/wheelListener.d.ts.map +1 -0
- package/dist/types/index.d.ts +15 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/init.d.ts +4 -0
- package/dist/types/init.d.ts.map +1 -0
- package/dist/types/stateManagement/annotation/FrameOfReferenceSpecificAnnotationManager.d.ts +25 -0
- package/dist/types/stateManagement/annotation/FrameOfReferenceSpecificAnnotationManager.d.ts.map +1 -0
- package/dist/types/stateManagement/annotation/annotationLocking.d.ts +9 -0
- package/dist/types/stateManagement/annotation/annotationLocking.d.ts.map +1 -0
- package/dist/types/stateManagement/annotation/annotationSelection.d.ts +8 -0
- package/dist/types/stateManagement/annotation/annotationSelection.d.ts.map +1 -0
- package/dist/types/stateManagement/annotation/annotationState.d.ts +13 -0
- package/dist/types/stateManagement/annotation/annotationState.d.ts.map +1 -0
- package/dist/types/stateManagement/annotation/annotationVisibility.d.ts +7 -0
- package/dist/types/stateManagement/annotation/annotationVisibility.d.ts.map +1 -0
- package/dist/types/stateManagement/annotation/config/ToolStyle.d.ts +19 -0
- package/dist/types/stateManagement/annotation/config/ToolStyle.d.ts.map +1 -0
- package/dist/types/stateManagement/annotation/config/getFont.d.ts +5 -0
- package/dist/types/stateManagement/annotation/config/getFont.d.ts.map +1 -0
- package/dist/types/stateManagement/annotation/config/getState.d.ts +5 -0
- package/dist/types/stateManagement/annotation/config/getState.d.ts.map +1 -0
- package/dist/types/stateManagement/annotation/config/helpers.d.ts +5 -0
- package/dist/types/stateManagement/annotation/config/helpers.d.ts.map +1 -0
- package/dist/types/stateManagement/annotation/config/index.d.ts +5 -0
- package/dist/types/stateManagement/annotation/config/index.d.ts.map +1 -0
- package/dist/types/stateManagement/annotation/helpers/state.d.ts +5 -0
- package/dist/types/stateManagement/annotation/helpers/state.d.ts.map +1 -0
- package/dist/types/stateManagement/annotation/index.d.ts +8 -0
- package/dist/types/stateManagement/annotation/index.d.ts.map +1 -0
- package/dist/types/stateManagement/index.d.ts +16 -0
- package/dist/types/stateManagement/index.d.ts.map +1 -0
- package/dist/types/stateManagement/segmentation/SegmentationStateManager.d.ts +34 -0
- package/dist/types/stateManagement/segmentation/SegmentationStateManager.d.ts.map +1 -0
- package/dist/types/stateManagement/segmentation/activeSegmentation.d.ts +5 -0
- package/dist/types/stateManagement/segmentation/activeSegmentation.d.ts.map +1 -0
- package/dist/types/stateManagement/segmentation/addSegmentationRepresentations.d.ts +4 -0
- package/dist/types/stateManagement/segmentation/addSegmentationRepresentations.d.ts.map +1 -0
- package/dist/types/stateManagement/segmentation/addSegmentations.d.ts +4 -0
- package/dist/types/stateManagement/segmentation/addSegmentations.d.ts.map +1 -0
- package/dist/types/stateManagement/segmentation/config/index.d.ts +5 -0
- package/dist/types/stateManagement/segmentation/config/index.d.ts.map +1 -0
- package/dist/types/stateManagement/segmentation/config/segmentationColor.d.ts +8 -0
- package/dist/types/stateManagement/segmentation/config/segmentationColor.d.ts.map +1 -0
- package/dist/types/stateManagement/segmentation/config/segmentationConfig.d.ts +14 -0
- package/dist/types/stateManagement/segmentation/config/segmentationConfig.d.ts.map +1 -0
- package/dist/types/stateManagement/segmentation/config/segmentationVisibility.d.ts +6 -0
- package/dist/types/stateManagement/segmentation/config/segmentationVisibility.d.ts.map +1 -0
- package/dist/types/stateManagement/segmentation/helpers/index.d.ts +3 -0
- package/dist/types/stateManagement/segmentation/helpers/index.d.ts.map +1 -0
- package/dist/types/stateManagement/segmentation/helpers/normalizeSegmentationInput.d.ts +4 -0
- package/dist/types/stateManagement/segmentation/helpers/normalizeSegmentationInput.d.ts.map +1 -0
- package/dist/types/stateManagement/segmentation/helpers/validateSegmentationInput.d.ts +4 -0
- package/dist/types/stateManagement/segmentation/helpers/validateSegmentationInput.d.ts.map +1 -0
- package/dist/types/stateManagement/segmentation/index.d.ts +11 -0
- package/dist/types/stateManagement/segmentation/index.d.ts.map +1 -0
- package/dist/types/stateManagement/segmentation/removeSegmentationsFromToolGroup.d.ts +3 -0
- package/dist/types/stateManagement/segmentation/removeSegmentationsFromToolGroup.d.ts.map +1 -0
- package/dist/types/stateManagement/segmentation/segmentIndex.d.ts +4 -0
- package/dist/types/stateManagement/segmentation/segmentIndex.d.ts.map +1 -0
- package/dist/types/stateManagement/segmentation/segmentLocking.d.ts +5 -0
- package/dist/types/stateManagement/segmentation/segmentLocking.d.ts.map +1 -0
- package/dist/types/stateManagement/segmentation/segmentationState.d.ts +25 -0
- package/dist/types/stateManagement/segmentation/segmentationState.d.ts.map +1 -0
- package/dist/types/stateManagement/segmentation/triggerSegmentationEvents.d.ts +7 -0
- package/dist/types/stateManagement/segmentation/triggerSegmentationEvents.d.ts.map +1 -0
- package/dist/types/store/SynchronizerManager/Synchronizer.d.ts +34 -0
- package/dist/types/store/SynchronizerManager/Synchronizer.d.ts.map +1 -0
- package/dist/types/store/SynchronizerManager/createSynchronizer.d.ts +5 -0
- package/dist/types/store/SynchronizerManager/createSynchronizer.d.ts.map +1 -0
- package/dist/types/store/SynchronizerManager/destroy.d.ts +3 -0
- package/dist/types/store/SynchronizerManager/destroy.d.ts.map +1 -0
- package/dist/types/store/SynchronizerManager/destroySynchronizer.d.ts +3 -0
- package/dist/types/store/SynchronizerManager/destroySynchronizer.d.ts.map +1 -0
- package/dist/types/store/SynchronizerManager/getAllSynchronizers.d.ts +4 -0
- package/dist/types/store/SynchronizerManager/getAllSynchronizers.d.ts.map +1 -0
- package/dist/types/store/SynchronizerManager/getSynchronizer.d.ts +4 -0
- package/dist/types/store/SynchronizerManager/getSynchronizer.d.ts.map +1 -0
- package/dist/types/store/SynchronizerManager/getSynchronizersForViewport.d.ts +4 -0
- package/dist/types/store/SynchronizerManager/getSynchronizersForViewport.d.ts.map +1 -0
- package/dist/types/store/SynchronizerManager/index.d.ts +8 -0
- package/dist/types/store/SynchronizerManager/index.d.ts.map +1 -0
- package/dist/types/store/ToolGroupManager/ToolGroup.d.ts +37 -0
- package/dist/types/store/ToolGroupManager/ToolGroup.d.ts.map +1 -0
- package/dist/types/store/ToolGroupManager/createToolGroup.d.ts +4 -0
- package/dist/types/store/ToolGroupManager/createToolGroup.d.ts.map +1 -0
- package/dist/types/store/ToolGroupManager/destroy.d.ts +3 -0
- package/dist/types/store/ToolGroupManager/destroy.d.ts.map +1 -0
- package/dist/types/store/ToolGroupManager/destroyToolGroup.d.ts +3 -0
- package/dist/types/store/ToolGroupManager/destroyToolGroup.d.ts.map +1 -0
- package/dist/types/store/ToolGroupManager/getAllToolGroups.d.ts +4 -0
- package/dist/types/store/ToolGroupManager/getAllToolGroups.d.ts.map +1 -0
- package/dist/types/store/ToolGroupManager/getToolGroup.d.ts +4 -0
- package/dist/types/store/ToolGroupManager/getToolGroup.d.ts.map +1 -0
- package/dist/types/store/ToolGroupManager/getToolGroupForViewport.d.ts +4 -0
- package/dist/types/store/ToolGroupManager/getToolGroupForViewport.d.ts.map +1 -0
- package/dist/types/store/ToolGroupManager/getToolGroupsWithToolName.d.ts +4 -0
- package/dist/types/store/ToolGroupManager/getToolGroupsWithToolName.d.ts.map +1 -0
- package/dist/types/store/ToolGroupManager/index.d.ts +9 -0
- package/dist/types/store/ToolGroupManager/index.d.ts.map +1 -0
- package/dist/types/store/addEnabledElement.d.ts +3 -0
- package/dist/types/store/addEnabledElement.d.ts.map +1 -0
- package/dist/types/store/addTool.d.ts +4 -0
- package/dist/types/store/addTool.d.ts.map +1 -0
- package/dist/types/store/cancelActiveManipulations.d.ts +2 -0
- package/dist/types/store/cancelActiveManipulations.d.ts.map +1 -0
- package/dist/types/store/filterMoveableAnnotationTools.d.ts +4 -0
- package/dist/types/store/filterMoveableAnnotationTools.d.ts.map +1 -0
- package/dist/types/store/filterToolsWithAnnotationsForElement.d.ts +4 -0
- package/dist/types/store/filterToolsWithAnnotationsForElement.d.ts.map +1 -0
- package/dist/types/store/filterToolsWithMoveableHandles.d.ts +4 -0
- package/dist/types/store/filterToolsWithMoveableHandles.d.ts.map +1 -0
- package/dist/types/store/index.d.ts +11 -0
- package/dist/types/store/index.d.ts.map +1 -0
- package/dist/types/store/removeEnabledElement.d.ts +4 -0
- package/dist/types/store/removeEnabledElement.d.ts.map +1 -0
- package/dist/types/store/state.d.ts +18 -0
- package/dist/types/store/state.d.ts.map +1 -0
- package/dist/types/store/svgNodeCache.d.ts +4 -0
- package/dist/types/store/svgNodeCache.d.ts.map +1 -0
- package/dist/types/synchronizers/callbacks/areViewportsCoplanar .d.ts +3 -0
- package/dist/types/synchronizers/callbacks/areViewportsCoplanar .d.ts.map +1 -0
- package/dist/types/synchronizers/callbacks/cameraSyncCallback.d.ts +4 -0
- package/dist/types/synchronizers/callbacks/cameraSyncCallback.d.ts.map +1 -0
- package/dist/types/synchronizers/callbacks/stackImageSyncCallback.d.ts +4 -0
- package/dist/types/synchronizers/callbacks/stackImageSyncCallback.d.ts.map +1 -0
- package/dist/types/synchronizers/callbacks/voiSyncCallback.d.ts +3 -0
- package/dist/types/synchronizers/callbacks/voiSyncCallback.d.ts.map +1 -0
- package/dist/types/synchronizers/callbacks/zoomPanSyncCallback.d.ts +4 -0
- package/dist/types/synchronizers/callbacks/zoomPanSyncCallback.d.ts.map +1 -0
- package/dist/types/synchronizers/index.d.ts +6 -0
- package/dist/types/synchronizers/index.d.ts.map +1 -0
- package/dist/types/synchronizers/synchronizers/createCameraPositionSynchronizer.d.ts +3 -0
- package/dist/types/synchronizers/synchronizers/createCameraPositionSynchronizer.d.ts.map +1 -0
- package/dist/types/synchronizers/synchronizers/createStackImageSynchronizer.d.ts +3 -0
- package/dist/types/synchronizers/synchronizers/createStackImageSynchronizer.d.ts.map +1 -0
- package/dist/types/synchronizers/synchronizers/createVOISynchronizer.d.ts +7 -0
- package/dist/types/synchronizers/synchronizers/createVOISynchronizer.d.ts.map +1 -0
- package/dist/types/synchronizers/synchronizers/createZoomPanSynchronizer.d.ts +3 -0
- package/dist/types/synchronizers/synchronizers/createZoomPanSynchronizer.d.ts.map +1 -0
- package/dist/types/synchronizers/synchronizers/index.d.ts +6 -0
- package/dist/types/synchronizers/synchronizers/index.d.ts.map +1 -0
- package/dist/types/tools/AdvancedMagnifyTool.d.ts +37 -0
- package/dist/types/tools/AdvancedMagnifyTool.d.ts.map +1 -0
- package/dist/types/tools/AdvancedMagnifyViewport.d.ts +77 -0
- package/dist/types/tools/AdvancedMagnifyViewport.d.ts.map +1 -0
- package/dist/types/tools/AdvancedMagnifyViewportManager.d.ts +37 -0
- package/dist/types/tools/AdvancedMagnifyViewportManager.d.ts.map +1 -0
- package/dist/types/tools/CrosshairsTool.d.ts +72 -0
- package/dist/types/tools/CrosshairsTool.d.ts.map +1 -0
- package/dist/types/tools/MIPJumpToClickTool.d.ts +10 -0
- package/dist/types/tools/MIPJumpToClickTool.d.ts.map +1 -0
- package/dist/types/tools/MagnifyTool.d.ts +26 -0
- package/dist/types/tools/MagnifyTool.d.ts.map +1 -0
- package/dist/types/tools/OrientationMarkerTool.d.ts +91 -0
- package/dist/types/tools/OrientationMarkerTool.d.ts.map +1 -0
- package/dist/types/tools/OverlayGridTool.d.ts +32 -0
- package/dist/types/tools/OverlayGridTool.d.ts.map +1 -0
- package/dist/types/tools/PanTool.d.ts +11 -0
- package/dist/types/tools/PanTool.d.ts.map +1 -0
- package/dist/types/tools/PlanarRotateTool.d.ts +11 -0
- package/dist/types/tools/PlanarRotateTool.d.ts.map +1 -0
- package/dist/types/tools/ReferenceCursors.d.ts +28 -0
- package/dist/types/tools/ReferenceCursors.d.ts.map +1 -0
- package/dist/types/tools/ReferenceLinesTool.d.ts +29 -0
- package/dist/types/tools/ReferenceLinesTool.d.ts.map +1 -0
- package/dist/types/tools/ScaleOverlayTool.d.ts +41 -0
- package/dist/types/tools/ScaleOverlayTool.d.ts.map +1 -0
- package/dist/types/tools/SegmentationIntersectionTool.d.ts +19 -0
- package/dist/types/tools/SegmentationIntersectionTool.d.ts.map +1 -0
- package/dist/types/tools/StackScrollTool.d.ts +13 -0
- package/dist/types/tools/StackScrollTool.d.ts.map +1 -0
- package/dist/types/tools/StackScrollToolMouseWheelTool.d.ts +17 -0
- package/dist/types/tools/StackScrollToolMouseWheelTool.d.ts.map +1 -0
- package/dist/types/tools/TrackballRotateTool.d.ts +12 -0
- package/dist/types/tools/TrackballRotateTool.d.ts.map +1 -0
- package/dist/types/tools/VolumeRotateMouseWheelTool.d.ts +11 -0
- package/dist/types/tools/VolumeRotateMouseWheelTool.d.ts.map +1 -0
- package/dist/types/tools/WindowLevelTool.d.ts +38 -0
- package/dist/types/tools/WindowLevelTool.d.ts.map +1 -0
- package/dist/types/tools/ZoomTool.d.ts +20 -0
- package/dist/types/tools/ZoomTool.d.ts.map +1 -0
- package/dist/types/tools/annotation/AngleTool.d.ts +37 -0
- package/dist/types/tools/annotation/AngleTool.d.ts.map +1 -0
- package/dist/types/tools/annotation/ArrowAnnotateTool.d.ts +39 -0
- package/dist/types/tools/annotation/ArrowAnnotateTool.d.ts.map +1 -0
- package/dist/types/tools/annotation/BidirectionalTool.d.ts +43 -0
- package/dist/types/tools/annotation/BidirectionalTool.d.ts.map +1 -0
- package/dist/types/tools/annotation/CircleROITool.d.ts +39 -0
- package/dist/types/tools/annotation/CircleROITool.d.ts.map +1 -0
- package/dist/types/tools/annotation/CobbAngleTool.d.ts +64 -0
- package/dist/types/tools/annotation/CobbAngleTool.d.ts.map +1 -0
- package/dist/types/tools/annotation/DragProbeTool.d.ts +26 -0
- package/dist/types/tools/annotation/DragProbeTool.d.ts.map +1 -0
- package/dist/types/tools/annotation/EllipticalROITool.d.ts +45 -0
- package/dist/types/tools/annotation/EllipticalROITool.d.ts.map +1 -0
- package/dist/types/tools/annotation/LengthTool.d.ts +38 -0
- package/dist/types/tools/annotation/LengthTool.d.ts.map +1 -0
- package/dist/types/tools/annotation/PlanarFreehandROITool.d.ts +40 -0
- package/dist/types/tools/annotation/PlanarFreehandROITool.d.ts.map +1 -0
- package/dist/types/tools/annotation/ProbeTool.d.ts +35 -0
- package/dist/types/tools/annotation/ProbeTool.d.ts.map +1 -0
- package/dist/types/tools/annotation/RectangleROITool.d.ts +41 -0
- package/dist/types/tools/annotation/RectangleROITool.d.ts.map +1 -0
- package/dist/types/tools/annotation/VideoRedactionTool.d.ts +47 -0
- package/dist/types/tools/annotation/VideoRedactionTool.d.ts.map +1 -0
- package/dist/types/tools/annotation/planarFreehandROITool/closedContourEditLoop.d.ts +3 -0
- package/dist/types/tools/annotation/planarFreehandROITool/closedContourEditLoop.d.ts.map +1 -0
- package/dist/types/tools/annotation/planarFreehandROITool/drawLoop.d.ts +3 -0
- package/dist/types/tools/annotation/planarFreehandROITool/drawLoop.d.ts.map +1 -0
- package/dist/types/tools/annotation/planarFreehandROITool/editLoopCommon.d.ts +3 -0
- package/dist/types/tools/annotation/planarFreehandROITool/editLoopCommon.d.ts.map +1 -0
- package/dist/types/tools/annotation/planarFreehandROITool/findOpenUShapedContourVectorToPeak.d.ts +5 -0
- package/dist/types/tools/annotation/planarFreehandROITool/findOpenUShapedContourVectorToPeak.d.ts.map +1 -0
- package/dist/types/tools/annotation/planarFreehandROITool/openContourEditLoop.d.ts +3 -0
- package/dist/types/tools/annotation/planarFreehandROITool/openContourEditLoop.d.ts.map +1 -0
- package/dist/types/tools/annotation/planarFreehandROITool/openContourEndEditLoop.d.ts +3 -0
- package/dist/types/tools/annotation/planarFreehandROITool/openContourEndEditLoop.d.ts.map +1 -0
- package/dist/types/tools/annotation/planarFreehandROITool/renderMethods.d.ts +3 -0
- package/dist/types/tools/annotation/planarFreehandROITool/renderMethods.d.ts.map +1 -0
- package/dist/types/tools/base/AnnotationDisplayTool.d.ts +14 -0
- package/dist/types/tools/base/AnnotationDisplayTool.d.ts.map +1 -0
- package/dist/types/tools/base/AnnotationTool.d.ts +20 -0
- package/dist/types/tools/base/AnnotationTool.d.ts.map +1 -0
- package/dist/types/tools/base/BaseTool.d.ts +32 -0
- package/dist/types/tools/base/BaseTool.d.ts.map +1 -0
- package/dist/types/tools/base/index.d.ts +5 -0
- package/dist/types/tools/base/index.d.ts.map +1 -0
- package/dist/types/tools/displayTools/Contour/addContourSetsToElement.d.ts +4 -0
- package/dist/types/tools/displayTools/Contour/addContourSetsToElement.d.ts.map +1 -0
- package/dist/types/tools/displayTools/Contour/addOrUpdateContourSets.d.ts +4 -0
- package/dist/types/tools/displayTools/Contour/addOrUpdateContourSets.d.ts.map +1 -0
- package/dist/types/tools/displayTools/Contour/contourConfig.d.ts +4 -0
- package/dist/types/tools/displayTools/Contour/contourConfig.d.ts.map +1 -0
- package/dist/types/tools/displayTools/Contour/contourConfigCache.d.ts +10 -0
- package/dist/types/tools/displayTools/Contour/contourConfigCache.d.ts.map +1 -0
- package/dist/types/tools/displayTools/Contour/contourDisplay.d.ts +12 -0
- package/dist/types/tools/displayTools/Contour/contourDisplay.d.ts.map +1 -0
- package/dist/types/tools/displayTools/Contour/index.d.ts +3 -0
- package/dist/types/tools/displayTools/Contour/index.d.ts.map +1 -0
- package/dist/types/tools/displayTools/Contour/removeContourFromElement.d.ts +3 -0
- package/dist/types/tools/displayTools/Contour/removeContourFromElement.d.ts.map +1 -0
- package/dist/types/tools/displayTools/Contour/updateContourSets.d.ts +4 -0
- package/dist/types/tools/displayTools/Contour/updateContourSets.d.ts.map +1 -0
- package/dist/types/tools/displayTools/Contour/utils.d.ts +7 -0
- package/dist/types/tools/displayTools/Contour/utils.d.ts.map +1 -0
- package/dist/types/tools/displayTools/Labelmap/addLabelmapToElement.d.ts +3 -0
- package/dist/types/tools/displayTools/Labelmap/addLabelmapToElement.d.ts.map +1 -0
- package/dist/types/tools/displayTools/Labelmap/index.d.ts +4 -0
- package/dist/types/tools/displayTools/Labelmap/index.d.ts.map +1 -0
- package/dist/types/tools/displayTools/Labelmap/labelmapConfig.d.ts +6 -0
- package/dist/types/tools/displayTools/Labelmap/labelmapConfig.d.ts.map +1 -0
- package/dist/types/tools/displayTools/Labelmap/labelmapDisplay.d.ts +12 -0
- package/dist/types/tools/displayTools/Labelmap/labelmapDisplay.d.ts.map +1 -0
- package/dist/types/tools/displayTools/Labelmap/removeLabelmapFromElement.d.ts +3 -0
- package/dist/types/tools/displayTools/Labelmap/removeLabelmapFromElement.d.ts.map +1 -0
- package/dist/types/tools/displayTools/Labelmap/validateRepresentationData.d.ts +4 -0
- package/dist/types/tools/displayTools/Labelmap/validateRepresentationData.d.ts.map +1 -0
- package/dist/types/tools/displayTools/SegmentationDisplayTool.d.ts +13 -0
- package/dist/types/tools/displayTools/SegmentationDisplayTool.d.ts.map +1 -0
- package/dist/types/tools/displayTools/Surface/addSurfaceToElement.d.ts +3 -0
- package/dist/types/tools/displayTools/Surface/addSurfaceToElement.d.ts.map +1 -0
- package/dist/types/tools/displayTools/Surface/index.d.ts +3 -0
- package/dist/types/tools/displayTools/Surface/index.d.ts.map +1 -0
- package/dist/types/tools/displayTools/Surface/removeSurfaceFromElement.d.ts +3 -0
- package/dist/types/tools/displayTools/Surface/removeSurfaceFromElement.d.ts.map +1 -0
- package/dist/types/tools/displayTools/Surface/surfaceDisplay.d.ts +12 -0
- package/dist/types/tools/displayTools/Surface/surfaceDisplay.d.ts.map +1 -0
- package/dist/types/tools/index.d.ts +41 -0
- package/dist/types/tools/index.d.ts.map +1 -0
- package/dist/types/tools/segmentation/BrushTool.d.ts +25 -0
- package/dist/types/tools/segmentation/BrushTool.d.ts.map +1 -0
- package/dist/types/tools/segmentation/CircleScissorsTool.d.ts +31 -0
- package/dist/types/tools/segmentation/CircleScissorsTool.d.ts.map +1 -0
- package/dist/types/tools/segmentation/PaintFillTool.d.ts +14 -0
- package/dist/types/tools/segmentation/PaintFillTool.d.ts.map +1 -0
- package/dist/types/tools/segmentation/RectangleROIStartEndThresholdTool.d.ts +57 -0
- package/dist/types/tools/segmentation/RectangleROIStartEndThresholdTool.d.ts.map +1 -0
- package/dist/types/tools/segmentation/RectangleROIThresholdTool.d.ts +46 -0
- package/dist/types/tools/segmentation/RectangleROIThresholdTool.d.ts.map +1 -0
- package/dist/types/tools/segmentation/RectangleScissorsTool.d.ts +31 -0
- package/dist/types/tools/segmentation/RectangleScissorsTool.d.ts.map +1 -0
- package/dist/types/tools/segmentation/SphereScissorsTool.d.ts +32 -0
- package/dist/types/tools/segmentation/SphereScissorsTool.d.ts.map +1 -0
- package/dist/types/tools/segmentation/strategies/eraseCircle.d.ts +16 -0
- package/dist/types/tools/segmentation/strategies/eraseCircle.d.ts.map +1 -0
- package/dist/types/tools/segmentation/strategies/eraseRectangle.d.ts +13 -0
- package/dist/types/tools/segmentation/strategies/eraseRectangle.d.ts.map +1 -0
- package/dist/types/tools/segmentation/strategies/eraseSphere.d.ts +16 -0
- package/dist/types/tools/segmentation/strategies/eraseSphere.d.ts.map +1 -0
- package/dist/types/tools/segmentation/strategies/fillCircle.d.ts +18 -0
- package/dist/types/tools/segmentation/strategies/fillCircle.d.ts.map +1 -0
- package/dist/types/tools/segmentation/strategies/fillRectangle.d.ts +14 -0
- package/dist/types/tools/segmentation/strategies/fillRectangle.d.ts.map +1 -0
- package/dist/types/tools/segmentation/strategies/fillSphere.d.ts +18 -0
- package/dist/types/tools/segmentation/strategies/fillSphere.d.ts.map +1 -0
- package/dist/types/tools/segmentation/strategies/index.d.ts +4 -0
- package/dist/types/tools/segmentation/strategies/index.d.ts.map +1 -0
- package/dist/types/tools/segmentation/strategies/utils/isWithinThreshold.d.ts +4 -0
- package/dist/types/tools/segmentation/strategies/utils/isWithinThreshold.d.ts.map +1 -0
- package/dist/types/types/AnnotationGroupSelector.d.ts +3 -0
- package/dist/types/types/AnnotationGroupSelector.d.ts.map +1 -0
- package/dist/types/types/AnnotationStyle.d.ts +31 -0
- package/dist/types/types/AnnotationStyle.d.ts.map +1 -0
- package/dist/types/types/AnnotationTypes.d.ts +46 -0
- package/dist/types/types/AnnotationTypes.d.ts.map +1 -0
- package/dist/types/types/BoundsIJK.d.ts +4 -0
- package/dist/types/types/BoundsIJK.d.ts.map +1 -0
- package/dist/types/types/CINETypes.d.ts +30 -0
- package/dist/types/types/CINETypes.d.ts.map +1 -0
- package/dist/types/types/CalculatorTypes.d.ts +7 -0
- package/dist/types/types/CalculatorTypes.d.ts.map +1 -0
- package/dist/types/types/ContourTypes.d.ts +15 -0
- package/dist/types/types/ContourTypes.d.ts.map +1 -0
- package/dist/types/types/CursorTypes.d.ts +12 -0
- package/dist/types/types/CursorTypes.d.ts.map +1 -0
- package/dist/types/types/EventTypes.d.ts +216 -0
- package/dist/types/types/EventTypes.d.ts.map +1 -0
- package/dist/types/types/FloodFillTypes.d.ts +16 -0
- package/dist/types/types/FloodFillTypes.d.ts.map +1 -0
- package/dist/types/types/IAnnotationManager.d.ts +15 -0
- package/dist/types/types/IAnnotationManager.d.ts.map +1 -0
- package/dist/types/types/IDistance.d.ts +8 -0
- package/dist/types/types/IDistance.d.ts.map +1 -0
- package/dist/types/types/IPoints.d.ts +9 -0
- package/dist/types/types/IPoints.d.ts.map +1 -0
- package/dist/types/types/ISetToolModeOptions.d.ts +17 -0
- package/dist/types/types/ISetToolModeOptions.d.ts.map +1 -0
- package/dist/types/types/ISynchronizerEventHandler.d.ts +6 -0
- package/dist/types/types/ISynchronizerEventHandler.d.ts.map +1 -0
- package/dist/types/types/IToolClassReference.d.ts +4 -0
- package/dist/types/types/IToolClassReference.d.ts.map +1 -0
- package/dist/types/types/IToolGroup.d.ts +61 -0
- package/dist/types/types/IToolGroup.d.ts.map +1 -0
- package/dist/types/types/ITouchPoints.d.ts +12 -0
- package/dist/types/types/ITouchPoints.d.ts.map +1 -0
- package/dist/types/types/InteractionTypes.d.ts +3 -0
- package/dist/types/types/InteractionTypes.d.ts.map +1 -0
- package/dist/types/types/InternalToolTypes.d.ts +16 -0
- package/dist/types/types/InternalToolTypes.d.ts.map +1 -0
- package/dist/types/types/JumpToSliceOptions.d.ts +7 -0
- package/dist/types/types/JumpToSliceOptions.d.ts.map +1 -0
- package/dist/types/types/LabelmapTypes.d.ts +22 -0
- package/dist/types/types/LabelmapTypes.d.ts.map +1 -0
- package/dist/types/types/PlanarBoundingBox.d.ts +8 -0
- package/dist/types/types/PlanarBoundingBox.d.ts.map +1 -0
- package/dist/types/types/SVGDrawingHelper.d.ts +10 -0
- package/dist/types/types/SVGDrawingHelper.d.ts.map +1 -0
- package/dist/types/types/ScrollOptions.d.ts +8 -0
- package/dist/types/types/ScrollOptions.d.ts.map +1 -0
- package/dist/types/types/SegmentationStateTypes.d.ts +85 -0
- package/dist/types/types/SegmentationStateTypes.d.ts.map +1 -0
- package/dist/types/types/SurfaceTypes.d.ts +5 -0
- package/dist/types/types/SurfaceTypes.d.ts.map +1 -0
- package/dist/types/types/ToolAction.d.ts +9 -0
- package/dist/types/types/ToolAction.d.ts.map +1 -0
- package/dist/types/types/ToolHandle.d.ts +16 -0
- package/dist/types/types/ToolHandle.d.ts.map +1 -0
- package/dist/types/types/ToolProps.d.ts +14 -0
- package/dist/types/types/ToolProps.d.ts.map +1 -0
- package/dist/types/types/ToolSpecificAnnotationTypes.d.ts +374 -0
- package/dist/types/types/ToolSpecificAnnotationTypes.d.ts.map +1 -0
- package/dist/types/types/index.d.ts +32 -0
- package/dist/types/types/index.d.ts.map +1 -0
- package/dist/types/utilities/boundingBox/extend2DBoundingBoxInViewAxis.d.ts +4 -0
- package/dist/types/utilities/boundingBox/extend2DBoundingBoxInViewAxis.d.ts.map +1 -0
- package/dist/types/utilities/boundingBox/getBoundingBoxAroundShape.d.ts +4 -0
- package/dist/types/utilities/boundingBox/getBoundingBoxAroundShape.d.ts.map +1 -0
- package/dist/types/utilities/boundingBox/index.d.ts +4 -0
- package/dist/types/utilities/boundingBox/index.d.ts.map +1 -0
- package/dist/types/utilities/calibrateImageSpacing.d.ts +3 -0
- package/dist/types/utilities/calibrateImageSpacing.d.ts.map +1 -0
- package/dist/types/utilities/cine/events.d.ts +6 -0
- package/dist/types/utilities/cine/events.d.ts.map +1 -0
- package/dist/types/utilities/cine/index.d.ts +5 -0
- package/dist/types/utilities/cine/index.d.ts.map +1 -0
- package/dist/types/utilities/cine/playClip.d.ts +5 -0
- package/dist/types/utilities/cine/playClip.d.ts.map +1 -0
- package/dist/types/utilities/cine/state.d.ts +5 -0
- package/dist/types/utilities/cine/state.d.ts.map +1 -0
- package/dist/types/utilities/clip.d.ts +4 -0
- package/dist/types/utilities/clip.d.ts.map +1 -0
- package/dist/types/utilities/debounce.d.ts +7 -0
- package/dist/types/utilities/debounce.d.ts.map +1 -0
- package/dist/types/utilities/drawing/getTextBoxCoordsCanvas.d.ts +3 -0
- package/dist/types/utilities/drawing/getTextBoxCoordsCanvas.d.ts.map +1 -0
- package/dist/types/utilities/drawing/index.d.ts +3 -0
- package/dist/types/utilities/drawing/index.d.ts.map +1 -0
- package/dist/types/utilities/dynamicVolume/generateImageFromTimeData.d.ts +4 -0
- package/dist/types/utilities/dynamicVolume/generateImageFromTimeData.d.ts.map +1 -0
- package/dist/types/utilities/dynamicVolume/getDataInTime.d.ts +8 -0
- package/dist/types/utilities/dynamicVolume/getDataInTime.d.ts.map +1 -0
- package/dist/types/utilities/dynamicVolume/index.d.ts +5 -0
- package/dist/types/utilities/dynamicVolume/index.d.ts.map +1 -0
- package/dist/types/utilities/getAnnotationNearPoint.d.ts +6 -0
- package/dist/types/utilities/getAnnotationNearPoint.d.ts.map +1 -0
- package/dist/types/utilities/getCalibratedUnits.d.ts +7 -0
- package/dist/types/utilities/getCalibratedUnits.d.ts.map +1 -0
- package/dist/types/utilities/getModalityUnit.d.ts +7 -0
- package/dist/types/utilities/getModalityUnit.d.ts.map +1 -0
- package/dist/types/utilities/getToolsWithModesForElement.d.ts +5 -0
- package/dist/types/utilities/getToolsWithModesForElement.d.ts.map +1 -0
- package/dist/types/utilities/getVOIMultipliers.d.ts +6 -0
- package/dist/types/utilities/getVOIMultipliers.d.ts.map +1 -0
- package/dist/types/utilities/index.d.ts +35 -0
- package/dist/types/utilities/index.d.ts.map +1 -0
- package/dist/types/utilities/isObject.d.ts +3 -0
- package/dist/types/utilities/isObject.d.ts.map +1 -0
- package/dist/types/utilities/math/angle/angleBetweenLines.d.ts +7 -0
- package/dist/types/utilities/math/angle/angleBetweenLines.d.ts.map +1 -0
- package/dist/types/utilities/math/basic/BasicStatsCalculator.d.ts +15 -0
- package/dist/types/utilities/math/basic/BasicStatsCalculator.d.ts.map +1 -0
- package/dist/types/utilities/math/basic/Calculator.d.ts +9 -0
- package/dist/types/utilities/math/basic/Calculator.d.ts.map +1 -0
- package/dist/types/utilities/math/basic/index.d.ts +4 -0
- package/dist/types/utilities/math/basic/index.d.ts.map +1 -0
- package/dist/types/utilities/math/circle/_types.d.ts +6 -0
- package/dist/types/utilities/math/circle/_types.d.ts.map +1 -0
- package/dist/types/utilities/math/circle/getCanvasCircleCorners.d.ts +4 -0
- package/dist/types/utilities/math/circle/getCanvasCircleCorners.d.ts.map +1 -0
- package/dist/types/utilities/math/circle/getCanvasCircleRadius.d.ts +3 -0
- package/dist/types/utilities/math/circle/getCanvasCircleRadius.d.ts.map +1 -0
- package/dist/types/utilities/math/circle/index.d.ts +4 -0
- package/dist/types/utilities/math/circle/index.d.ts.map +1 -0
- package/dist/types/utilities/math/ellipse/getCanvasEllipseCorners.d.ts +10 -0
- package/dist/types/utilities/math/ellipse/getCanvasEllipseCorners.d.ts.map +1 -0
- package/dist/types/utilities/math/ellipse/index.d.ts +4 -0
- package/dist/types/utilities/math/ellipse/index.d.ts.map +1 -0
- package/dist/types/utilities/math/ellipse/pointInEllipse.d.ts +10 -0
- package/dist/types/utilities/math/ellipse/pointInEllipse.d.ts.map +1 -0
- package/dist/types/utilities/math/ellipse/pointInEllipsoidWithConstraint.d.ts +10 -0
- package/dist/types/utilities/math/ellipse/pointInEllipsoidWithConstraint.d.ts.map +1 -0
- package/dist/types/utilities/math/index.d.ts +9 -0
- package/dist/types/utilities/math/index.d.ts.map +1 -0
- package/dist/types/utilities/math/line/distanceToPoint.d.ts +3 -0
- package/dist/types/utilities/math/line/distanceToPoint.d.ts.map +1 -0
- package/dist/types/utilities/math/line/distanceToPointSquared.d.ts +3 -0
- package/dist/types/utilities/math/line/distanceToPointSquared.d.ts.map +1 -0
- package/dist/types/utilities/math/line/index.d.ts +5 -0
- package/dist/types/utilities/math/line/index.d.ts.map +1 -0
- package/dist/types/utilities/math/line/intersectLine.d.ts +3 -0
- package/dist/types/utilities/math/line/intersectLine.d.ts.map +1 -0
- package/dist/types/utilities/math/midPoint.d.ts +6 -0
- package/dist/types/utilities/math/midPoint.d.ts.map +1 -0
- package/dist/types/utilities/math/point/distanceToPoint.d.ts +5 -0
- package/dist/types/utilities/math/point/distanceToPoint.d.ts.map +1 -0
- package/dist/types/utilities/math/point/index.d.ts +3 -0
- package/dist/types/utilities/math/point/index.d.ts.map +1 -0
- package/dist/types/utilities/math/polyline/addCanvasPointsToArray.d.ts +5 -0
- package/dist/types/utilities/math/polyline/addCanvasPointsToArray.d.ts.map +1 -0
- package/dist/types/utilities/math/polyline/calculateAreaOfPoints.d.ts +3 -0
- package/dist/types/utilities/math/polyline/calculateAreaOfPoints.d.ts.map +1 -0
- package/dist/types/utilities/math/polyline/getIntersectionWithPolyline.d.ts +10 -0
- package/dist/types/utilities/math/polyline/getIntersectionWithPolyline.d.ts.map +1 -0
- package/dist/types/utilities/math/polyline/getSubPixelSpacingAndXYDirections.d.ts +8 -0
- package/dist/types/utilities/math/polyline/getSubPixelSpacingAndXYDirections.d.ts.map +1 -0
- package/dist/types/utilities/math/polyline/index.d.ts +8 -0
- package/dist/types/utilities/math/polyline/index.d.ts.map +1 -0
- package/dist/types/utilities/math/polyline/planarFreehandROIInternalTypes.d.ts +24 -0
- package/dist/types/utilities/math/polyline/planarFreehandROIInternalTypes.d.ts.map +1 -0
- package/dist/types/utilities/math/polyline/pointCanProjectOnLine.d.ts +4 -0
- package/dist/types/utilities/math/polyline/pointCanProjectOnLine.d.ts.map +1 -0
- package/dist/types/utilities/math/polyline/pointInPolyline.d.ts +3 -0
- package/dist/types/utilities/math/polyline/pointInPolyline.d.ts.map +1 -0
- package/dist/types/utilities/math/polyline/pointsAreWithinCloseContourProximity.d.ts +4 -0
- package/dist/types/utilities/math/polyline/pointsAreWithinCloseContourProximity.d.ts.map +1 -0
- package/dist/types/utilities/math/rectangle/distanceToPoint.d.ts +3 -0
- package/dist/types/utilities/math/rectangle/distanceToPoint.d.ts.map +1 -0
- package/dist/types/utilities/math/rectangle/index.d.ts +3 -0
- package/dist/types/utilities/math/rectangle/index.d.ts.map +1 -0
- package/dist/types/utilities/math/sphere/index.d.ts +3 -0
- package/dist/types/utilities/math/sphere/index.d.ts.map +1 -0
- package/dist/types/utilities/math/sphere/pointInSphere.d.ts +9 -0
- package/dist/types/utilities/math/sphere/pointInSphere.d.ts.map +1 -0
- package/dist/types/utilities/math/vec2/findClosestPoint.d.ts +3 -0
- package/dist/types/utilities/math/vec2/findClosestPoint.d.ts.map +1 -0
- package/dist/types/utilities/math/vec2/index.d.ts +4 -0
- package/dist/types/utilities/math/vec2/index.d.ts.map +1 -0
- package/dist/types/utilities/math/vec2/liangBarksyClip.d.ts +2 -0
- package/dist/types/utilities/math/vec2/liangBarksyClip.d.ts.map +1 -0
- package/dist/types/utilities/math/vec3/interpolateVec3.d.ts +3 -0
- package/dist/types/utilities/math/vec3/interpolateVec3.d.ts.map +1 -0
- package/dist/types/utilities/orientation/getOrientationStringLPS.d.ts +3 -0
- package/dist/types/utilities/orientation/getOrientationStringLPS.d.ts.map +1 -0
- package/dist/types/utilities/orientation/index.d.ts +4 -0
- package/dist/types/utilities/orientation/index.d.ts.map +1 -0
- package/dist/types/utilities/orientation/invertOrientationStringLPS.d.ts +2 -0
- package/dist/types/utilities/orientation/invertOrientationStringLPS.d.ts.map +1 -0
- package/dist/types/utilities/planar/filterAnnotationsForDisplay.d.ts +4 -0
- package/dist/types/utilities/planar/filterAnnotationsForDisplay.d.ts.map +1 -0
- package/dist/types/utilities/planar/filterAnnotationsWithinSlice.d.ts +4 -0
- package/dist/types/utilities/planar/filterAnnotationsWithinSlice.d.ts.map +1 -0
- package/dist/types/utilities/planar/getPointInLineOfSightWithCriteria.d.ts +3 -0
- package/dist/types/utilities/planar/getPointInLineOfSightWithCriteria.d.ts.map +1 -0
- package/dist/types/utilities/planar/getWorldWidthAndHeightFromCorners.d.ts +6 -0
- package/dist/types/utilities/planar/getWorldWidthAndHeightFromCorners.d.ts.map +1 -0
- package/dist/types/utilities/planar/getWorldWidthAndHeightFromTwoPoints.d.ts +6 -0
- package/dist/types/utilities/planar/getWorldWidthAndHeightFromTwoPoints.d.ts.map +1 -0
- package/dist/types/utilities/planar/index.d.ts +13 -0
- package/dist/types/utilities/planar/index.d.ts.map +1 -0
- package/dist/types/utilities/planarFreehandROITool/index.d.ts +7 -0
- package/dist/types/utilities/planarFreehandROITool/index.d.ts.map +1 -0
- package/dist/types/utilities/planarFreehandROITool/interpolateAnnotation.d.ts +4 -0
- package/dist/types/utilities/planarFreehandROITool/interpolateAnnotation.d.ts.map +1 -0
- package/dist/types/utilities/planarFreehandROITool/interpolatePoints.d.ts +4 -0
- package/dist/types/utilities/planarFreehandROITool/interpolatePoints.d.ts.map +1 -0
- package/dist/types/utilities/planarFreehandROITool/interpolation/algorithms/bspline.d.ts +3 -0
- package/dist/types/utilities/planarFreehandROITool/interpolation/algorithms/bspline.d.ts.map +1 -0
- package/dist/types/utilities/planarFreehandROITool/interpolation/interpolateSegmentPoints.d.ts +3 -0
- package/dist/types/utilities/planarFreehandROITool/interpolation/interpolateSegmentPoints.d.ts.map +1 -0
- package/dist/types/utilities/pointInShapeCallback.d.ts +18 -0
- package/dist/types/utilities/pointInShapeCallback.d.ts.map +1 -0
- package/dist/types/utilities/pointInSurroundingSphereCallback.d.ts +5 -0
- package/dist/types/utilities/pointInSurroundingSphereCallback.d.ts.map +1 -0
- package/dist/types/utilities/pointToString.d.ts +2 -0
- package/dist/types/utilities/pointToString.d.ts.map +1 -0
- package/dist/types/utilities/polyData/utils.d.ts +5 -0
- package/dist/types/utilities/polyData/utils.d.ts.map +1 -0
- package/dist/types/utilities/rectangleROITool/getBoundsIJKFromRectangleAnnotations.d.ts +6 -0
- package/dist/types/utilities/rectangleROITool/getBoundsIJKFromRectangleAnnotations.d.ts.map +1 -0
- package/dist/types/utilities/rectangleROITool/index.d.ts +3 -0
- package/dist/types/utilities/rectangleROITool/index.d.ts.map +1 -0
- package/dist/types/utilities/roundNumber.d.ts +3 -0
- package/dist/types/utilities/roundNumber.d.ts.map +1 -0
- package/dist/types/utilities/scroll.d.ts +5 -0
- package/dist/types/utilities/scroll.d.ts.map +1 -0
- package/dist/types/utilities/segmentation/brushSizeForToolGroup.d.ts +3 -0
- package/dist/types/utilities/segmentation/brushSizeForToolGroup.d.ts.map +1 -0
- package/dist/types/utilities/segmentation/brushThresholdForToolGroup.d.ts +4 -0
- package/dist/types/utilities/segmentation/brushThresholdForToolGroup.d.ts.map +1 -0
- package/dist/types/utilities/segmentation/createLabelmapVolumeForViewport.d.ts +19 -0
- package/dist/types/utilities/segmentation/createLabelmapVolumeForViewport.d.ts.map +1 -0
- package/dist/types/utilities/segmentation/createMergedLabelmapForIndex.d.ts +4 -0
- package/dist/types/utilities/segmentation/createMergedLabelmapForIndex.d.ts.map +1 -0
- package/dist/types/utilities/segmentation/floodFill.d.ts +5 -0
- package/dist/types/utilities/segmentation/floodFill.d.ts.map +1 -0
- package/dist/types/utilities/segmentation/getDefaultRepresentationConfig.d.ts +3 -0
- package/dist/types/utilities/segmentation/getDefaultRepresentationConfig.d.ts.map +1 -0
- package/dist/types/utilities/segmentation/index.d.ts +13 -0
- package/dist/types/utilities/segmentation/index.d.ts.map +1 -0
- package/dist/types/utilities/segmentation/isValidRepresentationConfig.d.ts +3 -0
- package/dist/types/utilities/segmentation/isValidRepresentationConfig.d.ts.map +1 -0
- package/dist/types/utilities/segmentation/rectangleROIThresholdVolumeByRange.d.ts +20 -0
- package/dist/types/utilities/segmentation/rectangleROIThresholdVolumeByRange.d.ts.map +1 -0
- package/dist/types/utilities/segmentation/thresholdSegmentationByRange.d.ts +5 -0
- package/dist/types/utilities/segmentation/thresholdSegmentationByRange.d.ts.map +1 -0
- package/dist/types/utilities/segmentation/thresholdVolumeByRange.d.ts +11 -0
- package/dist/types/utilities/segmentation/thresholdVolumeByRange.d.ts.map +1 -0
- package/dist/types/utilities/segmentation/triggerSegmentationRender.d.ts +19 -0
- package/dist/types/utilities/segmentation/triggerSegmentationRender.d.ts.map +1 -0
- package/dist/types/utilities/segmentation/utilities.d.ts +13 -0
- package/dist/types/utilities/segmentation/utilities.d.ts.map +1 -0
- package/dist/types/utilities/stackPrefetch/index.d.ts +4 -0
- package/dist/types/utilities/stackPrefetch/index.d.ts.map +1 -0
- package/dist/types/utilities/stackPrefetch/stackContextPrefetch.d.ts +17 -0
- package/dist/types/utilities/stackPrefetch/stackContextPrefetch.d.ts.map +1 -0
- package/dist/types/utilities/stackPrefetch/stackPrefetch.d.ts +15 -0
- package/dist/types/utilities/stackPrefetch/stackPrefetch.d.ts.map +1 -0
- package/dist/types/utilities/stackPrefetch/stackPrefetchUtils.d.ts +15 -0
- package/dist/types/utilities/stackPrefetch/stackPrefetchUtils.d.ts.map +1 -0
- package/dist/types/utilities/stackPrefetch/state.d.ts +4 -0
- package/dist/types/utilities/stackPrefetch/state.d.ts.map +1 -0
- package/dist/types/utilities/throttle.d.ts +6 -0
- package/dist/types/utilities/throttle.d.ts.map +1 -0
- package/dist/types/utilities/touch/index.d.ts +11 -0
- package/dist/types/utilities/touch/index.d.ts.map +1 -0
- package/dist/types/utilities/triggerAnnotationRender.d.ts +23 -0
- package/dist/types/utilities/triggerAnnotationRender.d.ts.map +1 -0
- package/dist/types/utilities/triggerAnnotationRenderForViewportIds.d.ts +4 -0
- package/dist/types/utilities/triggerAnnotationRenderForViewportIds.d.ts.map +1 -0
- package/dist/types/utilities/viewport/index.d.ts +5 -0
- package/dist/types/utilities/viewport/index.d.ts.map +1 -0
- package/dist/types/utilities/viewport/isViewportPreScaled.d.ts +4 -0
- package/dist/types/utilities/viewport/isViewportPreScaled.d.ts.map +1 -0
- package/dist/types/utilities/viewport/jumpToSlice.d.ts +4 -0
- package/dist/types/utilities/viewport/jumpToSlice.d.ts.map +1 -0
- package/dist/types/utilities/viewport/jumpToWorld.d.ts +3 -0
- package/dist/types/utilities/viewport/jumpToWorld.d.ts.map +1 -0
- package/dist/types/utilities/viewportFilters/filterViewportsWithFrameOfReferenceUID.d.ts +3 -0
- package/dist/types/utilities/viewportFilters/filterViewportsWithFrameOfReferenceUID.d.ts.map +1 -0
- package/dist/types/utilities/viewportFilters/filterViewportsWithParallelNormals.d.ts +3 -0
- package/dist/types/utilities/viewportFilters/filterViewportsWithParallelNormals.d.ts.map +1 -0
- package/dist/types/utilities/viewportFilters/filterViewportsWithSameOrientation.d.ts +3 -0
- package/dist/types/utilities/viewportFilters/filterViewportsWithSameOrientation.d.ts.map +1 -0
- package/dist/types/utilities/viewportFilters/filterViewportsWithToolEnabled.d.ts +3 -0
- package/dist/types/utilities/viewportFilters/filterViewportsWithToolEnabled.d.ts.map +1 -0
- package/dist/types/utilities/viewportFilters/getViewportIdsWithToolToRender.d.ts +2 -0
- package/dist/types/utilities/viewportFilters/getViewportIdsWithToolToRender.d.ts.map +1 -0
- package/dist/types/utilities/viewportFilters/index.d.ts +6 -0
- package/dist/types/utilities/viewportFilters/index.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/Colorbar.d.ts +45 -0
- package/dist/types/utilities/voi/colorbar/Colorbar.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/ColorbarCanvas.d.ts +30 -0
- package/dist/types/utilities/voi/colorbar/ColorbarCanvas.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/ColorbarTicks.d.ts +47 -0
- package/dist/types/utilities/voi/colorbar/ColorbarTicks.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/ViewportColorbar.d.ts +24 -0
- package/dist/types/utilities/voi/colorbar/ViewportColorbar.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/common/areColorbarRangesEqual.d.ts +4 -0
- package/dist/types/utilities/voi/colorbar/common/areColorbarRangesEqual.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/common/areColorbarSizesEqual.d.ts +4 -0
- package/dist/types/utilities/voi/colorbar/common/areColorbarSizesEqual.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/common/index.d.ts +5 -0
- package/dist/types/utilities/voi/colorbar/common/index.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/common/isColorbarSizeValid.d.ts +4 -0
- package/dist/types/utilities/voi/colorbar/common/isColorbarSizeValid.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/common/isRangeTextPositionValid.d.ts +4 -0
- package/dist/types/utilities/voi/colorbar/common/isRangeTextPositionValid.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/common/isRangeValid.d.ts +4 -0
- package/dist/types/utilities/voi/colorbar/common/isRangeValid.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/enums/ColorbarRangeTextPosition.d.ts +7 -0
- package/dist/types/utilities/voi/colorbar/enums/ColorbarRangeTextPosition.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/enums/index.d.ts +2 -0
- package/dist/types/utilities/voi/colorbar/enums/index.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/index.d.ts +7 -0
- package/dist/types/utilities/voi/colorbar/index.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/types/ColorbarCanvasProps.d.ts +13 -0
- package/dist/types/utilities/voi/colorbar/types/ColorbarCanvasProps.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/types/ColorbarCommonProps.d.ts +12 -0
- package/dist/types/utilities/voi/colorbar/types/ColorbarCommonProps.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/types/ColorbarImageRange.d.ts +5 -0
- package/dist/types/utilities/voi/colorbar/types/ColorbarImageRange.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/types/ColorbarProps.d.ts +8 -0
- package/dist/types/utilities/voi/colorbar/types/ColorbarProps.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/types/ColorbarSize.d.ts +5 -0
- package/dist/types/utilities/voi/colorbar/types/ColorbarSize.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/types/ColorbarTicksProps.d.ts +8 -0
- package/dist/types/utilities/voi/colorbar/types/ColorbarTicksProps.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/types/ColorbarTicksStyle.d.ts +9 -0
- package/dist/types/utilities/voi/colorbar/types/ColorbarTicksStyle.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/types/ColorbarVOIRange.d.ts +3 -0
- package/dist/types/utilities/voi/colorbar/types/ColorbarVOIRange.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/types/ViewportColorbarProps.d.ts +6 -0
- package/dist/types/utilities/voi/colorbar/types/ViewportColorbarProps.d.ts.map +1 -0
- package/dist/types/utilities/voi/colorbar/types/index.d.ts +9 -0
- package/dist/types/utilities/voi/colorbar/types/index.d.ts.map +1 -0
- package/dist/types/utilities/voi/index.d.ts +3 -0
- package/dist/types/utilities/voi/index.d.ts.map +1 -0
- package/dist/types/widgets/Widget.d.ts +18 -0
- package/dist/types/widgets/Widget.d.ts.map +1 -0
- package/dist/types/widgets/types/WidgetProps.d.ts +5 -0
- package/dist/types/widgets/types/WidgetProps.d.ts.map +1 -0
- package/dist/types/widgets/types/WidgetSize.d.ts +5 -0
- package/dist/types/widgets/types/WidgetSize.d.ts.map +1 -0
- package/dist/types/widgets/types/index.d.ts +3 -0
- package/dist/types/widgets/types/index.d.ts.map +1 -0
- package/dist/umd/index.js +1 -1
- package/dist/umd/index.js.map +1 -1
- package/package.json +4 -4
- package/src/tools/StackScrollTool.ts +2 -18
- package/src/tools/WindowLevelTool.ts +17 -17
- package/src/types/index.ts +7 -7
- package/src/utilities/stackPrefetch/stackPrefetch.ts +0 -2
- package/dist/esm/constants/COLOR_LUT.d.ts +0 -2
- package/dist/esm/constants/index.d.ts +0 -2
- package/dist/esm/cursors/ImageMouseCursor.d.ts +0 -9
- package/dist/esm/cursors/MouseCursor.d.ts +0 -12
- package/dist/esm/cursors/SVGCursorDescriptor.d.ts +0 -9
- package/dist/esm/cursors/SVGMouseCursor.d.ts +0 -6
- package/dist/esm/cursors/elementCursor.d.ts +0 -6
- package/dist/esm/cursors/index.d.ts +0 -8
- package/dist/esm/cursors/setCursorForElement.d.ts +0 -2
- package/dist/esm/drawingSvg/_getHash.d.ts +0 -2
- package/dist/esm/drawingSvg/clearByToolType.d.ts +0 -2
- package/dist/esm/drawingSvg/draw.d.ts +0 -2
- package/dist/esm/drawingSvg/drawArrow.d.ts +0 -3
- package/dist/esm/drawingSvg/drawCircle.d.ts +0 -4
- package/dist/esm/drawingSvg/drawEllipse.d.ts +0 -4
- package/dist/esm/drawingSvg/drawHandles.d.ts +0 -4
- package/dist/esm/drawingSvg/drawLine.d.ts +0 -3
- package/dist/esm/drawingSvg/drawLink.d.ts +0 -4
- package/dist/esm/drawingSvg/drawLinkedTextBox.d.ts +0 -4
- package/dist/esm/drawingSvg/drawPolyline.d.ts +0 -11
- package/dist/esm/drawingSvg/drawRect.d.ts +0 -3
- package/dist/esm/drawingSvg/drawRedactionRect.d.ts +0 -1
- package/dist/esm/drawingSvg/drawTextBox.d.ts +0 -4
- package/dist/esm/drawingSvg/getSvgDrawingHelper.d.ts +0 -3
- package/dist/esm/drawingSvg/index.d.ts +0 -14
- package/dist/esm/drawingSvg/setAttributesIfNecessary.d.ts +0 -2
- package/dist/esm/drawingSvg/setNewAttributesIfValid.d.ts +0 -2
- package/dist/esm/enums/AnnotationStyleStates.d.ts +0 -7
- package/dist/esm/enums/Events.d.ts +0 -36
- package/dist/esm/enums/SegmentationRepresentations.d.ts +0 -6
- package/dist/esm/enums/ToolBindings.d.ts +0 -24
- package/dist/esm/enums/ToolModes.d.ts +0 -7
- package/dist/esm/enums/Touch.d.ts +0 -7
- package/dist/esm/enums/index.d.ts +0 -8
- package/dist/esm/eventDispatchers/annotationModifiedEventDispatcher.d.ts +0 -5
- package/dist/esm/eventDispatchers/cameraModifiedEventDispatcher.d.ts +0 -5
- package/dist/esm/eventDispatchers/imageRenderedEventDispatcher.d.ts +0 -5
- package/dist/esm/eventDispatchers/imageSpacingCalibratedEventDispatcher.d.ts +0 -5
- package/dist/esm/eventDispatchers/index.d.ts +0 -7
- package/dist/esm/eventDispatchers/keyboardEventHandlers/index.d.ts +0 -3
- package/dist/esm/eventDispatchers/keyboardEventHandlers/keyDown.d.ts +0 -2
- package/dist/esm/eventDispatchers/keyboardEventHandlers/keyUp.d.ts +0 -2
- package/dist/esm/eventDispatchers/keyboardToolEventDispatcher.d.ts +0 -5
- package/dist/esm/eventDispatchers/mouseEventHandlers/index.d.ts +0 -9
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseClick.d.ts +0 -2
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDoubleClick.d.ts +0 -2
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDown.d.ts +0 -2
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownActivate.d.ts +0 -2
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownAnnotationAction.d.ts +0 -2
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDrag.d.ts +0 -2
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseMove.d.ts +0 -2
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseUp.d.ts +0 -2
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseWheel.d.ts +0 -2
- package/dist/esm/eventDispatchers/mouseToolEventDispatcher.d.ts +0 -5
- package/dist/esm/eventDispatchers/shared/customCallbackHandler.d.ts +0 -1
- package/dist/esm/eventDispatchers/shared/getActiveToolForKeyboardEvent.d.ts +0 -2
- package/dist/esm/eventDispatchers/shared/getActiveToolForMouseEvent.d.ts +0 -2
- package/dist/esm/eventDispatchers/shared/getActiveToolForTouchEvent.d.ts +0 -2
- package/dist/esm/eventDispatchers/shared/getMouseModifier.d.ts +0 -3
- package/dist/esm/eventDispatchers/shared/getToolsWithActionsForMouseEvent.d.ts +0 -3
- package/dist/esm/eventDispatchers/shared/getToolsWithModesForMouseEvent.d.ts +0 -5
- package/dist/esm/eventDispatchers/shared/getToolsWithModesForTouchEvent.d.ts +0 -5
- package/dist/esm/eventDispatchers/touchEventHandlers/index.d.ts +0 -7
- package/dist/esm/eventDispatchers/touchEventHandlers/touchDrag.d.ts +0 -2
- package/dist/esm/eventDispatchers/touchEventHandlers/touchEnd.d.ts +0 -2
- package/dist/esm/eventDispatchers/touchEventHandlers/touchPress.d.ts +0 -2
- package/dist/esm/eventDispatchers/touchEventHandlers/touchStart.d.ts +0 -2
- package/dist/esm/eventDispatchers/touchEventHandlers/touchStartActivate.d.ts +0 -2
- package/dist/esm/eventDispatchers/touchEventHandlers/touchTap.d.ts +0 -2
- package/dist/esm/eventDispatchers/touchToolEventDispatcher.d.ts +0 -5
- package/dist/esm/eventListeners/annotations/annotationModifiedListener.d.ts +0 -2
- package/dist/esm/eventListeners/annotations/annotationSelectionListener.d.ts +0 -2
- package/dist/esm/eventListeners/annotations/index.d.ts +0 -3
- package/dist/esm/eventListeners/index.d.ts +0 -7
- package/dist/esm/eventListeners/keyboard/index.d.ts +0 -9
- package/dist/esm/eventListeners/keyboard/keyDownListener.d.ts +0 -4
- package/dist/esm/eventListeners/mouse/getMouseEventPoints.d.ts +0 -2
- package/dist/esm/eventListeners/mouse/index.d.ts +0 -7
- package/dist/esm/eventListeners/mouse/mouseDoubleClickListener.d.ts +0 -2
- package/dist/esm/eventListeners/mouse/mouseDownListener.d.ts +0 -4
- package/dist/esm/eventListeners/mouse/mouseMoveListener.d.ts +0 -2
- package/dist/esm/eventListeners/segmentation/index.d.ts +0 -5
- package/dist/esm/eventListeners/segmentation/segmentationDataModifiedEventListener.d.ts +0 -3
- package/dist/esm/eventListeners/segmentation/segmentationModifiedEventListener.d.ts +0 -3
- package/dist/esm/eventListeners/segmentation/segmentationRepresentationModifiedEventListener.d.ts +0 -3
- package/dist/esm/eventListeners/segmentation/segmentationRepresentationRemovedEventListener.d.ts +0 -3
- package/dist/esm/eventListeners/touch/getTouchEventPoints.d.ts +0 -2
- package/dist/esm/eventListeners/touch/index.d.ts +0 -7
- package/dist/esm/eventListeners/touch/preventGhostClick.d.ts +0 -7
- package/dist/esm/eventListeners/touch/touchStartListener.d.ts +0 -2
- package/dist/esm/eventListeners/wheel/index.d.ts +0 -7
- package/dist/esm/eventListeners/wheel/normalizeWheel.d.ts +0 -6
- package/dist/esm/eventListeners/wheel/wheelListener.d.ts +0 -2
- package/dist/esm/index.d.ts +0 -14
- package/dist/esm/init.d.ts +0 -3
- package/dist/esm/stateManagement/annotation/FrameOfReferenceSpecificAnnotationManager.d.ts +0 -24
- package/dist/esm/stateManagement/annotation/annotationLocking.d.ts +0 -8
- package/dist/esm/stateManagement/annotation/annotationSelection.d.ts +0 -7
- package/dist/esm/stateManagement/annotation/annotationState.d.ts +0 -12
- package/dist/esm/stateManagement/annotation/annotationVisibility.d.ts +0 -6
- package/dist/esm/stateManagement/annotation/config/ToolStyle.d.ts +0 -18
- package/dist/esm/stateManagement/annotation/config/getFont.d.ts +0 -4
- package/dist/esm/stateManagement/annotation/config/getState.d.ts +0 -4
- package/dist/esm/stateManagement/annotation/config/helpers.d.ts +0 -4
- package/dist/esm/stateManagement/annotation/config/index.d.ts +0 -4
- package/dist/esm/stateManagement/annotation/helpers/state.d.ts +0 -4
- package/dist/esm/stateManagement/annotation/index.d.ts +0 -7
- package/dist/esm/stateManagement/index.d.ts +0 -15
- package/dist/esm/stateManagement/segmentation/SegmentationStateManager.d.ts +0 -33
- package/dist/esm/stateManagement/segmentation/activeSegmentation.d.ts +0 -4
- package/dist/esm/stateManagement/segmentation/addSegmentationRepresentations.d.ts +0 -3
- package/dist/esm/stateManagement/segmentation/addSegmentations.d.ts +0 -3
- package/dist/esm/stateManagement/segmentation/config/index.d.ts +0 -4
- package/dist/esm/stateManagement/segmentation/config/segmentationColor.d.ts +0 -7
- package/dist/esm/stateManagement/segmentation/config/segmentationConfig.d.ts +0 -13
- package/dist/esm/stateManagement/segmentation/config/segmentationVisibility.d.ts +0 -5
- package/dist/esm/stateManagement/segmentation/helpers/index.d.ts +0 -2
- package/dist/esm/stateManagement/segmentation/helpers/normalizeSegmentationInput.d.ts +0 -3
- package/dist/esm/stateManagement/segmentation/helpers/validateSegmentationInput.d.ts +0 -3
- package/dist/esm/stateManagement/segmentation/index.d.ts +0 -10
- package/dist/esm/stateManagement/segmentation/removeSegmentationsFromToolGroup.d.ts +0 -2
- package/dist/esm/stateManagement/segmentation/segmentIndex.d.ts +0 -3
- package/dist/esm/stateManagement/segmentation/segmentLocking.d.ts +0 -4
- package/dist/esm/stateManagement/segmentation/segmentationState.d.ts +0 -24
- package/dist/esm/stateManagement/segmentation/triggerSegmentationEvents.d.ts +0 -6
- package/dist/esm/store/SynchronizerManager/Synchronizer.d.ts +0 -33
- package/dist/esm/store/SynchronizerManager/createSynchronizer.d.ts +0 -4
- package/dist/esm/store/SynchronizerManager/destroy.d.ts +0 -2
- package/dist/esm/store/SynchronizerManager/destroySynchronizer.d.ts +0 -2
- package/dist/esm/store/SynchronizerManager/getAllSynchronizers.d.ts +0 -3
- package/dist/esm/store/SynchronizerManager/getSynchronizer.d.ts +0 -3
- package/dist/esm/store/SynchronizerManager/getSynchronizersForViewport.d.ts +0 -3
- package/dist/esm/store/SynchronizerManager/index.d.ts +0 -7
- package/dist/esm/store/ToolGroupManager/ToolGroup.d.ts +0 -36
- package/dist/esm/store/ToolGroupManager/createToolGroup.d.ts +0 -3
- package/dist/esm/store/ToolGroupManager/destroy.d.ts +0 -2
- package/dist/esm/store/ToolGroupManager/destroyToolGroup.d.ts +0 -2
- package/dist/esm/store/ToolGroupManager/getAllToolGroups.d.ts +0 -3
- package/dist/esm/store/ToolGroupManager/getToolGroup.d.ts +0 -3
- package/dist/esm/store/ToolGroupManager/getToolGroupForViewport.d.ts +0 -3
- package/dist/esm/store/ToolGroupManager/getToolGroupsWithToolName.d.ts +0 -3
- package/dist/esm/store/ToolGroupManager/index.d.ts +0 -8
- package/dist/esm/store/addEnabledElement.d.ts +0 -2
- package/dist/esm/store/addTool.d.ts +0 -3
- package/dist/esm/store/cancelActiveManipulations.d.ts +0 -1
- package/dist/esm/store/filterMoveableAnnotationTools.d.ts +0 -3
- package/dist/esm/store/filterToolsWithAnnotationsForElement.d.ts +0 -3
- package/dist/esm/store/filterToolsWithMoveableHandles.d.ts +0 -3
- package/dist/esm/store/index.d.ts +0 -10
- package/dist/esm/store/removeEnabledElement.d.ts +0 -3
- package/dist/esm/store/state.d.ts +0 -17
- package/dist/esm/store/svgNodeCache.d.ts +0 -3
- package/dist/esm/synchronizers/callbacks/areViewportsCoplanar .d.ts +0 -2
- package/dist/esm/synchronizers/callbacks/cameraSyncCallback.d.ts +0 -3
- package/dist/esm/synchronizers/callbacks/stackImageSyncCallback.d.ts +0 -3
- package/dist/esm/synchronizers/callbacks/voiSyncCallback.d.ts +0 -2
- package/dist/esm/synchronizers/callbacks/zoomPanSyncCallback.d.ts +0 -3
- package/dist/esm/synchronizers/index.d.ts +0 -5
- package/dist/esm/synchronizers/synchronizers/createCameraPositionSynchronizer.d.ts +0 -2
- package/dist/esm/synchronizers/synchronizers/createStackImageSynchronizer.d.ts +0 -2
- package/dist/esm/synchronizers/synchronizers/createVOISynchronizer.d.ts +0 -6
- package/dist/esm/synchronizers/synchronizers/createZoomPanSynchronizer.d.ts +0 -2
- package/dist/esm/synchronizers/synchronizers/index.d.ts +0 -5
- package/dist/esm/tools/AdvancedMagnifyTool.d.ts +0 -36
- package/dist/esm/tools/AdvancedMagnifyViewport.d.ts +0 -76
- package/dist/esm/tools/AdvancedMagnifyViewportManager.d.ts +0 -36
- package/dist/esm/tools/CrosshairsTool.d.ts +0 -71
- package/dist/esm/tools/MIPJumpToClickTool.d.ts +0 -9
- package/dist/esm/tools/MagnifyTool.d.ts +0 -25
- package/dist/esm/tools/OrientationMarkerTool.d.ts +0 -90
- package/dist/esm/tools/OverlayGridTool.d.ts +0 -31
- package/dist/esm/tools/PanTool.d.ts +0 -10
- package/dist/esm/tools/PlanarRotateTool.d.ts +0 -10
- package/dist/esm/tools/ReferenceCursors.d.ts +0 -27
- package/dist/esm/tools/ReferenceLinesTool.d.ts +0 -28
- package/dist/esm/tools/ScaleOverlayTool.d.ts +0 -40
- package/dist/esm/tools/SegmentationIntersectionTool.d.ts +0 -18
- package/dist/esm/tools/StackScrollTool.d.ts +0 -13
- package/dist/esm/tools/StackScrollToolMouseWheelTool.d.ts +0 -16
- package/dist/esm/tools/TrackballRotateTool.d.ts +0 -11
- package/dist/esm/tools/VolumeRotateMouseWheelTool.d.ts +0 -10
- package/dist/esm/tools/WindowLevelTool.d.ts +0 -37
- package/dist/esm/tools/ZoomTool.d.ts +0 -19
- package/dist/esm/tools/annotation/AngleTool.d.ts +0 -36
- package/dist/esm/tools/annotation/ArrowAnnotateTool.d.ts +0 -38
- package/dist/esm/tools/annotation/BidirectionalTool.d.ts +0 -42
- package/dist/esm/tools/annotation/CircleROITool.d.ts +0 -38
- package/dist/esm/tools/annotation/CobbAngleTool.d.ts +0 -63
- package/dist/esm/tools/annotation/DragProbeTool.d.ts +0 -25
- package/dist/esm/tools/annotation/EllipticalROITool.d.ts +0 -44
- package/dist/esm/tools/annotation/LengthTool.d.ts +0 -37
- package/dist/esm/tools/annotation/PlanarFreehandROITool.d.ts +0 -39
- package/dist/esm/tools/annotation/ProbeTool.d.ts +0 -34
- package/dist/esm/tools/annotation/RectangleROITool.d.ts +0 -40
- package/dist/esm/tools/annotation/VideoRedactionTool.d.ts +0 -46
- package/dist/esm/tools/annotation/planarFreehandROITool/closedContourEditLoop.d.ts +0 -2
- package/dist/esm/tools/annotation/planarFreehandROITool/drawLoop.d.ts +0 -2
- package/dist/esm/tools/annotation/planarFreehandROITool/editLoopCommon.d.ts +0 -2
- package/dist/esm/tools/annotation/planarFreehandROITool/findOpenUShapedContourVectorToPeak.d.ts +0 -4
- package/dist/esm/tools/annotation/planarFreehandROITool/openContourEditLoop.d.ts +0 -2
- package/dist/esm/tools/annotation/planarFreehandROITool/openContourEndEditLoop.d.ts +0 -2
- package/dist/esm/tools/annotation/planarFreehandROITool/renderMethods.d.ts +0 -2
- package/dist/esm/tools/base/AnnotationDisplayTool.d.ts +0 -13
- package/dist/esm/tools/base/AnnotationTool.d.ts +0 -19
- package/dist/esm/tools/base/BaseTool.d.ts +0 -31
- package/dist/esm/tools/base/index.d.ts +0 -4
- package/dist/esm/tools/displayTools/Contour/addContourSetsToElement.d.ts +0 -3
- package/dist/esm/tools/displayTools/Contour/addOrUpdateContourSets.d.ts +0 -3
- package/dist/esm/tools/displayTools/Contour/contourConfig.d.ts +0 -3
- package/dist/esm/tools/displayTools/Contour/contourConfigCache.d.ts +0 -9
- package/dist/esm/tools/displayTools/Contour/contourDisplay.d.ts +0 -11
- package/dist/esm/tools/displayTools/Contour/index.d.ts +0 -2
- package/dist/esm/tools/displayTools/Contour/removeContourFromElement.d.ts +0 -2
- package/dist/esm/tools/displayTools/Contour/updateContourSets.d.ts +0 -3
- package/dist/esm/tools/displayTools/Contour/utils.d.ts +0 -6
- package/dist/esm/tools/displayTools/Labelmap/addLabelmapToElement.d.ts +0 -2
- package/dist/esm/tools/displayTools/Labelmap/index.d.ts +0 -3
- package/dist/esm/tools/displayTools/Labelmap/labelmapConfig.d.ts +0 -5
- package/dist/esm/tools/displayTools/Labelmap/labelmapDisplay.d.ts +0 -11
- package/dist/esm/tools/displayTools/Labelmap/removeLabelmapFromElement.d.ts +0 -2
- package/dist/esm/tools/displayTools/Labelmap/validateRepresentationData.d.ts +0 -3
- package/dist/esm/tools/displayTools/SegmentationDisplayTool.d.ts +0 -12
- package/dist/esm/tools/displayTools/Surface/addSurfaceToElement.d.ts +0 -2
- package/dist/esm/tools/displayTools/Surface/index.d.ts +0 -2
- package/dist/esm/tools/displayTools/Surface/removeSurfaceFromElement.d.ts +0 -2
- package/dist/esm/tools/displayTools/Surface/surfaceDisplay.d.ts +0 -11
- package/dist/esm/tools/index.d.ts +0 -40
- package/dist/esm/tools/segmentation/BrushTool.d.ts +0 -24
- package/dist/esm/tools/segmentation/CircleScissorsTool.d.ts +0 -30
- package/dist/esm/tools/segmentation/PaintFillTool.d.ts +0 -13
- package/dist/esm/tools/segmentation/RectangleROIStartEndThresholdTool.d.ts +0 -56
- package/dist/esm/tools/segmentation/RectangleROIThresholdTool.d.ts +0 -45
- package/dist/esm/tools/segmentation/RectangleScissorsTool.d.ts +0 -30
- package/dist/esm/tools/segmentation/SphereScissorsTool.d.ts +0 -31
- package/dist/esm/tools/segmentation/strategies/eraseCircle.d.ts +0 -15
- package/dist/esm/tools/segmentation/strategies/eraseRectangle.d.ts +0 -12
- package/dist/esm/tools/segmentation/strategies/eraseSphere.d.ts +0 -15
- package/dist/esm/tools/segmentation/strategies/fillCircle.d.ts +0 -17
- package/dist/esm/tools/segmentation/strategies/fillRectangle.d.ts +0 -13
- package/dist/esm/tools/segmentation/strategies/fillSphere.d.ts +0 -17
- package/dist/esm/tools/segmentation/strategies/index.d.ts +0 -3
- package/dist/esm/tools/segmentation/strategies/utils/isWithinThreshold.d.ts +0 -3
- package/dist/esm/types/AnnotationGroupSelector.d.ts +0 -2
- package/dist/esm/types/AnnotationStyle.d.ts +0 -30
- package/dist/esm/types/AnnotationTypes.d.ts +0 -45
- package/dist/esm/types/BoundsIJK.d.ts +0 -3
- package/dist/esm/types/CINETypes.d.ts +0 -29
- package/dist/esm/types/CalculatorTypes.d.ts +0 -6
- package/dist/esm/types/ContourTypes.d.ts +0 -14
- package/dist/esm/types/CursorTypes.d.ts +0 -11
- package/dist/esm/types/EventTypes.d.ts +0 -215
- package/dist/esm/types/FloodFillTypes.d.ts +0 -15
- package/dist/esm/types/IAnnotationManager.d.ts +0 -14
- package/dist/esm/types/IDistance.d.ts +0 -7
- package/dist/esm/types/IPoints.d.ts +0 -8
- package/dist/esm/types/ISetToolModeOptions.d.ts +0 -16
- package/dist/esm/types/ISynchronizerEventHandler.d.ts +0 -5
- package/dist/esm/types/IToolClassReference.d.ts +0 -3
- package/dist/esm/types/IToolGroup.d.ts +0 -60
- package/dist/esm/types/ITouchPoints.d.ts +0 -11
- package/dist/esm/types/InteractionTypes.d.ts +0 -2
- package/dist/esm/types/InternalToolTypes.d.ts +0 -15
- package/dist/esm/types/JumpToSliceOptions.d.ts +0 -6
- package/dist/esm/types/LabelmapTypes.d.ts +0 -21
- package/dist/esm/types/PlanarBoundingBox.d.ts +0 -7
- package/dist/esm/types/SVGDrawingHelper.d.ts +0 -9
- package/dist/esm/types/ScrollOptions.d.ts +0 -7
- package/dist/esm/types/SegmentationStateTypes.d.ts +0 -84
- package/dist/esm/types/SurfaceTypes.d.ts +0 -4
- package/dist/esm/types/ToolAction.d.ts +0 -8
- package/dist/esm/types/ToolHandle.d.ts +0 -15
- package/dist/esm/types/ToolProps.d.ts +0 -13
- package/dist/esm/types/ToolSpecificAnnotationTypes.d.ts +0 -373
- package/dist/esm/types/index.d.ts +0 -31
- package/dist/esm/utilities/boundingBox/extend2DBoundingBoxInViewAxis.d.ts +0 -3
- package/dist/esm/utilities/boundingBox/getBoundingBoxAroundShape.d.ts +0 -3
- package/dist/esm/utilities/boundingBox/index.d.ts +0 -3
- package/dist/esm/utilities/calibrateImageSpacing.d.ts +0 -2
- package/dist/esm/utilities/cine/events.d.ts +0 -5
- package/dist/esm/utilities/cine/index.d.ts +0 -4
- package/dist/esm/utilities/cine/playClip.d.ts +0 -4
- package/dist/esm/utilities/cine/state.d.ts +0 -4
- package/dist/esm/utilities/clip.d.ts +0 -3
- package/dist/esm/utilities/debounce.d.ts +0 -6
- package/dist/esm/utilities/drawing/getTextBoxCoordsCanvas.d.ts +0 -2
- package/dist/esm/utilities/drawing/index.d.ts +0 -2
- package/dist/esm/utilities/dynamicVolume/generateImageFromTimeData.d.ts +0 -3
- package/dist/esm/utilities/dynamicVolume/getDataInTime.d.ts +0 -7
- package/dist/esm/utilities/dynamicVolume/index.d.ts +0 -4
- package/dist/esm/utilities/getAnnotationNearPoint.d.ts +0 -5
- package/dist/esm/utilities/getCalibratedUnits.d.ts +0 -6
- package/dist/esm/utilities/getModalityUnit.d.ts +0 -6
- package/dist/esm/utilities/getToolsWithModesForElement.d.ts +0 -4
- package/dist/esm/utilities/getVOIMultipliers.d.ts +0 -5
- package/dist/esm/utilities/index.d.ts +0 -34
- package/dist/esm/utilities/isObject.d.ts +0 -2
- package/dist/esm/utilities/math/angle/angleBetweenLines.d.ts +0 -6
- package/dist/esm/utilities/math/basic/BasicStatsCalculator.d.ts +0 -14
- package/dist/esm/utilities/math/basic/Calculator.d.ts +0 -8
- package/dist/esm/utilities/math/basic/index.d.ts +0 -3
- package/dist/esm/utilities/math/circle/_types.d.ts +0 -5
- package/dist/esm/utilities/math/circle/getCanvasCircleCorners.d.ts +0 -3
- package/dist/esm/utilities/math/circle/getCanvasCircleRadius.d.ts +0 -2
- package/dist/esm/utilities/math/circle/index.d.ts +0 -3
- package/dist/esm/utilities/math/ellipse/getCanvasEllipseCorners.d.ts +0 -9
- package/dist/esm/utilities/math/ellipse/index.d.ts +0 -3
- package/dist/esm/utilities/math/ellipse/pointInEllipse.d.ts +0 -9
- package/dist/esm/utilities/math/ellipse/pointInEllipsoidWithConstraint.d.ts +0 -9
- package/dist/esm/utilities/math/index.d.ts +0 -8
- package/dist/esm/utilities/math/line/distanceToPoint.d.ts +0 -2
- package/dist/esm/utilities/math/line/distanceToPointSquared.d.ts +0 -2
- package/dist/esm/utilities/math/line/index.d.ts +0 -4
- package/dist/esm/utilities/math/line/intersectLine.d.ts +0 -2
- package/dist/esm/utilities/math/midPoint.d.ts +0 -5
- package/dist/esm/utilities/math/point/distanceToPoint.d.ts +0 -4
- package/dist/esm/utilities/math/point/index.d.ts +0 -2
- package/dist/esm/utilities/math/polyline/addCanvasPointsToArray.d.ts +0 -4
- package/dist/esm/utilities/math/polyline/calculateAreaOfPoints.d.ts +0 -2
- package/dist/esm/utilities/math/polyline/getIntersectionWithPolyline.d.ts +0 -9
- package/dist/esm/utilities/math/polyline/getSubPixelSpacingAndXYDirections.d.ts +0 -7
- package/dist/esm/utilities/math/polyline/index.d.ts +0 -7
- package/dist/esm/utilities/math/polyline/planarFreehandROIInternalTypes.d.ts +0 -23
- package/dist/esm/utilities/math/polyline/pointCanProjectOnLine.d.ts +0 -3
- package/dist/esm/utilities/math/polyline/pointInPolyline.d.ts +0 -2
- package/dist/esm/utilities/math/polyline/pointsAreWithinCloseContourProximity.d.ts +0 -3
- package/dist/esm/utilities/math/rectangle/distanceToPoint.d.ts +0 -2
- package/dist/esm/utilities/math/rectangle/index.d.ts +0 -2
- package/dist/esm/utilities/math/sphere/index.d.ts +0 -2
- package/dist/esm/utilities/math/sphere/pointInSphere.d.ts +0 -8
- package/dist/esm/utilities/math/vec2/findClosestPoint.d.ts +0 -2
- package/dist/esm/utilities/math/vec2/index.d.ts +0 -3
- package/dist/esm/utilities/math/vec2/liangBarksyClip.d.ts +0 -1
- package/dist/esm/utilities/math/vec3/interpolateVec3.d.ts +0 -2
- package/dist/esm/utilities/orientation/getOrientationStringLPS.d.ts +0 -2
- package/dist/esm/utilities/orientation/index.d.ts +0 -3
- package/dist/esm/utilities/orientation/invertOrientationStringLPS.d.ts +0 -1
- package/dist/esm/utilities/planar/filterAnnotationsForDisplay.d.ts +0 -3
- package/dist/esm/utilities/planar/filterAnnotationsWithinSlice.d.ts +0 -3
- package/dist/esm/utilities/planar/getPointInLineOfSightWithCriteria.d.ts +0 -2
- package/dist/esm/utilities/planar/getWorldWidthAndHeightFromCorners.d.ts +0 -5
- package/dist/esm/utilities/planar/getWorldWidthAndHeightFromTwoPoints.d.ts +0 -5
- package/dist/esm/utilities/planar/index.d.ts +0 -12
- package/dist/esm/utilities/planarFreehandROITool/index.d.ts +0 -6
- package/dist/esm/utilities/planarFreehandROITool/interpolateAnnotation.d.ts +0 -3
- package/dist/esm/utilities/planarFreehandROITool/interpolatePoints.d.ts +0 -3
- package/dist/esm/utilities/planarFreehandROITool/interpolation/algorithms/bspline.d.ts +0 -2
- package/dist/esm/utilities/planarFreehandROITool/interpolation/interpolateSegmentPoints.d.ts +0 -2
- package/dist/esm/utilities/pointInShapeCallback.d.ts +0 -17
- package/dist/esm/utilities/pointInSurroundingSphereCallback.d.ts +0 -4
- package/dist/esm/utilities/pointToString.d.ts +0 -1
- package/dist/esm/utilities/polyData/utils.d.ts +0 -4
- package/dist/esm/utilities/rectangleROITool/getBoundsIJKFromRectangleAnnotations.d.ts +0 -5
- package/dist/esm/utilities/rectangleROITool/index.d.ts +0 -2
- package/dist/esm/utilities/roundNumber.d.ts +0 -2
- package/dist/esm/utilities/scroll.d.ts +0 -4
- package/dist/esm/utilities/segmentation/brushSizeForToolGroup.d.ts +0 -2
- package/dist/esm/utilities/segmentation/brushThresholdForToolGroup.d.ts +0 -3
- package/dist/esm/utilities/segmentation/createLabelmapVolumeForViewport.d.ts +0 -18
- package/dist/esm/utilities/segmentation/createMergedLabelmapForIndex.d.ts +0 -3
- package/dist/esm/utilities/segmentation/floodFill.d.ts +0 -4
- package/dist/esm/utilities/segmentation/getDefaultRepresentationConfig.d.ts +0 -2
- package/dist/esm/utilities/segmentation/index.d.ts +0 -12
- package/dist/esm/utilities/segmentation/isValidRepresentationConfig.d.ts +0 -2
- package/dist/esm/utilities/segmentation/rectangleROIThresholdVolumeByRange.d.ts +0 -19
- package/dist/esm/utilities/segmentation/thresholdSegmentationByRange.d.ts +0 -4
- package/dist/esm/utilities/segmentation/thresholdVolumeByRange.d.ts +0 -10
- package/dist/esm/utilities/segmentation/triggerSegmentationRender.d.ts +0 -18
- package/dist/esm/utilities/segmentation/utilities.d.ts +0 -12
- package/dist/esm/utilities/stackPrefetch/index.d.ts +0 -3
- package/dist/esm/utilities/stackPrefetch/stackContextPrefetch.d.ts +0 -16
- package/dist/esm/utilities/stackPrefetch/stackPrefetch.d.ts +0 -14
- package/dist/esm/utilities/stackPrefetch/stackPrefetchUtils.d.ts +0 -14
- package/dist/esm/utilities/stackPrefetch/state.d.ts +0 -3
- package/dist/esm/utilities/throttle.d.ts +0 -5
- package/dist/esm/utilities/touch/index.d.ts +0 -10
- package/dist/esm/utilities/triggerAnnotationRender.d.ts +0 -22
- package/dist/esm/utilities/triggerAnnotationRenderForViewportIds.d.ts +0 -3
- package/dist/esm/utilities/viewport/index.d.ts +0 -4
- package/dist/esm/utilities/viewport/isViewportPreScaled.d.ts +0 -3
- package/dist/esm/utilities/viewport/jumpToSlice.d.ts +0 -3
- package/dist/esm/utilities/viewport/jumpToWorld.d.ts +0 -2
- package/dist/esm/utilities/viewportFilters/filterViewportsWithFrameOfReferenceUID.d.ts +0 -2
- package/dist/esm/utilities/viewportFilters/filterViewportsWithParallelNormals.d.ts +0 -2
- package/dist/esm/utilities/viewportFilters/filterViewportsWithSameOrientation.d.ts +0 -2
- package/dist/esm/utilities/viewportFilters/filterViewportsWithToolEnabled.d.ts +0 -2
- package/dist/esm/utilities/viewportFilters/getViewportIdsWithToolToRender.d.ts +0 -1
- package/dist/esm/utilities/viewportFilters/index.d.ts +0 -5
- package/dist/esm/utilities/voi/colorbar/Colorbar.d.ts +0 -44
- package/dist/esm/utilities/voi/colorbar/ColorbarCanvas.d.ts +0 -29
- package/dist/esm/utilities/voi/colorbar/ColorbarTicks.d.ts +0 -46
- package/dist/esm/utilities/voi/colorbar/ViewportColorbar.d.ts +0 -23
- package/dist/esm/utilities/voi/colorbar/common/areColorbarRangesEqual.d.ts +0 -3
- package/dist/esm/utilities/voi/colorbar/common/areColorbarSizesEqual.d.ts +0 -3
- package/dist/esm/utilities/voi/colorbar/common/index.d.ts +0 -4
- package/dist/esm/utilities/voi/colorbar/common/isColorbarSizeValid.d.ts +0 -3
- package/dist/esm/utilities/voi/colorbar/common/isRangeTextPositionValid.d.ts +0 -3
- package/dist/esm/utilities/voi/colorbar/common/isRangeValid.d.ts +0 -3
- package/dist/esm/utilities/voi/colorbar/enums/ColorbarRangeTextPosition.d.ts +0 -6
- package/dist/esm/utilities/voi/colorbar/enums/index.d.ts +0 -1
- package/dist/esm/utilities/voi/colorbar/index.d.ts +0 -6
- package/dist/esm/utilities/voi/colorbar/types/ColorbarCanvasProps.d.ts +0 -12
- package/dist/esm/utilities/voi/colorbar/types/ColorbarCommonProps.d.ts +0 -11
- package/dist/esm/utilities/voi/colorbar/types/ColorbarImageRange.d.ts +0 -4
- package/dist/esm/utilities/voi/colorbar/types/ColorbarProps.d.ts +0 -7
- package/dist/esm/utilities/voi/colorbar/types/ColorbarSize.d.ts +0 -4
- package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksProps.d.ts +0 -7
- package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksStyle.d.ts +0 -8
- package/dist/esm/utilities/voi/colorbar/types/ColorbarVOIRange.d.ts +0 -2
- package/dist/esm/utilities/voi/colorbar/types/ViewportColorbarProps.d.ts +0 -5
- package/dist/esm/utilities/voi/colorbar/types/index.d.ts +0 -8
- package/dist/esm/utilities/voi/index.d.ts +0 -2
- package/dist/esm/widgets/Widget.d.ts +0 -17
- package/dist/esm/widgets/types/WidgetProps.d.ts +0 -4
- package/dist/esm/widgets/types/WidgetSize.d.ts +0 -4
- package/dist/esm/widgets/types/index.d.ts +0 -2
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
declare type Modes = '' | 'Active' | 'Passive' | 'Enabled';
|
|
2
|
+
declare type States = '' | 'Highlighted' | 'Selected' | 'Locked';
|
|
3
|
+
declare type Properties = 'color' | 'lineWidth' | 'lineDash' | 'textBoxFontFamily' | 'textBoxFontSize' | 'textBoxColor' | 'textBoxBackground' | 'textBoxLinkLineWidth' | 'textBoxLinkLineDash';
|
|
4
|
+
export declare type AnnotationStyle = {
|
|
5
|
+
[key in `${Properties}${States}${Modes}`]?: string;
|
|
6
|
+
};
|
|
7
|
+
export declare type ToolStyleConfig = {
|
|
8
|
+
[toolName: string]: AnnotationStyle;
|
|
9
|
+
} & {
|
|
10
|
+
global?: AnnotationStyle;
|
|
11
|
+
};
|
|
12
|
+
export declare type StyleConfig = {
|
|
13
|
+
annotations?: {
|
|
14
|
+
[annotationUID: string]: AnnotationStyle;
|
|
15
|
+
};
|
|
16
|
+
viewports?: {
|
|
17
|
+
[viewportId: string]: ToolStyleConfig;
|
|
18
|
+
};
|
|
19
|
+
toolGroups?: {
|
|
20
|
+
[toolGroupId: string]: ToolStyleConfig;
|
|
21
|
+
};
|
|
22
|
+
default: ToolStyleConfig;
|
|
23
|
+
};
|
|
24
|
+
export declare type StyleSpecifier = {
|
|
25
|
+
viewportId?: string;
|
|
26
|
+
toolGroupId?: string;
|
|
27
|
+
toolName?: string;
|
|
28
|
+
annotationUID?: string;
|
|
29
|
+
};
|
|
30
|
+
export {};
|
|
31
|
+
//# sourceMappingURL=AnnotationStyle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnnotationStyle.d.ts","sourceRoot":"","sources":["../../../src/types/AnnotationStyle.ts"],"names":[],"mappings":"AAAA,aAAK,KAAK,GAAG,EAAE,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,CAAC;AACnD,aAAK,MAAM,GAAG,EAAE,GAAG,aAAa,GAAG,UAAU,GAAG,QAAQ,CAAC;AAEzD,aAAK,UAAU,GACX,OAAO,GACP,WAAW,GACX,UAAU,GACV,mBAAmB,GACnB,iBAAiB,GACjB,cAAc,GACd,mBAAmB,GACnB,sBAAsB,GACtB,qBAAqB,CAAC;AAE1B,oBAAY,eAAe,GAAG;KAC3B,GAAG,IAAI,GAAG,UAAU,GAAG,MAAM,GAAG,KAAK,EAAE,CAAC,CAAC,EAAE,MAAM;CACnD,CAAC;AAEF,oBAAY,eAAe,GAAG;IAC5B,CAAC,QAAQ,EAAE,MAAM,GAAG,eAAe,CAAC;CACrC,GAAG;IACF,MAAM,CAAC,EAAE,eAAe,CAAC;CAC1B,CAAC;AAEF,oBAAY,WAAW,GAAG;IACxB,WAAW,CAAC,EAAE;QACZ,CAAC,aAAa,EAAE,MAAM,GAAG,eAAe,CAAC;KAC1C,CAAC;IACF,SAAS,CAAC,EAAE;QACV,CAAC,UAAU,EAAE,MAAM,GAAG,eAAe,CAAC;KACvC,CAAC;IACF,UAAU,CAAC,EAAE;QACX,CAAC,WAAW,EAAE,MAAM,GAAG,eAAe,CAAC;KACxC,CAAC;IACF,OAAO,EAAE,eAAe,CAAC;CAC1B,CAAC;AAEF,oBAAY,cAAc,GAAG;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import type { Types } from '@cornerstonejs/core';
|
|
2
|
+
declare type Annotation = {
|
|
3
|
+
annotationUID?: string;
|
|
4
|
+
highlighted?: boolean;
|
|
5
|
+
isLocked?: boolean;
|
|
6
|
+
isVisible?: boolean;
|
|
7
|
+
invalidated?: boolean;
|
|
8
|
+
metadata: {
|
|
9
|
+
cameraPosition?: Types.Point3;
|
|
10
|
+
cameraFocalPoint?: Types.Point3;
|
|
11
|
+
viewPlaneNormal?: Types.Point3;
|
|
12
|
+
viewUp?: Types.Point3;
|
|
13
|
+
FrameOfReferenceUID: string;
|
|
14
|
+
toolName: string;
|
|
15
|
+
referencedImageId?: string;
|
|
16
|
+
volumeId?: string;
|
|
17
|
+
};
|
|
18
|
+
data: {
|
|
19
|
+
handles?: {
|
|
20
|
+
points?: Types.Point3[];
|
|
21
|
+
activeHandleIndex?: number | null;
|
|
22
|
+
textBox?: {
|
|
23
|
+
hasMoved: boolean;
|
|
24
|
+
worldPosition: Types.Point3;
|
|
25
|
+
worldBoundingBox?: {
|
|
26
|
+
topLeft: Types.Point3;
|
|
27
|
+
topRight: Types.Point3;
|
|
28
|
+
bottomLeft: Types.Point3;
|
|
29
|
+
bottomRight: Types.Point3;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
[key: string]: any;
|
|
33
|
+
};
|
|
34
|
+
[key: string]: any;
|
|
35
|
+
cachedStats?: unknown;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
declare type Annotations = Array<Annotation>;
|
|
39
|
+
declare type GroupSpecificAnnotations = {
|
|
40
|
+
[toolName: string]: Annotations;
|
|
41
|
+
};
|
|
42
|
+
declare type AnnotationState = {
|
|
43
|
+
[key: string]: GroupSpecificAnnotations;
|
|
44
|
+
};
|
|
45
|
+
export { Annotation, Annotations, GroupSpecificAnnotations, AnnotationState };
|
|
46
|
+
//# sourceMappingURL=AnnotationTypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnnotationTypes.d.ts","sourceRoot":"","sources":["../../../src/types/AnnotationTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAEjD,aAAK,UAAU,GAAG;IAEhB,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,QAAQ,EAAE;QAIR,cAAc,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC;QAI9B,gBAAgB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC;QAIhC,eAAe,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC;QAI/B,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC;QAItB,mBAAmB,EAAE,MAAM,CAAC;QAI5B,QAAQ,EAAE,MAAM,CAAC;QAMjB,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAI3B,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;IAIF,IAAI,EAAE;QAEJ,OAAO,CAAC,EAAE;YAER,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,EAAE,CAAC;YAExB,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAElC,OAAO,CAAC,EAAE;gBAER,QAAQ,EAAE,OAAO,CAAC;gBAElB,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC;gBAE5B,gBAAgB,CAAC,EAAE;oBAEjB,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC;oBAEtB,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC;oBAEvB,UAAU,EAAE,KAAK,CAAC,MAAM,CAAC;oBAEzB,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC;iBAC3B,CAAC;aACH,CAAC;YACF,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;SACpB,CAAC;QACF,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;QAEnB,WAAW,CAAC,EAAE,OAAO,CAAC;KACvB,CAAC;CACH,CAAC;AAGF,aAAK,WAAW,GAAG,KAAK,CAAC,UAAU,CAAC,CAAC;AAErC,aAAK,wBAAwB,GAAG;IAE9B,CAAC,QAAQ,EAAE,MAAM,GAAG,WAAW,CAAC;CACjC,CAAC;AAKF,aAAK,eAAe,GAAG;IAQrB,CAAC,GAAG,EAAE,MAAM,GAAG,wBAAwB,CAAC;CACzC,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,wBAAwB,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BoundsIJK.d.ts","sourceRoot":"","sources":["../../../src/types/BoundsIJK.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAEjD,aAAK,SAAS,GAAG,CAAC,KAAK,CAAC,MAAM,EAAE,KAAK,CAAC,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;AAE5D,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
declare type PlayClipOptions = {
|
|
2
|
+
framesPerSecond?: number;
|
|
3
|
+
frameTimeVector?: number[];
|
|
4
|
+
reverse?: boolean;
|
|
5
|
+
loop?: boolean;
|
|
6
|
+
dynamicCineEnabled?: boolean;
|
|
7
|
+
frameTimeVectorSpeedMultiplier?: number;
|
|
8
|
+
waitForRendered?: number;
|
|
9
|
+
};
|
|
10
|
+
interface ToolData {
|
|
11
|
+
intervalId: number | undefined;
|
|
12
|
+
framesPerSecond: number;
|
|
13
|
+
lastFrameTimeStamp: number | undefined;
|
|
14
|
+
frameTimeVector: number[] | undefined;
|
|
15
|
+
ignoreFrameTimeVector: boolean;
|
|
16
|
+
usingFrameTimeVector: boolean;
|
|
17
|
+
speed: number;
|
|
18
|
+
reverse: boolean;
|
|
19
|
+
loop: boolean;
|
|
20
|
+
dynamicCineEnabled?: boolean;
|
|
21
|
+
}
|
|
22
|
+
declare type CinePlayContext = {
|
|
23
|
+
get numScrollSteps(): number;
|
|
24
|
+
get currentStepIndex(): number;
|
|
25
|
+
get frameTimeVectorEnabled(): boolean;
|
|
26
|
+
waitForRenderedCount?: number;
|
|
27
|
+
scroll(delta: number): void;
|
|
28
|
+
};
|
|
29
|
+
export type { PlayClipOptions, ToolData, CinePlayContext };
|
|
30
|
+
//# sourceMappingURL=CINETypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CINETypes.d.ts","sourceRoot":"","sources":["../../../src/types/CINETypes.ts"],"names":[],"mappings":"AAAA,aAAK,eAAe,GAAG;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,8BAA8B,CAAC,EAAE,MAAM,CAAC;IAKxC,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,UAAU,QAAQ;IAChB,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,kBAAkB,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,eAAe,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IACtC,qBAAqB,EAAE,OAAO,CAAC;IAC/B,oBAAoB,EAAE,OAAO,CAAC;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,OAAO,CAAC;IACd,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,aAAK,eAAe,GAAG;IACrB,IAAI,cAAc,IAAI,MAAM,CAAC;IAC7B,IAAI,gBAAgB,IAAI,MAAM,CAAC;IAC/B,IAAI,sBAAsB,IAAI,OAAO,CAAC;IAGtC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,MAAM,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B,CAAC;AAEF,YAAY,EAAE,eAAe,EAAE,QAAQ,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalculatorTypes.d.ts","sourceRoot":"","sources":["../../../src/types/CalculatorTypes.ts"],"names":[],"mappings":"AAAA,aAAK,UAAU,GAAG;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,IAAI,GAAG,MAAM,CAAC;CACrB,CAAC;AAEF,YAAY,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare type ContourConfig = {
|
|
2
|
+
outlineWidthActive?: number;
|
|
3
|
+
outlineWidthInactive?: number;
|
|
4
|
+
outlineOpacity?: number;
|
|
5
|
+
outlineOpacityInactive?: number;
|
|
6
|
+
renderOutline?: boolean;
|
|
7
|
+
renderFill?: boolean;
|
|
8
|
+
fillAlpha?: number;
|
|
9
|
+
fillAlphaInactive?: number;
|
|
10
|
+
};
|
|
11
|
+
export declare type ContourRenderingConfig = {};
|
|
12
|
+
export declare type ContourSegmentationData = {
|
|
13
|
+
geometryIds: string[];
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=ContourTypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContourTypes.d.ts","sourceRoot":"","sources":["../../../src/types/ContourTypes.ts"],"names":[],"mappings":"AAGA,oBAAY,aAAa,GAAG;IAE1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAE9B,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAEhC,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B,CAAC;AAKF,oBAAY,sBAAsB,GAAG,EAEpC,CAAC;AAEF,oBAAY,uBAAuB,GAAG;IAGpC,WAAW,EAAE,MAAM,EAAE,CAAC;CACvB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare type SVGPoint = {
|
|
2
|
+
x: number;
|
|
3
|
+
y: number;
|
|
4
|
+
};
|
|
5
|
+
export declare type SVGCursorDescriptor = {
|
|
6
|
+
iconContent: string;
|
|
7
|
+
iconSize: number;
|
|
8
|
+
viewBox: SVGPoint;
|
|
9
|
+
mousePoint: SVGPoint;
|
|
10
|
+
mousePointerGroupString: string;
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=CursorTypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CursorTypes.d.ts","sourceRoot":"","sources":["../../../src/types/CursorTypes.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ,GAAG;IACrB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX,CAAC;AAEF,oBAAY,mBAAmB,GAAG;IAChC,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,QAAQ,CAAC;IAClB,UAAU,EAAE,QAAQ,CAAC;IACrB,uBAAuB,EAAE,MAAM,CAAC;CACjC,CAAC"}
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
import { Types } from '@cornerstonejs/core';
|
|
2
|
+
import { Annotation } from './AnnotationTypes';
|
|
3
|
+
import IPoints from './IPoints';
|
|
4
|
+
import ITouchPoints from './ITouchPoints';
|
|
5
|
+
import IDistance from './IDistance';
|
|
6
|
+
import { SetToolBindingsType } from './ISetToolModeOptions';
|
|
7
|
+
import { Swipe } from '../enums/Touch';
|
|
8
|
+
import { ToolModes } from '../enums';
|
|
9
|
+
declare type NormalizedInteractionEventDetail = {
|
|
10
|
+
eventName: string;
|
|
11
|
+
renderingEngineId: string;
|
|
12
|
+
viewportId: string;
|
|
13
|
+
camera: Record<string, unknown>;
|
|
14
|
+
element: HTMLDivElement;
|
|
15
|
+
};
|
|
16
|
+
declare type MouseCustomEventDetail = NormalizedInteractionEventDetail & {
|
|
17
|
+
event: Record<string, unknown> | MouseEvent;
|
|
18
|
+
};
|
|
19
|
+
declare type TouchCustomEventDetail = NormalizedInteractionEventDetail & {
|
|
20
|
+
event: Record<string, unknown> | TouchEvent;
|
|
21
|
+
};
|
|
22
|
+
declare type MousePointsDetail = {
|
|
23
|
+
startPoints: IPoints;
|
|
24
|
+
lastPoints: IPoints;
|
|
25
|
+
currentPoints: IPoints;
|
|
26
|
+
deltaPoints: IPoints;
|
|
27
|
+
};
|
|
28
|
+
declare type TouchPointsDetail = {
|
|
29
|
+
startPoints: ITouchPoints;
|
|
30
|
+
lastPoints: ITouchPoints;
|
|
31
|
+
currentPoints: ITouchPoints;
|
|
32
|
+
startPointsList: ITouchPoints[];
|
|
33
|
+
lastPointsList: ITouchPoints[];
|
|
34
|
+
currentPointsList: ITouchPoints[];
|
|
35
|
+
deltaPoints: IPoints;
|
|
36
|
+
deltaDistance: IDistance;
|
|
37
|
+
};
|
|
38
|
+
declare type InteractionEventDetail = NormalizedInteractionEventDetail & (MouseCustomEventDetail | TouchCustomEventDetail) & (MousePointsDetail | TouchPointsDetail);
|
|
39
|
+
declare type InteractionStartEventDetail = InteractionEventDetail;
|
|
40
|
+
declare type InteractionEndEventDetail = InteractionEventDetail;
|
|
41
|
+
declare type ToolModeChangedEventDetail = {
|
|
42
|
+
toolGroupId: string;
|
|
43
|
+
toolName: string;
|
|
44
|
+
mode: ToolModes;
|
|
45
|
+
toolBindingsOptions?: SetToolBindingsType;
|
|
46
|
+
};
|
|
47
|
+
declare type ToolActivatedEventDetail = {
|
|
48
|
+
toolGroupId: string;
|
|
49
|
+
toolName: string;
|
|
50
|
+
toolBindingsOptions: SetToolBindingsType;
|
|
51
|
+
};
|
|
52
|
+
declare type AnnotationAddedEventDetail = {
|
|
53
|
+
viewportId: string;
|
|
54
|
+
renderingEngineId: string;
|
|
55
|
+
annotation: Annotation;
|
|
56
|
+
};
|
|
57
|
+
declare type AnnotationCompletedEventDetail = {
|
|
58
|
+
annotation: Annotation;
|
|
59
|
+
};
|
|
60
|
+
declare type AnnotationModifiedEventDetail = {
|
|
61
|
+
viewportId: string;
|
|
62
|
+
renderingEngineId: string;
|
|
63
|
+
annotation: Annotation;
|
|
64
|
+
};
|
|
65
|
+
declare type AnnotationRemovedEventDetail = {
|
|
66
|
+
annotation: Annotation;
|
|
67
|
+
annotationManagerUID: string;
|
|
68
|
+
};
|
|
69
|
+
declare type AnnotationSelectionChangeEventDetail = {
|
|
70
|
+
added: Array<string>;
|
|
71
|
+
removed: Array<string>;
|
|
72
|
+
selection: Array<string>;
|
|
73
|
+
};
|
|
74
|
+
declare type AnnotationLockChangeEventDetail = {
|
|
75
|
+
added: Array<Annotation>;
|
|
76
|
+
removed: Array<Annotation>;
|
|
77
|
+
locked: Array<Annotation>;
|
|
78
|
+
};
|
|
79
|
+
declare type AnnotationVisibilityChangeEventDetail = {
|
|
80
|
+
lastHidden: Array<string>;
|
|
81
|
+
lastVisible: Array<string>;
|
|
82
|
+
hidden: Array<string>;
|
|
83
|
+
};
|
|
84
|
+
declare type AnnotationRenderedEventDetail = {
|
|
85
|
+
element: HTMLDivElement;
|
|
86
|
+
viewportId: string;
|
|
87
|
+
renderingEngineId: string;
|
|
88
|
+
};
|
|
89
|
+
declare type SegmentationDataModifiedEventDetail = {
|
|
90
|
+
segmentationId: string;
|
|
91
|
+
modifiedSlicesToUse?: number[];
|
|
92
|
+
};
|
|
93
|
+
declare type SegmentationRenderedEventDetail = {
|
|
94
|
+
viewportId: string;
|
|
95
|
+
toolGroupId: string;
|
|
96
|
+
};
|
|
97
|
+
declare type SegmentationRepresentationModifiedEventDetail = {
|
|
98
|
+
toolGroupId: string;
|
|
99
|
+
segmentationRepresentationUID: string;
|
|
100
|
+
};
|
|
101
|
+
declare type SegmentationRemovedEventDetail = {
|
|
102
|
+
segmentationId: string;
|
|
103
|
+
};
|
|
104
|
+
declare type SegmentationRepresentationRemovedEventDetail = {
|
|
105
|
+
toolGroupId: string;
|
|
106
|
+
segmentationRepresentationUID: string;
|
|
107
|
+
};
|
|
108
|
+
declare type SegmentationModifiedEventDetail = {
|
|
109
|
+
segmentationId: string;
|
|
110
|
+
};
|
|
111
|
+
declare type KeyDownEventDetail = {
|
|
112
|
+
element: HTMLDivElement;
|
|
113
|
+
viewportId: string;
|
|
114
|
+
renderingEngineId: string;
|
|
115
|
+
key: string;
|
|
116
|
+
keyCode: number;
|
|
117
|
+
};
|
|
118
|
+
declare type KeyUpEventDetail = KeyDownEventDetail;
|
|
119
|
+
declare type MouseDownEventDetail = NormalizedInteractionEventDetail & MouseCustomEventDetail & MousePointsDetail & {
|
|
120
|
+
mouseButton: number;
|
|
121
|
+
};
|
|
122
|
+
declare type TouchStartEventDetail = NormalizedInteractionEventDetail & TouchCustomEventDetail & TouchPointsDetail;
|
|
123
|
+
declare type MouseDragEventDetail = NormalizedInteractionEventDetail & MouseCustomEventDetail & MousePointsDetail & {
|
|
124
|
+
mouseButton: number;
|
|
125
|
+
};
|
|
126
|
+
declare type TouchDragEventDetail = NormalizedInteractionEventDetail & TouchCustomEventDetail & TouchPointsDetail;
|
|
127
|
+
declare type MouseMoveEventDetail = NormalizedInteractionEventDetail & MouseCustomEventDetail & {
|
|
128
|
+
currentPoints: IPoints;
|
|
129
|
+
};
|
|
130
|
+
declare type MouseUpEventDetail = NormalizedInteractionEventDetail & MouseCustomEventDetail & MousePointsDetail & {
|
|
131
|
+
mouseButton: number;
|
|
132
|
+
};
|
|
133
|
+
declare type TouchEndEventDetail = NormalizedInteractionEventDetail & TouchPointsDetail & TouchCustomEventDetail;
|
|
134
|
+
declare type MouseDownActivateEventDetail = NormalizedInteractionEventDetail & MousePointsDetail & MouseCustomEventDetail & {
|
|
135
|
+
mouseButton: number;
|
|
136
|
+
};
|
|
137
|
+
declare type TouchStartActivateEventDetail = NormalizedInteractionEventDetail & TouchCustomEventDetail & TouchPointsDetail;
|
|
138
|
+
declare type MouseClickEventDetail = NormalizedInteractionEventDetail & MouseCustomEventDetail & MousePointsDetail & {
|
|
139
|
+
mouseButton: number;
|
|
140
|
+
};
|
|
141
|
+
declare type MouseDoubleClickEventDetail = NormalizedInteractionEventDetail & MouseCustomEventDetail & MousePointsDetail;
|
|
142
|
+
declare type TouchTapEventDetail = NormalizedInteractionEventDetail & TouchCustomEventDetail & {
|
|
143
|
+
currentPointsList: ITouchPoints[];
|
|
144
|
+
currentPoints: ITouchPoints;
|
|
145
|
+
taps: number;
|
|
146
|
+
};
|
|
147
|
+
declare type TouchSwipeEventDetail = NormalizedInteractionEventDetail & TouchCustomEventDetail & {
|
|
148
|
+
swipe: Swipe;
|
|
149
|
+
};
|
|
150
|
+
declare type TouchPressEventDetail = NormalizedInteractionEventDetail & TouchCustomEventDetail & {
|
|
151
|
+
startPointsList: ITouchPoints[];
|
|
152
|
+
lastPointsList: ITouchPoints[];
|
|
153
|
+
startPoints: ITouchPoints;
|
|
154
|
+
lastPoints: ITouchPoints;
|
|
155
|
+
};
|
|
156
|
+
declare type MouseWheelEventDetail = NormalizedInteractionEventDetail & MouseCustomEventDetail & {
|
|
157
|
+
detail: Record<string, any>;
|
|
158
|
+
wheel: {
|
|
159
|
+
spinX: number;
|
|
160
|
+
spinY: number;
|
|
161
|
+
pixelX: number;
|
|
162
|
+
pixelY: number;
|
|
163
|
+
direction: number;
|
|
164
|
+
};
|
|
165
|
+
points: IPoints;
|
|
166
|
+
};
|
|
167
|
+
declare type VolumeScrollOutOfBoundsEventDetail = {
|
|
168
|
+
volumeId: string;
|
|
169
|
+
viewport: Types.IVolumeViewport;
|
|
170
|
+
desiredStepIndex: number;
|
|
171
|
+
currentStepIndex: number;
|
|
172
|
+
delta: number;
|
|
173
|
+
numScrollSteps: number;
|
|
174
|
+
currentImageId: string;
|
|
175
|
+
};
|
|
176
|
+
declare type NormalizedMouseEventType = Types.CustomEventType<MouseCustomEventDetail>;
|
|
177
|
+
declare type NormalizedTouchEventType = Types.CustomEventType<TouchCustomEventDetail>;
|
|
178
|
+
declare type ToolModeChangedEventType = Types.CustomEventType<ToolModeChangedEventDetail>;
|
|
179
|
+
declare type ToolActivatedEventType = Types.CustomEventType<ToolActivatedEventDetail>;
|
|
180
|
+
declare type AnnotationAddedEventType = Types.CustomEventType<AnnotationAddedEventDetail>;
|
|
181
|
+
declare type AnnotationCompletedEventType = Types.CustomEventType<AnnotationCompletedEventDetail>;
|
|
182
|
+
declare type AnnotationModifiedEventType = Types.CustomEventType<AnnotationModifiedEventDetail>;
|
|
183
|
+
declare type AnnotationRemovedEventType = Types.CustomEventType<AnnotationRemovedEventDetail>;
|
|
184
|
+
declare type AnnotationSelectionChangeEventType = Types.CustomEventType<AnnotationSelectionChangeEventDetail>;
|
|
185
|
+
declare type AnnotationRenderedEventType = Types.CustomEventType<AnnotationRenderedEventDetail>;
|
|
186
|
+
declare type AnnotationLockChangeEventType = Types.CustomEventType<AnnotationLockChangeEventDetail>;
|
|
187
|
+
declare type AnnotationVisibilityChangeEventType = Types.CustomEventType<AnnotationVisibilityChangeEventDetail>;
|
|
188
|
+
declare type SegmentationDataModifiedEventType = Types.CustomEventType<SegmentationDataModifiedEventDetail>;
|
|
189
|
+
declare type SegmentationRepresentationModifiedEventType = Types.CustomEventType<SegmentationRepresentationModifiedEventDetail>;
|
|
190
|
+
declare type SegmentationRemovedEventType = Types.CustomEventType<SegmentationRemovedEventDetail>;
|
|
191
|
+
declare type SegmentationRepresentationRemovedEventType = Types.CustomEventType<SegmentationRepresentationRemovedEventDetail>;
|
|
192
|
+
declare type SegmentationRenderedEventType = Types.CustomEventType<SegmentationRenderedEventDetail>;
|
|
193
|
+
declare type SegmentationModifiedEventType = Types.CustomEventType<SegmentationModifiedEventDetail>;
|
|
194
|
+
declare type KeyDownEventType = Types.CustomEventType<KeyDownEventDetail>;
|
|
195
|
+
declare type KeyUpEventType = Types.CustomEventType<KeyUpEventDetail>;
|
|
196
|
+
declare type MouseDownEventType = Types.CustomEventType<MouseDownEventDetail>;
|
|
197
|
+
declare type TouchTapEventType = Types.CustomEventType<TouchTapEventDetail>;
|
|
198
|
+
declare type TouchSwipeEventType = Types.CustomEventType<TouchSwipeEventDetail>;
|
|
199
|
+
declare type TouchPressEventType = Types.CustomEventType<TouchPressEventDetail>;
|
|
200
|
+
declare type TouchStartEventType = Types.CustomEventType<TouchStartEventDetail>;
|
|
201
|
+
declare type InteractionEventType = Types.CustomEventType<InteractionEventDetail>;
|
|
202
|
+
declare type InteractionStartType = Types.CustomEventType<InteractionStartEventDetail>;
|
|
203
|
+
declare type InteractionEndType = Types.CustomEventType<InteractionEndEventDetail>;
|
|
204
|
+
declare type MouseDownActivateEventType = Types.CustomEventType<MouseDownActivateEventDetail>;
|
|
205
|
+
declare type TouchStartActivateEventType = Types.CustomEventType<TouchStartActivateEventDetail>;
|
|
206
|
+
declare type MouseDragEventType = Types.CustomEventType<MouseDragEventDetail>;
|
|
207
|
+
declare type TouchDragEventType = Types.CustomEventType<TouchDragEventDetail>;
|
|
208
|
+
declare type MouseUpEventType = Types.CustomEventType<MouseUpEventDetail>;
|
|
209
|
+
declare type TouchEndEventType = Types.CustomEventType<TouchEndEventDetail>;
|
|
210
|
+
declare type MouseClickEventType = Types.CustomEventType<MouseClickEventDetail>;
|
|
211
|
+
declare type MouseMoveEventType = Types.CustomEventType<MouseMoveEventDetail>;
|
|
212
|
+
declare type MouseDoubleClickEventType = Types.CustomEventType<MouseDoubleClickEventDetail>;
|
|
213
|
+
declare type MouseWheelEventType = Types.CustomEventType<MouseWheelEventDetail>;
|
|
214
|
+
declare type VolumeScrollOutOfBoundsEventType = Types.CustomEventType<VolumeScrollOutOfBoundsEventDetail>;
|
|
215
|
+
export { InteractionStartType, InteractionEndType, InteractionEventType, NormalizedInteractionEventDetail, NormalizedMouseEventType, NormalizedTouchEventType, ToolModeChangedEventDetail, ToolModeChangedEventType, ToolActivatedEventDetail, ToolActivatedEventType, AnnotationAddedEventDetail, AnnotationAddedEventType, AnnotationCompletedEventDetail, AnnotationCompletedEventType, AnnotationModifiedEventDetail, AnnotationModifiedEventType, AnnotationRemovedEventDetail, AnnotationRemovedEventType, AnnotationSelectionChangeEventDetail, AnnotationSelectionChangeEventType, AnnotationRenderedEventDetail, AnnotationRenderedEventType, AnnotationLockChangeEventDetail, AnnotationVisibilityChangeEventDetail, AnnotationLockChangeEventType, AnnotationVisibilityChangeEventType, SegmentationDataModifiedEventType, SegmentationRepresentationModifiedEventDetail, SegmentationRepresentationModifiedEventType, SegmentationRepresentationRemovedEventDetail, SegmentationRepresentationRemovedEventType, SegmentationRemovedEventType, SegmentationRemovedEventDetail, SegmentationDataModifiedEventDetail, SegmentationRenderedEventType, SegmentationRenderedEventDetail, SegmentationModifiedEventType, SegmentationModifiedEventDetail, KeyDownEventDetail, KeyDownEventType, KeyUpEventDetail, KeyUpEventType, MouseDownEventDetail, TouchStartEventDetail, MouseDownEventType, TouchStartEventType, MouseDownActivateEventDetail, TouchStartActivateEventDetail, MouseDownActivateEventType, TouchStartActivateEventType, MouseDragEventDetail, TouchDragEventDetail, MouseDragEventType, TouchDragEventType, MouseUpEventDetail, TouchEndEventDetail, MouseUpEventType, TouchEndEventType, MouseClickEventDetail, MouseClickEventType, TouchTapEventDetail, TouchTapEventType, TouchSwipeEventDetail, TouchSwipeEventType, TouchPressEventDetail, TouchPressEventType, MouseMoveEventDetail, MouseMoveEventType, MouseDoubleClickEventDetail, MouseDoubleClickEventType, MouseWheelEventDetail, MouseWheelEventType, VolumeScrollOutOfBoundsEventDetail, VolumeScrollOutOfBoundsEventType, };
|
|
216
|
+
//# sourceMappingURL=EventTypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EventTypes.d.ts","sourceRoot":"","sources":["../../../src/types/EventTypes.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Types } from '@cornerstonejs/core';
|
|
2
|
+
declare type FloodFillResult = {
|
|
3
|
+
flooded: Types.Point2[] | Types.Point3[];
|
|
4
|
+
boundaries: Types.Point2[] | Types.Point3[];
|
|
5
|
+
};
|
|
6
|
+
declare type FloodFillGetter3D = (x: number, y: number, z: number) => number;
|
|
7
|
+
declare type FloodFillGetter2D = (x: number, y: number) => number;
|
|
8
|
+
declare type FloodFillGetter = FloodFillGetter2D | FloodFillGetter3D;
|
|
9
|
+
declare type FloodFillOptions = {
|
|
10
|
+
onFlood?: (x: any, y: any) => void;
|
|
11
|
+
onBoundary?: (x: any, y: any) => void;
|
|
12
|
+
equals?: (a: any, b: any) => boolean;
|
|
13
|
+
diagonals?: boolean;
|
|
14
|
+
};
|
|
15
|
+
export { FloodFillResult, FloodFillGetter, FloodFillOptions };
|
|
16
|
+
//# sourceMappingURL=FloodFillTypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FloodFillTypes.d.ts","sourceRoot":"","sources":["../../../src/types/FloodFillTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAE5C,aAAK,eAAe,GAAG;IACrB,OAAO,EAAE,KAAK,CAAC,MAAM,EAAE,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC;IACzC,UAAU,EAAE,KAAK,CAAC,MAAM,EAAE,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC;CAC7C,CAAC;AAEF,aAAK,iBAAiB,GAAG,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;AACrE,aAAK,iBAAiB,GAAG,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;AAC1D,aAAK,eAAe,GAAG,iBAAiB,GAAG,iBAAiB,CAAC;AAE7D,aAAK,gBAAgB,GAAG;IACtB,OAAO,CAAC,EAAE,CAAC,CAAC,KAAA,EAAE,CAAC,KAAA,KAAK,IAAI,CAAC;IACzB,UAAU,CAAC,EAAE,CAAC,CAAC,KAAA,EAAE,CAAC,KAAA,KAAK,IAAI,CAAC;IAC5B,MAAM,CAAC,EAAE,CAAC,CAAC,KAAA,EAAE,CAAC,KAAA,KAAK,OAAO,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import AnnotationGroupSelector from './AnnotationGroupSelector';
|
|
2
|
+
import { Annotation, Annotations, GroupSpecificAnnotations } from './AnnotationTypes';
|
|
3
|
+
interface IAnnotationManager {
|
|
4
|
+
getGroupKey: (annotationGroupSelector: AnnotationGroupSelector) => string;
|
|
5
|
+
addAnnotation: (annotation: Annotation, groupKey: string) => void;
|
|
6
|
+
getAnnotations: (groupKey: string, toolName?: string) => GroupSpecificAnnotations | Annotations;
|
|
7
|
+
getAnnotation: (annotationUID: string) => Annotation;
|
|
8
|
+
removeAnnotation: (annotationUID: string) => void;
|
|
9
|
+
removeAnnotations: (groupKey: string) => void;
|
|
10
|
+
removeAllAnnotations: () => void;
|
|
11
|
+
getNumberOfAnnotations: (groupKey: string, toolName?: string) => number;
|
|
12
|
+
getNumberOfAllAnnotations: () => number;
|
|
13
|
+
}
|
|
14
|
+
export default IAnnotationManager;
|
|
15
|
+
//# sourceMappingURL=IAnnotationManager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IAnnotationManager.d.ts","sourceRoot":"","sources":["../../../src/types/IAnnotationManager.ts"],"names":[],"mappings":"AAAA,OAAO,uBAAuB,MAAM,2BAA2B,CAAC;AAChE,OAAO,EACL,UAAU,EACV,WAAW,EACX,wBAAwB,EACzB,MAAM,mBAAmB,CAAC;AAK3B,UAAU,kBAAkB;IAc1B,WAAW,EAAE,CAAC,uBAAuB,EAAE,uBAAuB,KAAK,MAAM,CAAC;IAO1E,aAAa,EAAE,CAAC,UAAU,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAWlE,cAAc,EAAE,CACd,QAAQ,EAAE,MAAM,EAChB,QAAQ,CAAC,EAAE,MAAM,KACd,wBAAwB,GAAG,WAAW,CAAC;IAO5C,aAAa,EAAE,CAAC,aAAa,EAAE,MAAM,KAAK,UAAU,CAAC;IAMrD,gBAAgB,EAAE,CAAC,aAAa,EAAE,MAAM,KAAK,IAAI,CAAC;IAMlD,iBAAiB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAK9C,oBAAoB,EAAE,MAAM,IAAI,CAAC;IAUjC,sBAAsB,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;IAMxE,yBAAyB,EAAE,MAAM,MAAM,CAAC;CACzC;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IDistance.d.ts","sourceRoot":"","sources":["../../../src/types/IDistance.ts"],"names":[],"mappings":"AAIA,aAAK,SAAS,GAAG;IAEf,IAAI,EAAE,MAAM,CAAC;IAEb,MAAM,EAAE,MAAM,CAAC;IAEf,MAAM,EAAE,MAAM,CAAC;IAEf,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPoints.d.ts","sourceRoot":"","sources":["../../../src/types/IPoints.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAM5C,aAAK,OAAO,GAAG;IAEb,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC;IAEnB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;IAErB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;IAErB,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC;CACrB,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ToolModes, MouseBindings, KeyboardBindings } from '../enums';
|
|
2
|
+
declare type ToolBindingMouseType = (typeof MouseBindings)[keyof typeof MouseBindings];
|
|
3
|
+
declare type ToolBindingKeyboardType = (typeof KeyboardBindings)[keyof typeof KeyboardBindings];
|
|
4
|
+
declare type IToolBinding = {
|
|
5
|
+
mouseButton?: ToolBindingMouseType;
|
|
6
|
+
modifierKey?: ToolBindingKeyboardType;
|
|
7
|
+
numTouchPoints?: number;
|
|
8
|
+
};
|
|
9
|
+
declare type SetToolBindingsType = {
|
|
10
|
+
bindings: IToolBinding[];
|
|
11
|
+
};
|
|
12
|
+
declare type ToolOptionsType = {
|
|
13
|
+
bindings: IToolBinding[];
|
|
14
|
+
mode: ToolModes;
|
|
15
|
+
};
|
|
16
|
+
export { IToolBinding, SetToolBindingsType, ToolOptionsType };
|
|
17
|
+
//# sourceMappingURL=ISetToolModeOptions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ISetToolModeOptions.d.ts","sourceRoot":"","sources":["../../../src/types/ISetToolModeOptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEtE,aAAK,oBAAoB,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAE/E,aAAK,uBAAuB,GAC1B,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC;AAE3D,aAAK,YAAY,GAAG;IAElB,WAAW,CAAC,EAAE,oBAAoB,CAAC;IAEnC,WAAW,CAAC,EAAE,uBAAuB,CAAC;IAEtC,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,aAAK,mBAAmB,GAAG;IAEzB,QAAQ,EAAE,YAAY,EAAE,CAAC;CAC1B,CAAC;AAEF,aAAK,eAAe,GAAG;IAErB,QAAQ,EAAE,YAAY,EAAE,CAAC;IAEzB,IAAI,EAAE,SAAS,CAAC;CACjB,CAAC;AAEF,OAAO,EAAE,YAAY,EAAE,mBAAmB,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Types } from '@cornerstonejs/core';
|
|
2
|
+
import { Synchronizer } from '../store';
|
|
3
|
+
export default interface ISynchronizerEventHandler {
|
|
4
|
+
(synchronizer: Synchronizer, sourceViewport: Types.IViewportId, targetViewport: Types.IViewportId, sourceEvent: any, options?: any): Promise<void> | void;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=ISynchronizerEventHandler.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ISynchronizerEventHandler.d.ts","sourceRoot":"","sources":["../../../src/types/ISynchronizerEventHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,MAAM,CAAC,OAAO,WAAW,yBAAyB;IAChD,CACE,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,KAAK,CAAC,WAAW,EACjC,cAAc,EAAE,KAAK,CAAC,WAAW,EACjC,WAAW,EAAE,GAAG,EAChB,OAAO,CAAC,EAAE,GAAG,GACZ,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IToolClassReference.d.ts","sourceRoot":"","sources":["../../../src/types/IToolClassReference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC,aAAK,mBAAmB,GAAG,KAAK,CAAC,SAAS,QAAQ,EAAE,MAAM,EAAE,GAAG,KAAK,CAAC,CAAC;AAEtE,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import type { Types } from '@cornerstonejs/core';
|
|
2
|
+
import { SetToolBindingsType, ToolOptionsType } from './ISetToolModeOptions';
|
|
3
|
+
import { MouseBindings } from '../enums';
|
|
4
|
+
import { ToolConfiguration } from '../types';
|
|
5
|
+
export default interface IToolGroup {
|
|
6
|
+
_toolInstances: Record<string, any>;
|
|
7
|
+
id: string;
|
|
8
|
+
viewportsInfo: Array<Types.IViewportId>;
|
|
9
|
+
toolOptions: Record<string, any>;
|
|
10
|
+
getViewportIds: () => string[];
|
|
11
|
+
getViewportsInfo: () => Array<Types.IViewportId>;
|
|
12
|
+
getToolInstance: {
|
|
13
|
+
(toolName: string): any;
|
|
14
|
+
};
|
|
15
|
+
addTool: {
|
|
16
|
+
(toolName: string, toolConfiguration?: ToolConfiguration): void;
|
|
17
|
+
};
|
|
18
|
+
addToolInstance: {
|
|
19
|
+
(ttoolName: string, parentClassName: string, configuration?: any): void;
|
|
20
|
+
};
|
|
21
|
+
addViewport: {
|
|
22
|
+
(viewportId: string, renderingEngineId?: string): void;
|
|
23
|
+
};
|
|
24
|
+
removeViewports: {
|
|
25
|
+
(renderingEngineId: string, viewportId?: string): void;
|
|
26
|
+
};
|
|
27
|
+
setToolActive: {
|
|
28
|
+
(toolName: string, toolBindingsOption?: SetToolBindingsType): void;
|
|
29
|
+
};
|
|
30
|
+
setToolPassive: {
|
|
31
|
+
(toolName: string): void;
|
|
32
|
+
};
|
|
33
|
+
setToolEnabled: {
|
|
34
|
+
(toolName: string): void;
|
|
35
|
+
};
|
|
36
|
+
setToolDisabled: {
|
|
37
|
+
(toolName: string): void;
|
|
38
|
+
};
|
|
39
|
+
getToolOptions: {
|
|
40
|
+
(toolName: string): ToolOptionsType;
|
|
41
|
+
};
|
|
42
|
+
getActivePrimaryMouseButtonTool: {
|
|
43
|
+
(): undefined | string;
|
|
44
|
+
};
|
|
45
|
+
setViewportsCursorByToolName: {
|
|
46
|
+
(toolName: string, strategyName?: string): void;
|
|
47
|
+
};
|
|
48
|
+
setToolConfiguration: {
|
|
49
|
+
(toolName: string, configuration: ToolConfiguration, overwrite?: boolean): void;
|
|
50
|
+
};
|
|
51
|
+
getToolConfiguration: {
|
|
52
|
+
(toolName: string, configurationPath: string): any;
|
|
53
|
+
};
|
|
54
|
+
getDefaultMousePrimary: {
|
|
55
|
+
(): MouseBindings;
|
|
56
|
+
};
|
|
57
|
+
clone: {
|
|
58
|
+
(newToolGroupId: string, fnToolFilter: (toolName: string) => boolean): IToolGroup;
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=IToolGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IToolGroup.d.ts","sourceRoot":"","sources":["../../../src/types/IToolGroup.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7E,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAI7C,MAAM,CAAC,OAAO,WAAW,UAAU;IAEjC,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAEpC,EAAE,EAAE,MAAM,CAAC;IAEX,aAAa,EAAE,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;IAExC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAEjC,cAAc,EAAE,MAAM,MAAM,EAAE,CAAC;IAE/B,gBAAgB,EAAE,MAAM,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;IAEjD,eAAe,EAAE;QAAE,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;IAE7C,OAAO,EAAE;QACP,CAAC,QAAQ,EAAE,MAAM,EAAE,iBAAiB,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAAC;KACjE,CAAC;IAEF,eAAe,EAAE;QACf,CAAC,SAAS,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,aAAa,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC;KACzE,CAAC;IAEF,WAAW,EAAE;QACX,CAAC,UAAU,EAAE,MAAM,EAAE,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACxD,CAAC;IAEF,eAAe,EAAE;QACf,CAAC,iBAAiB,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACxD,CAAC;IAEF,aAAa,EAAE;QACb,CAAC,QAAQ,EAAE,MAAM,EAAE,kBAAkB,CAAC,EAAE,mBAAmB,GAAG,IAAI,CAAC;KACpE,CAAC;IAEF,cAAc,EAAE;QACd,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;KAC1B,CAAC;IAEF,cAAc,EAAE;QACd,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;KAC1B,CAAC;IAEF,eAAe,EAAE;QACf,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;KAC1B,CAAC;IAEF,cAAc,EAAE;QACd,CAAC,QAAQ,EAAE,MAAM,GAAG,eAAe,CAAC;KACrC,CAAC;IACF,+BAA+B,EAAE;QAC/B,IAAI,SAAS,GAAG,MAAM,CAAC;KACxB,CAAC;IACF,4BAA4B,EAAE;QAC5B,CAAC,QAAQ,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACjD,CAAC;IACF,oBAAoB,EAAE;QACpB,CACE,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,iBAAiB,EAChC,SAAS,CAAC,EAAE,OAAO,GAClB,IAAI,CAAC;KACT,CAAC;IACF,oBAAoB,EAAE;QACpB,CAAC,QAAQ,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,GAAG,GAAG,CAAC;KACpD,CAAC;IACF,sBAAsB,EAAE;QACtB,IAAI,aAAa,CAAC;KACnB,CAAC;IAEF,KAAK,EAAE;QACL,CACE,cAAc,EAAE,MAAM,EACtB,YAAY,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,OAAO,GAC1C,UAAU,CAAC;KACf,CAAC;CACH"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import IPoints from './IPoints';
|
|
2
|
+
declare type ITouchPoints = IPoints & {
|
|
3
|
+
touch: {
|
|
4
|
+
identifier: string;
|
|
5
|
+
radiusX: number;
|
|
6
|
+
radiusY: number;
|
|
7
|
+
force: number;
|
|
8
|
+
rotationAngle: number;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export default ITouchPoints;
|
|
12
|
+
//# sourceMappingURL=ITouchPoints.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ITouchPoints.d.ts","sourceRoot":"","sources":["../../../src/types/ITouchPoints.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,WAAW,CAAC;AAEhC,aAAK,YAAY,GAAG,OAAO,GAAG;IAE5B,KAAK,EAAE;QACL,UAAU,EAAE,MAAM,CAAC;QACnB,OAAO,EAAE,MAAM,CAAC;QAChB,OAAO,EAAE,MAAM,CAAC;QAChB,KAAK,EAAE,MAAM,CAAC;QACd,aAAa,EAAE,MAAM,CAAC;KACvB,CAAC;CACH,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InteractionTypes.d.ts","sourceRoot":"","sources":["../../../src/types/InteractionTypes.ts"],"names":[],"mappings":"AAGA,aAAK,gBAAgB,GAAG,OAAO,GAAG,OAAO,CAAC;AAE1C,eAAe,gBAAgB,CAAC"}
|