@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,16 @@
|
|
|
1
|
+
import { Types } from '@cornerstonejs/core';
|
|
2
|
+
import { AnnotationTool } from '../tools';
|
|
3
|
+
import { Annotation, Annotations } from './AnnotationTypes';
|
|
4
|
+
declare type ToolAnnotationsPair = {
|
|
5
|
+
tool: AnnotationTool;
|
|
6
|
+
annotations: Annotations;
|
|
7
|
+
};
|
|
8
|
+
declare type ToolAnnotationPair = {
|
|
9
|
+
tool: AnnotationTool;
|
|
10
|
+
annotation: Annotation;
|
|
11
|
+
};
|
|
12
|
+
declare type ToolsWithMoveableHandles = ToolAnnotationPair & {
|
|
13
|
+
handle: Types.Point3;
|
|
14
|
+
};
|
|
15
|
+
export { ToolsWithMoveableHandles, ToolAnnotationsPair, ToolAnnotationPair };
|
|
16
|
+
//# sourceMappingURL=InternalToolTypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InternalToolTypes.d.ts","sourceRoot":"","sources":["../../../src/types/InternalToolTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE5D,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,cAAc,CAAC;IACrB,WAAW,EAAE,WAAW,CAAC;CAC1B,CAAC;AAEF,aAAK,kBAAkB,GAAG;IACxB,IAAI,EAAE,cAAc,CAAC;IACrB,UAAU,EAAE,UAAU,CAAC;CACxB,CAAC;AAEF,aAAK,wBAAwB,GAAG,kBAAkB,GAAG;IACnD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;CACtB,CAAC;AAEF,OAAO,EAAE,wBAAwB,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JumpToSliceOptions.d.ts","sourceRoot":"","sources":["../../../src/types/JumpToSliceOptions.ts"],"names":[],"mappings":"AAAA,aAAK,kBAAkB,GAAG;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { vtkColorTransferFunction } from '@kitware/vtk.js/Rendering/Core/ColorTransferFunction';
|
|
2
|
+
import type { vtkPiecewiseFunction } from '@kitware/vtk.js/Common/DataModel/PiecewiseFunction';
|
|
3
|
+
export declare type LabelmapConfig = {
|
|
4
|
+
renderOutline?: boolean;
|
|
5
|
+
outlineWidthActive?: number;
|
|
6
|
+
outlineWidthInactive?: number;
|
|
7
|
+
renderFill?: boolean;
|
|
8
|
+
renderFillInactive?: boolean;
|
|
9
|
+
fillAlpha?: number;
|
|
10
|
+
fillAlphaInactive?: number;
|
|
11
|
+
outlineOpacity?: number;
|
|
12
|
+
outlineOpacityInactive?: number;
|
|
13
|
+
};
|
|
14
|
+
export declare type LabelmapRenderingConfig = {
|
|
15
|
+
cfun?: vtkColorTransferFunction;
|
|
16
|
+
ofun?: vtkPiecewiseFunction;
|
|
17
|
+
};
|
|
18
|
+
export declare type LabelmapSegmentationData = {
|
|
19
|
+
volumeId: string;
|
|
20
|
+
referencedVolumeId?: string;
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=LabelmapTypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LabelmapTypes.d.ts","sourceRoot":"","sources":["../../../src/types/LabelmapTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,sDAAsD,CAAC;AACrG,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oDAAoD,CAAC;AAK/F,oBAAY,cAAc,GAAG;IAE3B,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAE9B,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACjC,CAAC;AAKF,oBAAY,uBAAuB,GAAG;IAEpC,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAEhC,IAAI,CAAC,EAAE,oBAAoB,CAAC;CAC7B,CAAC;AAEF,oBAAY,wBAAwB,GAAG;IACrC,QAAQ,EAAE,MAAM,CAAC;IACjB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlanarBoundingBox.d.ts","sourceRoot":"","sources":["../../../src/types/PlanarBoundingBox.ts"],"names":[],"mappings":"AAAA,aAAK,iBAAiB,GAAG;IACvB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare type SVGDrawingHelper = {
|
|
2
|
+
svgLayerElement: HTMLDivElement;
|
|
3
|
+
svgNodeCacheForCanvas: Record<string, unknown>;
|
|
4
|
+
getSvgNode: (cacheKey: string) => SVGGElement | undefined;
|
|
5
|
+
appendNode: (svgNode: SVGElement, cacheKey: string) => void;
|
|
6
|
+
setNodeTouched: (cacheKey: string) => void;
|
|
7
|
+
clearUntouched: () => void;
|
|
8
|
+
};
|
|
9
|
+
export default SVGDrawingHelper;
|
|
10
|
+
//# sourceMappingURL=SVGDrawingHelper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SVGDrawingHelper.d.ts","sourceRoot":"","sources":["../../../src/types/SVGDrawingHelper.ts"],"names":[],"mappings":"AAAA,aAAK,gBAAgB,GAAG;IACtB,eAAe,EAAE,cAAc,CAAC;IAChC,qBAAqB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/C,UAAU,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,WAAW,GAAG,SAAS,CAAC;IAC1D,UAAU,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5D,cAAc,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,cAAc,EAAE,MAAM,IAAI,CAAC;CAC5B,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScrollOptions.d.ts","sourceRoot":"","sources":["../../../src/types/ScrollOptions.ts"],"names":[],"mappings":"AAAA,aAAK,aAAa,GAAG;IAEnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import * as Enums from '../enums';
|
|
2
|
+
import { ContourConfig, ContourRenderingConfig, ContourSegmentationData } from './ContourTypes';
|
|
3
|
+
import type { LabelmapConfig, LabelmapRenderingConfig, LabelmapSegmentationData } from './LabelmapTypes';
|
|
4
|
+
import { SurfaceSegmentationData, SurfaceRenderingConfig } from './SurfaceTypes';
|
|
5
|
+
export declare type Color = [number, number, number, number];
|
|
6
|
+
export declare type ColorLUT = Array<Color>;
|
|
7
|
+
export declare type SegmentSpecificRepresentationConfig = {
|
|
8
|
+
[key: number | string]: RepresentationConfig;
|
|
9
|
+
};
|
|
10
|
+
export declare type RepresentationConfig = {
|
|
11
|
+
LABELMAP?: LabelmapConfig;
|
|
12
|
+
CONTOUR?: ContourConfig;
|
|
13
|
+
SURFACE?: any;
|
|
14
|
+
};
|
|
15
|
+
export declare type SegmentationRepresentationConfig = {
|
|
16
|
+
renderInactiveSegmentations: boolean;
|
|
17
|
+
representations: RepresentationConfig;
|
|
18
|
+
};
|
|
19
|
+
export declare type SegmentationRepresentationData = {
|
|
20
|
+
LABELMAP?: LabelmapSegmentationData;
|
|
21
|
+
CONTOUR?: ContourSegmentationData;
|
|
22
|
+
SURFACE?: SurfaceSegmentationData;
|
|
23
|
+
};
|
|
24
|
+
export declare type Segmentation = {
|
|
25
|
+
segmentationId: string;
|
|
26
|
+
type: Enums.SegmentationRepresentations;
|
|
27
|
+
label: string;
|
|
28
|
+
activeSegmentIndex: number;
|
|
29
|
+
segmentsLocked: Set<number>;
|
|
30
|
+
cachedStats: {
|
|
31
|
+
[key: string]: number;
|
|
32
|
+
};
|
|
33
|
+
segmentLabels: {
|
|
34
|
+
[key: string]: string;
|
|
35
|
+
};
|
|
36
|
+
representationData: SegmentationRepresentationData;
|
|
37
|
+
};
|
|
38
|
+
export declare type ToolGroupSpecificRepresentationState = {
|
|
39
|
+
segmentationRepresentationUID: string;
|
|
40
|
+
segmentationId: string;
|
|
41
|
+
type: Enums.SegmentationRepresentations;
|
|
42
|
+
active: boolean;
|
|
43
|
+
segmentsHidden: Set<number>;
|
|
44
|
+
colorLUTIndex: number;
|
|
45
|
+
};
|
|
46
|
+
export declare type ToolGroupSpecificLabelmapRepresentation = ToolGroupSpecificRepresentationState & {
|
|
47
|
+
config: LabelmapRenderingConfig;
|
|
48
|
+
segmentationRepresentationSpecificConfig?: RepresentationConfig;
|
|
49
|
+
segmentSpecificConfig?: SegmentSpecificRepresentationConfig;
|
|
50
|
+
};
|
|
51
|
+
export declare type ToolGroupSpecificContourRepresentation = ToolGroupSpecificRepresentationState & {
|
|
52
|
+
config: ContourRenderingConfig;
|
|
53
|
+
segmentationRepresentationSpecificConfig?: RepresentationConfig;
|
|
54
|
+
segmentSpecificConfig?: SegmentSpecificRepresentationConfig;
|
|
55
|
+
};
|
|
56
|
+
export declare type ToolGroupSpecificSurfaceRepresentation = ToolGroupSpecificRepresentationState & {
|
|
57
|
+
config: SurfaceRenderingConfig;
|
|
58
|
+
segmentationRepresentationSpecificConfig?: RepresentationConfig;
|
|
59
|
+
segmentSpecificConfig?: SegmentSpecificRepresentationConfig;
|
|
60
|
+
};
|
|
61
|
+
export declare type ToolGroupSpecificRepresentation = ToolGroupSpecificLabelmapRepresentation | ToolGroupSpecificContourRepresentation;
|
|
62
|
+
export declare type ToolGroupSpecificRepresentations = Array<ToolGroupSpecificRepresentation>;
|
|
63
|
+
export declare type SegmentationState = {
|
|
64
|
+
colorLUT: ColorLUT[];
|
|
65
|
+
segmentations: Segmentation[];
|
|
66
|
+
globalConfig: SegmentationRepresentationConfig;
|
|
67
|
+
toolGroups: {
|
|
68
|
+
[key: string]: {
|
|
69
|
+
segmentationRepresentations: ToolGroupSpecificRepresentations;
|
|
70
|
+
config: SegmentationRepresentationConfig;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
export declare type SegmentationPublicInput = {
|
|
75
|
+
segmentationId: string;
|
|
76
|
+
representation: {
|
|
77
|
+
type: Enums.SegmentationRepresentations;
|
|
78
|
+
data: LabelmapSegmentationData | ContourSegmentationData | SurfaceSegmentationData;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
export declare type RepresentationPublicInput = {
|
|
82
|
+
segmentationId: string;
|
|
83
|
+
type: Enums.SegmentationRepresentations;
|
|
84
|
+
};
|
|
85
|
+
//# sourceMappingURL=SegmentationStateTypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SegmentationStateTypes.d.ts","sourceRoot":"","sources":["../../../src/types/SegmentationStateTypes.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SurfaceTypes.d.ts","sourceRoot":"","sources":["../../../src/types/SurfaceTypes.ts"],"names":[],"mappings":"AAGA,oBAAY,sBAAsB,GAAG,EAEpC,CAAC;AAEF,oBAAY,uBAAuB,GAAG;IACpC,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { Annotation } from './AnnotationTypes';
|
|
2
|
+
import type { InteractionEventType } from './EventTypes';
|
|
3
|
+
import type { SetToolBindingsType } from './ISetToolModeOptions';
|
|
4
|
+
declare type ToolAction = {
|
|
5
|
+
method: string | ((evt: InteractionEventType, annotation: Annotation) => void);
|
|
6
|
+
bindings: SetToolBindingsType[];
|
|
7
|
+
};
|
|
8
|
+
export default ToolAction;
|
|
9
|
+
//# sourceMappingURL=ToolAction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolAction.d.ts","sourceRoot":"","sources":["../../../src/types/ToolAction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AA4CjE,aAAK,UAAU,GAAG;IAChB,MAAM,EACF,MAAM,GACN,CAAC,CAAC,GAAG,EAAE,oBAAoB,EAAE,UAAU,EAAE,UAAU,KAAK,IAAI,CAAC,CAAC;IAClE,QAAQ,EAAE,mBAAmB,EAAE,CAAC;CACjC,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { Types } from '@cornerstonejs/core';
|
|
2
|
+
declare type AnnotationHandle = Types.Point3;
|
|
3
|
+
declare type TextBoxHandle = {
|
|
4
|
+
hasMoved: boolean;
|
|
5
|
+
worldBoundingBox: {
|
|
6
|
+
bottomLeft: Types.Point3;
|
|
7
|
+
bottomRight: Types.Point3;
|
|
8
|
+
topLeft: Types.Point3;
|
|
9
|
+
topRight: Types.Point3;
|
|
10
|
+
};
|
|
11
|
+
worldPosition: Types.Point3;
|
|
12
|
+
};
|
|
13
|
+
declare type ToolHandle = AnnotationHandle | TextBoxHandle;
|
|
14
|
+
export default ToolHandle;
|
|
15
|
+
export type { AnnotationHandle, TextBoxHandle };
|
|
16
|
+
//# sourceMappingURL=ToolHandle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolHandle.d.ts","sourceRoot":"","sources":["../../../src/types/ToolHandle.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAGjD,aAAK,gBAAgB,GAAG,KAAK,CAAC,MAAM,CAAC;AAOrC,aAAK,aAAa,GAAG;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,gBAAgB,EAAE;QAChB,UAAU,EAAE,KAAK,CAAC,MAAM,CAAC;QACzB,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC;QAC1B,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC;QACtB,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;IACF,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC;CAC7B,CAAC;AAGF,aAAK,UAAU,GAAG,gBAAgB,GAAG,aAAa,CAAC;AAEnD,eAAe,UAAU,CAAC;AAC1B,YAAY,EAAE,gBAAgB,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Calculator } from '../utilities/math/basic';
|
|
2
|
+
declare type SharedToolProp = {
|
|
3
|
+
supportedInteractionTypes?: Array<string>;
|
|
4
|
+
configuration?: ToolConfiguration;
|
|
5
|
+
};
|
|
6
|
+
export declare type ToolConfiguration = Record<string, any> & {
|
|
7
|
+
statsCalculator?: Calculator;
|
|
8
|
+
};
|
|
9
|
+
export declare type ToolProps = SharedToolProp;
|
|
10
|
+
export declare type PublicToolProps = SharedToolProp & {
|
|
11
|
+
name?: string;
|
|
12
|
+
};
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=ToolProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolProps.d.ts","sourceRoot":"","sources":["../../../src/types/ToolProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAErD,aAAK,cAAc,GAAG;IAEpB,yBAAyB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE1C,aAAa,CAAC,EAAE,iBAAiB,CAAC;CACnC,CAAC;AAEF,oBAAY,iBAAiB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG;IACpD,eAAe,CAAC,EAAE,UAAU,CAAC;CAC9B,CAAC;AAEF,oBAAY,SAAS,GAAG,cAAc,CAAC;AAMvC,oBAAY,eAAe,GAAG,cAAc,GAAG;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC"}
|
|
@@ -0,0 +1,374 @@
|
|
|
1
|
+
import type { Types } from '@cornerstonejs/core';
|
|
2
|
+
import { Annotation } from './AnnotationTypes';
|
|
3
|
+
interface ROICachedStats {
|
|
4
|
+
[targetId: string]: {
|
|
5
|
+
Modality: string;
|
|
6
|
+
area: number;
|
|
7
|
+
areaUnit: string;
|
|
8
|
+
max: number;
|
|
9
|
+
mean: number;
|
|
10
|
+
stdDev: number;
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
export interface RectangleROIAnnotation extends Annotation {
|
|
14
|
+
data: {
|
|
15
|
+
handles: {
|
|
16
|
+
points: Types.Point3[];
|
|
17
|
+
activeHandleIndex: number | null;
|
|
18
|
+
textBox: {
|
|
19
|
+
hasMoved: boolean;
|
|
20
|
+
worldPosition: Types.Point3;
|
|
21
|
+
worldBoundingBox: {
|
|
22
|
+
topLeft: Types.Point3;
|
|
23
|
+
topRight: Types.Point3;
|
|
24
|
+
bottomLeft: Types.Point3;
|
|
25
|
+
bottomRight: Types.Point3;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
label: string;
|
|
30
|
+
cachedStats?: ROICachedStats | {
|
|
31
|
+
projectionPoints?: Types.Point3[];
|
|
32
|
+
projectionPointsImageIds?: string[];
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
export interface ProbeAnnotation extends Annotation {
|
|
37
|
+
data: {
|
|
38
|
+
handles: {
|
|
39
|
+
points: Types.Point3[];
|
|
40
|
+
};
|
|
41
|
+
cachedStats: {
|
|
42
|
+
[targetId: string]: {
|
|
43
|
+
Modality: string;
|
|
44
|
+
index: Types.Point3;
|
|
45
|
+
value: number;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
label: string;
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
export interface LengthAnnotation extends Annotation {
|
|
52
|
+
data: {
|
|
53
|
+
handles: {
|
|
54
|
+
points: Types.Point3[];
|
|
55
|
+
activeHandleIndex: number | null;
|
|
56
|
+
textBox: {
|
|
57
|
+
hasMoved: boolean;
|
|
58
|
+
worldPosition: Types.Point3;
|
|
59
|
+
worldBoundingBox: {
|
|
60
|
+
topLeft: Types.Point3;
|
|
61
|
+
topRight: Types.Point3;
|
|
62
|
+
bottomLeft: Types.Point3;
|
|
63
|
+
bottomRight: Types.Point3;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
label: string;
|
|
68
|
+
cachedStats: {
|
|
69
|
+
[targetId: string]: {
|
|
70
|
+
length: number;
|
|
71
|
+
unit: string;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
export interface AdvancedMagnifyAnnotation extends Annotation {
|
|
77
|
+
data: {
|
|
78
|
+
zoomFactor: number;
|
|
79
|
+
sourceViewportId: string;
|
|
80
|
+
magnifyViewportId: string;
|
|
81
|
+
handles: {
|
|
82
|
+
points: Types.Point3[];
|
|
83
|
+
activeHandleIndex: number | null;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
}
|
|
87
|
+
export interface CircleROIAnnotation extends Annotation {
|
|
88
|
+
data: {
|
|
89
|
+
handles: {
|
|
90
|
+
points: [Types.Point3, Types.Point3];
|
|
91
|
+
activeHandleIndex: number | null;
|
|
92
|
+
textBox?: {
|
|
93
|
+
hasMoved: boolean;
|
|
94
|
+
worldPosition: Types.Point3;
|
|
95
|
+
worldBoundingBox: {
|
|
96
|
+
topLeft: Types.Point3;
|
|
97
|
+
topRight: Types.Point3;
|
|
98
|
+
bottomLeft: Types.Point3;
|
|
99
|
+
bottomRight: Types.Point3;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
label: string;
|
|
104
|
+
cachedStats?: ROICachedStats & {
|
|
105
|
+
[targetId: string]: {
|
|
106
|
+
radius: number;
|
|
107
|
+
radiusUnit: string;
|
|
108
|
+
perimeter: number;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
}
|
|
113
|
+
export interface EllipticalROIAnnotation extends Annotation {
|
|
114
|
+
data: {
|
|
115
|
+
handles: {
|
|
116
|
+
points: [Types.Point3, Types.Point3, Types.Point3, Types.Point3];
|
|
117
|
+
activeHandleIndex: number | null;
|
|
118
|
+
textBox?: {
|
|
119
|
+
hasMoved: boolean;
|
|
120
|
+
worldPosition: Types.Point3;
|
|
121
|
+
worldBoundingBox: {
|
|
122
|
+
topLeft: Types.Point3;
|
|
123
|
+
topRight: Types.Point3;
|
|
124
|
+
bottomLeft: Types.Point3;
|
|
125
|
+
bottomRight: Types.Point3;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
label: string;
|
|
130
|
+
cachedStats?: ROICachedStats;
|
|
131
|
+
initialRotation: number;
|
|
132
|
+
};
|
|
133
|
+
}
|
|
134
|
+
export interface BidirectionalAnnotation extends Annotation {
|
|
135
|
+
data: {
|
|
136
|
+
handles: {
|
|
137
|
+
points: Types.Point3[];
|
|
138
|
+
activeHandleIndex: number | null;
|
|
139
|
+
textBox: {
|
|
140
|
+
hasMoved: boolean;
|
|
141
|
+
worldPosition: Types.Point3;
|
|
142
|
+
worldBoundingBox: {
|
|
143
|
+
topLeft: Types.Point3;
|
|
144
|
+
topRight: Types.Point3;
|
|
145
|
+
bottomLeft: Types.Point3;
|
|
146
|
+
bottomRight: Types.Point3;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
label: string;
|
|
151
|
+
cachedStats: {
|
|
152
|
+
[targetId: string]: {
|
|
153
|
+
length: number;
|
|
154
|
+
width: number;
|
|
155
|
+
unit: string;
|
|
156
|
+
};
|
|
157
|
+
};
|
|
158
|
+
};
|
|
159
|
+
}
|
|
160
|
+
export interface RectangleROIThresholdAnnotation extends Annotation {
|
|
161
|
+
metadata: {
|
|
162
|
+
cameraPosition?: Types.Point3;
|
|
163
|
+
cameraFocalPoint?: Types.Point3;
|
|
164
|
+
viewPlaneNormal?: Types.Point3;
|
|
165
|
+
viewUp?: Types.Point3;
|
|
166
|
+
annotationUID?: string;
|
|
167
|
+
FrameOfReferenceUID: string;
|
|
168
|
+
referencedImageId?: string;
|
|
169
|
+
toolName: string;
|
|
170
|
+
enabledElement: Types.IEnabledElement;
|
|
171
|
+
volumeId: string;
|
|
172
|
+
};
|
|
173
|
+
data: {
|
|
174
|
+
label: string;
|
|
175
|
+
handles: {
|
|
176
|
+
points: Types.Point3[];
|
|
177
|
+
activeHandleIndex: number | null;
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
}
|
|
181
|
+
export interface RectangleROIStartEndThresholdAnnotation extends Annotation {
|
|
182
|
+
metadata: {
|
|
183
|
+
cameraPosition?: Types.Point3;
|
|
184
|
+
cameraFocalPoint?: Types.Point3;
|
|
185
|
+
viewPlaneNormal?: Types.Point3;
|
|
186
|
+
viewUp?: Types.Point3;
|
|
187
|
+
annotationUID?: string;
|
|
188
|
+
FrameOfReferenceUID: string;
|
|
189
|
+
referencedImageId?: string;
|
|
190
|
+
toolName: string;
|
|
191
|
+
enabledElement: any;
|
|
192
|
+
volumeId: string;
|
|
193
|
+
spacingInNormal: number;
|
|
194
|
+
};
|
|
195
|
+
data: {
|
|
196
|
+
label: string;
|
|
197
|
+
startSlice: number;
|
|
198
|
+
endSlice: number;
|
|
199
|
+
cachedStats: {
|
|
200
|
+
projectionPoints: Types.Point3[][];
|
|
201
|
+
projectionPointsImageIds: string[];
|
|
202
|
+
};
|
|
203
|
+
handles: {
|
|
204
|
+
points: Types.Point3[];
|
|
205
|
+
activeHandleIndex: number | null;
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
}
|
|
209
|
+
export interface PlanarFreehandROIAnnotation extends Annotation {
|
|
210
|
+
metadata: {
|
|
211
|
+
cameraPosition?: Types.Point3;
|
|
212
|
+
cameraFocalPoint?: Types.Point3;
|
|
213
|
+
viewPlaneNormal?: Types.Point3;
|
|
214
|
+
viewUp?: Types.Point3;
|
|
215
|
+
annotationUID?: string;
|
|
216
|
+
FrameOfReferenceUID: string;
|
|
217
|
+
referencedImageId?: string;
|
|
218
|
+
toolName: string;
|
|
219
|
+
};
|
|
220
|
+
data: {
|
|
221
|
+
polyline: Types.Point3[];
|
|
222
|
+
label?: string;
|
|
223
|
+
isOpenContour?: boolean;
|
|
224
|
+
isOpenUShapeContour?: boolean;
|
|
225
|
+
openUShapeContourVectorToPeak?: Types.Point3[];
|
|
226
|
+
handles: {
|
|
227
|
+
points: Types.Point3[];
|
|
228
|
+
activeHandleIndex: number | null;
|
|
229
|
+
textBox: {
|
|
230
|
+
hasMoved: boolean;
|
|
231
|
+
worldPosition: Types.Point3;
|
|
232
|
+
worldBoundingBox: {
|
|
233
|
+
topLeft: Types.Point3;
|
|
234
|
+
topRight: Types.Point3;
|
|
235
|
+
bottomLeft: Types.Point3;
|
|
236
|
+
bottomRight: Types.Point3;
|
|
237
|
+
};
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
cachedStats?: ROICachedStats;
|
|
241
|
+
};
|
|
242
|
+
}
|
|
243
|
+
export interface ArrowAnnotation extends Annotation {
|
|
244
|
+
data: {
|
|
245
|
+
text: string;
|
|
246
|
+
handles: {
|
|
247
|
+
points: Types.Point3[];
|
|
248
|
+
arrowFirst: boolean;
|
|
249
|
+
activeHandleIndex: number | null;
|
|
250
|
+
textBox: {
|
|
251
|
+
hasMoved: boolean;
|
|
252
|
+
worldPosition: Types.Point3;
|
|
253
|
+
worldBoundingBox: {
|
|
254
|
+
topLeft: Types.Point3;
|
|
255
|
+
topRight: Types.Point3;
|
|
256
|
+
bottomLeft: Types.Point3;
|
|
257
|
+
bottomRight: Types.Point3;
|
|
258
|
+
};
|
|
259
|
+
};
|
|
260
|
+
};
|
|
261
|
+
};
|
|
262
|
+
}
|
|
263
|
+
export interface AngleAnnotation extends Annotation {
|
|
264
|
+
data: {
|
|
265
|
+
handles: {
|
|
266
|
+
points: Types.Point3[];
|
|
267
|
+
activeHandleIndex: number | null;
|
|
268
|
+
textBox: {
|
|
269
|
+
hasMoved: boolean;
|
|
270
|
+
worldPosition: Types.Point3;
|
|
271
|
+
worldBoundingBox: {
|
|
272
|
+
topLeft: Types.Point3;
|
|
273
|
+
topRight: Types.Point3;
|
|
274
|
+
bottomLeft: Types.Point3;
|
|
275
|
+
bottomRight: Types.Point3;
|
|
276
|
+
};
|
|
277
|
+
};
|
|
278
|
+
};
|
|
279
|
+
label: string;
|
|
280
|
+
cachedStats: {
|
|
281
|
+
[targetId: string]: {
|
|
282
|
+
angle: number;
|
|
283
|
+
};
|
|
284
|
+
};
|
|
285
|
+
};
|
|
286
|
+
}
|
|
287
|
+
export interface CobbAngleAnnotation extends Annotation {
|
|
288
|
+
data: {
|
|
289
|
+
handles: {
|
|
290
|
+
points: Types.Point3[];
|
|
291
|
+
activeHandleIndex: number | null;
|
|
292
|
+
textBox: {
|
|
293
|
+
hasMoved: boolean;
|
|
294
|
+
worldPosition: Types.Point3;
|
|
295
|
+
worldBoundingBox: {
|
|
296
|
+
topLeft: Types.Point3;
|
|
297
|
+
topRight: Types.Point3;
|
|
298
|
+
bottomLeft: Types.Point3;
|
|
299
|
+
bottomRight: Types.Point3;
|
|
300
|
+
};
|
|
301
|
+
};
|
|
302
|
+
};
|
|
303
|
+
label: string;
|
|
304
|
+
cachedStats: {
|
|
305
|
+
[targetId: string]: {
|
|
306
|
+
angle: number;
|
|
307
|
+
arc1Angle: number;
|
|
308
|
+
arc2Angle: number;
|
|
309
|
+
points: {
|
|
310
|
+
world: {
|
|
311
|
+
arc1Start: Types.Point3;
|
|
312
|
+
arc1End: Types.Point3;
|
|
313
|
+
arc2Start: Types.Point3;
|
|
314
|
+
arc2End: Types.Point3;
|
|
315
|
+
arc1Angle: number;
|
|
316
|
+
arc2Angle: number;
|
|
317
|
+
};
|
|
318
|
+
canvas: {
|
|
319
|
+
arc1Start: Types.Point2;
|
|
320
|
+
arc1End: Types.Point2;
|
|
321
|
+
arc2Start: Types.Point2;
|
|
322
|
+
arc2End: Types.Point2;
|
|
323
|
+
arc1Angle: number;
|
|
324
|
+
arc2Angle: number;
|
|
325
|
+
};
|
|
326
|
+
};
|
|
327
|
+
};
|
|
328
|
+
};
|
|
329
|
+
};
|
|
330
|
+
}
|
|
331
|
+
export interface ReferenceCursor extends Annotation {
|
|
332
|
+
data: {
|
|
333
|
+
handles: {
|
|
334
|
+
points: [Types.Point3];
|
|
335
|
+
};
|
|
336
|
+
};
|
|
337
|
+
}
|
|
338
|
+
export interface ReferenceLineAnnotation extends Annotation {
|
|
339
|
+
data: {
|
|
340
|
+
handles: {
|
|
341
|
+
points: Types.Point3[];
|
|
342
|
+
};
|
|
343
|
+
};
|
|
344
|
+
}
|
|
345
|
+
export interface ScaleOverlayAnnotation extends Annotation {
|
|
346
|
+
data: {
|
|
347
|
+
handles: {
|
|
348
|
+
points: Types.Point3[];
|
|
349
|
+
};
|
|
350
|
+
viewportId: string;
|
|
351
|
+
};
|
|
352
|
+
}
|
|
353
|
+
export interface VideoRedactionAnnotation extends Annotation {
|
|
354
|
+
metadata: {
|
|
355
|
+
viewPlaneNormal: Types.Point3;
|
|
356
|
+
viewUp: Types.Point3;
|
|
357
|
+
FrameOfReferenceUID: string;
|
|
358
|
+
referencedImageId: string;
|
|
359
|
+
toolName: string;
|
|
360
|
+
};
|
|
361
|
+
data: {
|
|
362
|
+
invalidated: boolean;
|
|
363
|
+
handles: {
|
|
364
|
+
points: Types.Point3[];
|
|
365
|
+
activeHandleIndex: number | null;
|
|
366
|
+
};
|
|
367
|
+
cachedStats: {
|
|
368
|
+
[key: string]: any;
|
|
369
|
+
};
|
|
370
|
+
active: boolean;
|
|
371
|
+
};
|
|
372
|
+
}
|
|
373
|
+
export {};
|
|
374
|
+
//# sourceMappingURL=ToolSpecificAnnotationTypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolSpecificAnnotationTypes.d.ts","sourceRoot":"","sources":["../../../src/types/ToolSpecificAnnotationTypes.ts"],"names":[],"mappings":"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"}
|