@cornerstonejs/tools 1.28.3 → 1.29.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/WindowLevelTool.js +3 -0
- 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/WindowLevelTool.js +3 -0
- 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 +14 -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/WindowLevelTool.ts +3 -0
- 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,11 @@
|
|
|
1
|
+
import { BaseTool } from './base';
|
|
2
|
+
import { PublicToolProps, ToolProps } from '../types';
|
|
3
|
+
import { MouseWheelEventType } from '../types/EventTypes';
|
|
4
|
+
declare class VolumeRotateMouseWheelTool extends BaseTool {
|
|
5
|
+
static toolName: any;
|
|
6
|
+
_configuration: any;
|
|
7
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
8
|
+
mouseWheelCallback(evt: MouseWheelEventType): void;
|
|
9
|
+
}
|
|
10
|
+
export default VolumeRotateMouseWheelTool;
|
|
11
|
+
//# sourceMappingURL=VolumeRotateMouseWheelTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VolumeRotateMouseWheelTool.d.ts","sourceRoot":"","sources":["../../../src/tools/VolumeRotateMouseWheelTool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAKlC,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAe1D,cAAM,0BAA2B,SAAQ,QAAQ;IAC/C,MAAM,CAAC,QAAQ,MAAC;IAChB,cAAc,EAAE,GAAG,CAAC;gBAGlB,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAMjB;IAKH,kBAAkB,CAAC,GAAG,EAAE,mBAAmB;CA4C5C;AAGD,eAAe,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { BaseTool } from './base';
|
|
2
|
+
import { EventTypes } from '../types';
|
|
3
|
+
declare class WindowLevelTool extends BaseTool {
|
|
4
|
+
static toolName: any;
|
|
5
|
+
constructor(toolProps?: {}, defaultToolProps?: {
|
|
6
|
+
supportedInteractionTypes: string[];
|
|
7
|
+
});
|
|
8
|
+
touchDragCallback(evt: EventTypes.InteractionEventType): void;
|
|
9
|
+
mouseDragCallback(evt: EventTypes.InteractionEventType): void;
|
|
10
|
+
getPTScaledNewRange({ deltaPointsCanvas, lower, upper, clientHeight, viewport, volumeId, isPreScaled, }: {
|
|
11
|
+
deltaPointsCanvas: any;
|
|
12
|
+
lower: any;
|
|
13
|
+
upper: any;
|
|
14
|
+
clientHeight: any;
|
|
15
|
+
viewport: any;
|
|
16
|
+
volumeId: any;
|
|
17
|
+
isPreScaled: any;
|
|
18
|
+
}): {
|
|
19
|
+
lower: any;
|
|
20
|
+
upper: any;
|
|
21
|
+
};
|
|
22
|
+
getNewRange({ viewport, deltaPointsCanvas, volumeId, lower, upper }: {
|
|
23
|
+
viewport: any;
|
|
24
|
+
deltaPointsCanvas: any;
|
|
25
|
+
volumeId: any;
|
|
26
|
+
lower: any;
|
|
27
|
+
upper: any;
|
|
28
|
+
}): {
|
|
29
|
+
lower: number;
|
|
30
|
+
upper: number;
|
|
31
|
+
};
|
|
32
|
+
_getMultiplierFromDynamicRange(viewport: any, volumeId: any): number;
|
|
33
|
+
_getImageDynamicRangeFromViewport(viewport: any): number;
|
|
34
|
+
_getImageDynamicRangeFromMiddleSlice: (scalarData: any, dimensions: any) => number;
|
|
35
|
+
private _getMinMax;
|
|
36
|
+
}
|
|
37
|
+
export default WindowLevelTool;
|
|
38
|
+
//# sourceMappingURL=WindowLevelTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WindowLevelTool.d.ts","sourceRoot":"","sources":["../../../src/tools/WindowLevelTool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AASlC,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAatC,cAAM,eAAgB,SAAQ,QAAQ;IACpC,MAAM,CAAC,QAAQ,MAAC;gBAEd,SAAS,KAAK,EACd,gBAAgB;;KAEf;IAKH,iBAAiB,CAAC,GAAG,EAAE,UAAU,CAAC,oBAAoB;IAItD,iBAAiB,CAAC,GAAG,EAAE,UAAU,CAAC,oBAAoB;IAoFtD,mBAAmB,CAAC,EAClB,iBAAiB,EACjB,KAAK,EACL,KAAK,EACL,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,WAAW,GACZ;;;;;;;;KAAA;;;;IAoBD,WAAW,CAAC,EAAE,QAAQ,EAAE,iBAAiB,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,EAAE;;;;;;KAAA;;;;IAsBnE,8BAA8B,CAAC,QAAQ,KAAA,EAAE,QAAQ,KAAA;IAmCjD,iCAAiC,CAAC,QAAQ,KAAA;IA2B1C,oCAAoC,+CA4BlC;IAEF,OAAO,CAAC,UAAU;CAiBnB;AAGD,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Types } from '@cornerstonejs/core';
|
|
2
|
+
import { BaseTool } from './base';
|
|
3
|
+
import { EventTypes, PublicToolProps, ToolProps } from '../types';
|
|
4
|
+
declare class ZoomTool extends BaseTool {
|
|
5
|
+
static toolName: any;
|
|
6
|
+
touchDragCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
7
|
+
mouseDragCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
8
|
+
initialMousePosWorld: Types.Point3;
|
|
9
|
+
dirVec: Types.Point3;
|
|
10
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
11
|
+
preMouseDownCallback: (evt: EventTypes.InteractionEventType) => boolean;
|
|
12
|
+
preTouchStartCallback: (evt: EventTypes.InteractionEventType) => boolean;
|
|
13
|
+
_pinchCallback(evt: EventTypes.InteractionEventType): void;
|
|
14
|
+
_dragCallback(evt: EventTypes.InteractionEventType): void;
|
|
15
|
+
_dragParallelProjection: (evt: EventTypes.InteractionEventType, viewport: Types.IStackViewport | Types.IVolumeViewport, camera: Types.ICamera, pinch?: boolean) => void;
|
|
16
|
+
_dragPerspectiveProjection: (evt: EventTypes.InteractionEventType, viewport: Types.IStackViewport | Types.IVolumeViewport, camera: Types.ICamera, pinch?: boolean) => void;
|
|
17
|
+
_panCallback(evt: EventTypes.InteractionEventType): void;
|
|
18
|
+
}
|
|
19
|
+
export default ZoomTool;
|
|
20
|
+
//# sourceMappingURL=ZoomTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ZoomTool.d.ts","sourceRoot":"","sources":["../../../src/tools/ZoomTool.ts"],"names":[],"mappings":"AAEA,OAAO,EAAqB,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAClC,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAOlE,cAAM,QAAS,SAAQ,QAAQ;IAC7B,MAAM,CAAC,QAAQ,MAAC;IAChB,iBAAiB,EAAE,CAAC,GAAG,EAAE,UAAU,CAAC,oBAAoB,KAAK,IAAI,CAAC;IAClE,iBAAiB,EAAE,CAAC,GAAG,EAAE,UAAU,CAAC,oBAAoB,KAAK,IAAI,CAAC;IAClE,oBAAoB,EAAE,KAAK,CAAC,MAAM,CAAC;IACnC,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;gBAGnB,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAWjB;IAaH,oBAAoB,QAAS,WAAW,oBAAoB,KAAG,OAAO,CA6BpE;IAEF,qBAAqB,QAAS,WAAW,oBAAoB,KAAG,OAAO,CAIrE;IAEF,cAAc,CAAC,GAAG,EAAE,UAAU,CAAC,oBAAoB;IAoCnD,aAAa,CAAC,GAAG,EAAE,UAAU,CAAC,oBAAoB;IAgBlD,uBAAuB,QAChB,WAAW,oBAAoB,YAC1B,MAAM,cAAc,GAAG,MAAM,eAAe,UAC9C,MAAM,OAAO,sBAEpB,IAAI,CA2EL;IAEF,0BAA0B,QACnB,WAAW,oBAAoB,YAC1B,MAAM,cAAc,GAAG,MAAM,eAAe,UAC9C,MAAM,OAAO,sBAEpB,IAAI,CAmCL;IAEF,YAAY,CAAC,GAAG,EAAE,UAAU,CAAC,oBAAoB;CA0BlD;AAGD,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import type { Types } from '@cornerstonejs/core';
|
|
2
|
+
import { AnnotationTool } from '../base';
|
|
3
|
+
import { EventTypes, ToolHandle, PublicToolProps, ToolProps, SVGDrawingHelper } from '../../types';
|
|
4
|
+
import { AngleAnnotation } from '../../types/ToolSpecificAnnotationTypes';
|
|
5
|
+
declare class AngleTool extends AnnotationTool {
|
|
6
|
+
static toolName: any;
|
|
7
|
+
touchDragCallback: any;
|
|
8
|
+
mouseDragCallback: any;
|
|
9
|
+
angleStartedNotYetCompleted: boolean;
|
|
10
|
+
_throttledCalculateCachedStats: any;
|
|
11
|
+
editData: {
|
|
12
|
+
annotation: any;
|
|
13
|
+
viewportIdsToRender: string[];
|
|
14
|
+
handleIndex?: number;
|
|
15
|
+
movingTextBox?: boolean;
|
|
16
|
+
newAnnotation?: boolean;
|
|
17
|
+
hasMoved?: boolean;
|
|
18
|
+
} | null;
|
|
19
|
+
isDrawing: boolean;
|
|
20
|
+
isHandleOutsideImage: boolean;
|
|
21
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
22
|
+
addNewAnnotation: (evt: EventTypes.InteractionEventType) => AngleAnnotation;
|
|
23
|
+
isPointNearTool: (element: HTMLDivElement, annotation: AngleAnnotation, canvasCoords: Types.Point2, proximity: number) => boolean;
|
|
24
|
+
toolSelectedCallback: (evt: EventTypes.InteractionEventType, annotation: AngleAnnotation) => void;
|
|
25
|
+
handleSelectedCallback(evt: EventTypes.InteractionEventType, annotation: AngleAnnotation, handle: ToolHandle): void;
|
|
26
|
+
_endCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
27
|
+
_dragCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
28
|
+
cancel: (element: HTMLDivElement) => any;
|
|
29
|
+
_activateModify: (element: HTMLDivElement) => void;
|
|
30
|
+
_deactivateModify: (element: HTMLDivElement) => void;
|
|
31
|
+
_activateDraw: (element: HTMLDivElement) => void;
|
|
32
|
+
_deactivateDraw: (element: HTMLDivElement) => void;
|
|
33
|
+
renderAnnotation: (enabledElement: Types.IEnabledElement, svgDrawingHelper: SVGDrawingHelper) => boolean;
|
|
34
|
+
_calculateCachedStats(annotation: any, renderingEngine: any, enabledElement: any): any;
|
|
35
|
+
}
|
|
36
|
+
export default AngleTool;
|
|
37
|
+
//# sourceMappingURL=AngleTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AngleTool.d.ts","sourceRoot":"","sources":["../../../../src/tools/annotation/AngleTool.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAEjD,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AA+BzC,OAAO,EACL,UAAU,EACV,UAAU,EAEV,eAAe,EACf,SAAS,EAET,gBAAgB,EACjB,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAG1E,cAAM,SAAU,SAAQ,cAAc;IACpC,MAAM,CAAC,QAAQ,MAAC;IAET,iBAAiB,EAAE,GAAG,CAAC;IACvB,iBAAiB,EAAE,GAAG,CAAC;IAC9B,2BAA2B,EAAE,OAAO,CAAC;IACrC,8BAA8B,EAAE,GAAG,CAAC;IACpC,QAAQ,EAAE;QACR,UAAU,EAAE,GAAG,CAAC;QAChB,mBAAmB,EAAE,MAAM,EAAE,CAAC;QAC9B,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;KACpB,GAAG,IAAI,CAAC;IACT,SAAS,EAAE,OAAO,CAAC;IACnB,oBAAoB,EAAE,OAAO,CAAC;gBAG5B,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAOjB;IAmBH,gBAAgB,QACT,WAAW,oBAAoB,KACnC,eAAe,CAgFhB;IAaF,eAAe,YACJ,cAAc,cACX,eAAe,yCAEhB,MAAM,KAChB,OAAO,CAwDR;IAEF,oBAAoB,QACb,WAAW,oBAAoB,cACxB,eAAe,KAC1B,IAAI,CA2BL;IAEF,sBAAsB,CACpB,GAAG,EAAE,UAAU,CAAC,oBAAoB,EACpC,UAAU,EAAE,eAAe,EAC3B,MAAM,EAAE,UAAU,GACjB,IAAI;IAwCP,YAAY,QAAS,WAAW,oBAAoB,KAAG,IAAI,CAqDzD;IAEF,aAAa,QAAS,WAAW,oBAAoB,KAAG,IAAI,CAkD1D;IAEF,MAAM,YAAa,cAAc,SAoC/B;IAEF,eAAe,YAAa,cAAc,UA4BxC;IAEF,iBAAiB,YAAa,cAAc,UA2B1C;IAEF,aAAa,YAAa,cAAc,UAgCtC;IAEF,eAAe,YAAa,cAAc,UAgCxC;IAUF,gBAAgB,mBACE,MAAM,eAAe,oBACnB,gBAAgB,KACjC,OAAO,CA4LR;IAEF,qBAAqB,CAAC,UAAU,KAAA,EAAE,eAAe,KAAA,EAAE,cAAc,KAAA;CA0ClE;AAgBD,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type { Types } from '@cornerstonejs/core';
|
|
2
|
+
import { AnnotationTool } from '../base';
|
|
3
|
+
import { EventTypes, ToolHandle, PublicToolProps, ToolProps, SVGDrawingHelper } from '../../types';
|
|
4
|
+
import { ArrowAnnotation } from '../../types/ToolSpecificAnnotationTypes';
|
|
5
|
+
declare class ArrowAnnotateTool extends AnnotationTool {
|
|
6
|
+
static toolName: any;
|
|
7
|
+
touchDragCallback: any;
|
|
8
|
+
mouseDragCallback: any;
|
|
9
|
+
_throttledCalculateCachedStats: any;
|
|
10
|
+
editData: {
|
|
11
|
+
annotation: any;
|
|
12
|
+
viewportIdsToRender: string[];
|
|
13
|
+
handleIndex?: number;
|
|
14
|
+
movingTextBox?: boolean;
|
|
15
|
+
newAnnotation?: boolean;
|
|
16
|
+
hasMoved?: boolean;
|
|
17
|
+
} | null;
|
|
18
|
+
isDrawing: boolean;
|
|
19
|
+
isHandleOutsideImage: boolean;
|
|
20
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
21
|
+
addNewAnnotation: (evt: EventTypes.InteractionEventType) => ArrowAnnotation;
|
|
22
|
+
isPointNearTool: (element: HTMLDivElement, annotation: ArrowAnnotation, canvasCoords: Types.Point2, proximity: number) => boolean;
|
|
23
|
+
toolSelectedCallback: (evt: EventTypes.InteractionEventType, annotation: ArrowAnnotation) => void;
|
|
24
|
+
handleSelectedCallback(evt: EventTypes.InteractionEventType, annotation: ArrowAnnotation, handle: ToolHandle): void;
|
|
25
|
+
_endCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
26
|
+
_dragCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
27
|
+
touchTapCallback: (evt: EventTypes.TouchTapEventType) => void;
|
|
28
|
+
doubleClickCallback: (evt: EventTypes.TouchTapEventType) => void;
|
|
29
|
+
_doneChangingTextCallback(element: any, annotation: any, updatedText: any): void;
|
|
30
|
+
cancel: (element: HTMLDivElement) => any;
|
|
31
|
+
_activateModify: (element: HTMLDivElement) => void;
|
|
32
|
+
_deactivateModify: (element: HTMLDivElement) => void;
|
|
33
|
+
_activateDraw: (element: HTMLDivElement) => void;
|
|
34
|
+
_deactivateDraw: (element: HTMLDivElement) => void;
|
|
35
|
+
renderAnnotation: (enabledElement: Types.IEnabledElement, svgDrawingHelper: SVGDrawingHelper) => boolean;
|
|
36
|
+
_isInsideVolume(index1: any, index2: any, dimensions: any): boolean;
|
|
37
|
+
}
|
|
38
|
+
export default ArrowAnnotateTool;
|
|
39
|
+
//# sourceMappingURL=ArrowAnnotateTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrowAnnotateTool.d.ts","sourceRoot":"","sources":["../../../../src/tools/annotation/ArrowAnnotateTool.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAEjD,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AA4BzC,OAAO,EACL,UAAU,EACV,UAAU,EAEV,eAAe,EACf,SAAS,EAET,gBAAgB,EACjB,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAG1E,cAAM,iBAAkB,SAAQ,cAAc;IAC5C,MAAM,CAAC,QAAQ,MAAC;IAET,iBAAiB,EAAE,GAAG,CAAC;IACvB,iBAAiB,EAAE,GAAG,CAAC;IAC9B,8BAA8B,EAAE,GAAG,CAAC;IACpC,QAAQ,EAAE;QACR,UAAU,EAAE,GAAG,CAAC;QAChB,mBAAmB,EAAE,MAAM,EAAE,CAAC;QAC9B,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;KACpB,GAAG,IAAI,CAAC;IACT,SAAS,EAAE,OAAO,CAAC;IACnB,oBAAoB,EAAE,OAAO,CAAC;gBAG5B,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SASjB;IAaH,gBAAgB,QACT,WAAW,oBAAoB,KACnC,eAAe,CA4EhB;IAaF,eAAe,YACJ,cAAc,cACX,eAAe,yCAEhB,MAAM,KAChB,OAAO,CA8BR;IAEF,oBAAoB,QACb,WAAW,oBAAoB,cACxB,eAAe,KAC1B,IAAI,CA2BL;IAEF,sBAAsB,CACpB,GAAG,EAAE,UAAU,CAAC,oBAAoB,EACpC,UAAU,EAAE,eAAe,EAC3B,MAAM,EAAE,UAAU,GACjB,IAAI;IAwCP,YAAY,QAAS,WAAW,oBAAoB,KAAG,IAAI,CAuEzD;IAEF,aAAa,QAAS,WAAW,oBAAoB,KAAG,IAAI,CAkD1D;IAEF,gBAAgB,QAAS,WAAW,iBAAiB,UAInD;IAEF,mBAAmB,QAAS,WAAW,iBAAiB,KAAG,IAAI,CA4C7D;IAEF,yBAAyB,CAAC,OAAO,KAAA,EAAE,UAAU,KAAA,EAAE,WAAW,KAAA,GAAG,IAAI;IAsBjE,MAAM,YAAa,cAAc,SAmC/B;IAEF,eAAe,YAAa,cAAc,UA4BxC;IAEF,iBAAiB,YAAa,cAAc,UA4B1C;IAEF,aAAa,YAAa,cAAc,UAgCtC;IAEF,eAAe,YAAa,cAAc,UAgCxC;IAUF,gBAAgB,mBACE,MAAM,eAAe,oBACnB,gBAAgB,KACjC,OAAO,CAgKR;IAEF,eAAe,CAAC,MAAM,KAAA,EAAE,MAAM,KAAA,EAAE,UAAU,KAAA;CAM3C;AAWD,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import type { Types } from '@cornerstonejs/core';
|
|
2
|
+
import { AnnotationTool } from '../base';
|
|
3
|
+
import { EventTypes, ToolHandle, PublicToolProps, ToolProps, SVGDrawingHelper } from '../../types';
|
|
4
|
+
import { BidirectionalAnnotation } from '../../types/ToolSpecificAnnotationTypes';
|
|
5
|
+
declare class BidirectionalTool extends AnnotationTool {
|
|
6
|
+
static toolName: any;
|
|
7
|
+
touchDragCallback: any;
|
|
8
|
+
mouseDragCallback: any;
|
|
9
|
+
_throttledCalculateCachedStats: any;
|
|
10
|
+
editData: {
|
|
11
|
+
annotation: any;
|
|
12
|
+
viewportIdsToRender: string[];
|
|
13
|
+
handleIndex?: number;
|
|
14
|
+
movingTextBox: boolean;
|
|
15
|
+
newAnnotation?: boolean;
|
|
16
|
+
hasMoved?: boolean;
|
|
17
|
+
} | null;
|
|
18
|
+
isDrawing: boolean;
|
|
19
|
+
isHandleOutsideImage: boolean;
|
|
20
|
+
preventHandleOutsideImage: boolean;
|
|
21
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
22
|
+
addNewAnnotation(evt: EventTypes.InteractionEventType): BidirectionalAnnotation;
|
|
23
|
+
isPointNearTool: (element: HTMLDivElement, annotation: BidirectionalAnnotation, canvasCoords: Types.Point2, proximity: number) => boolean;
|
|
24
|
+
toolSelectedCallback: (evt: EventTypes.InteractionEventType, annotation: BidirectionalAnnotation) => void;
|
|
25
|
+
handleSelectedCallback: (evt: EventTypes.InteractionEventType, annotation: BidirectionalAnnotation, handle: ToolHandle) => void;
|
|
26
|
+
_endCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
27
|
+
_dragDrawCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
28
|
+
_dragModifyCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
29
|
+
_dragModifyHandle: (evt: EventTypes.InteractionEventType) => void;
|
|
30
|
+
cancel: (element: HTMLDivElement) => any;
|
|
31
|
+
_activateDraw: (element: any) => void;
|
|
32
|
+
_deactivateDraw: (element: any) => void;
|
|
33
|
+
_activateModify: (element: any) => void;
|
|
34
|
+
_deactivateModify: (element: any) => void;
|
|
35
|
+
renderAnnotation: (enabledElement: Types.IEnabledElement, svgDrawingHelper: SVGDrawingHelper) => boolean;
|
|
36
|
+
_movingLongAxisWouldPutItThroughShortAxis: (firstLineSegment: any, secondLineSegment: any) => boolean;
|
|
37
|
+
_calculateLength(pos1: any, pos2: any): number;
|
|
38
|
+
_calculateCachedStats: (annotation: any, renderingEngine: any, enabledElement: any) => any;
|
|
39
|
+
_isInsideVolume: (index1: any, index2: any, index3: any, index4: any, dimensions: any) => boolean;
|
|
40
|
+
_getSignedAngle: (vector1: any, vector2: any) => number;
|
|
41
|
+
}
|
|
42
|
+
export default BidirectionalTool;
|
|
43
|
+
//# sourceMappingURL=BidirectionalTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BidirectionalTool.d.ts","sourceRoot":"","sources":["../../../../src/tools/annotation/BidirectionalTool.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAOjD,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAuBzC,OAAO,EACL,UAAU,EACV,UAAU,EAEV,eAAe,EACf,SAAS,EAET,gBAAgB,EACjB,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAgDlF,cAAM,iBAAkB,SAAQ,cAAc;IAC5C,MAAM,CAAC,QAAQ,MAAC;IAEhB,iBAAiB,EAAE,GAAG,CAAC;IACvB,iBAAiB,EAAE,GAAG,CAAC;IACvB,8BAA8B,EAAE,GAAG,CAAC;IACpC,QAAQ,EAAE;QACR,UAAU,EAAE,GAAG,CAAC;QAChB,mBAAmB,EAAE,MAAM,EAAE,CAAC;QAC9B,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,aAAa,EAAE,OAAO,CAAC;QACvB,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;KACpB,GAAG,IAAI,CAAC;IACT,SAAS,EAAE,OAAO,CAAC;IACnB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,yBAAyB,EAAE,OAAO,CAAC;gBAGjC,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAMjB;IAmBH,gBAAgB,CACd,GAAG,EAAE,UAAU,CAAC,oBAAoB,GACnC,uBAAuB;IA+F1B,eAAe,YACJ,cAAc,cACX,uBAAuB,yCAExB,MAAM,KAChB,OAAO,CAyDR;IAQF,oBAAoB,QACb,WAAW,oBAAoB,cACxB,uBAAuB,KAClC,IAAI,CA2BL;IAWF,sBAAsB,QACf,WAAW,oBAAoB,cACxB,uBAAuB,UAC3B,UAAU,KACjB,IAAI,CAsCL;IAUF,YAAY,QAAS,WAAW,oBAAoB,KAAG,IAAI,CAuGzD;IAKF,iBAAiB,QAAS,WAAW,oBAAoB,KAAG,IAAI,CA8E9D;IAMF,mBAAmB,QAAS,WAAW,oBAAoB,KAAG,IAAI,CAwChE;IAMF,iBAAiB,QAAS,WAAW,oBAAoB,KAAG,IAAI,CA4P9D;IAMF,MAAM,YAAa,cAAc,SAmC/B;IAEF,aAAa,yBAoBX;IAEF,eAAe,yBAoBb;IAEF,eAAe,yBAmBb;IAEF,iBAAiB,yBAmBf;IAUF,gBAAgB,mBACE,MAAM,eAAe,oBACnB,gBAAgB,KACjC,OAAO,CA+LR;IAEF,yCAAyC,6DAsCvC;IAEF,gBAAgB,CAAC,IAAI,KAAA,EAAE,IAAI,KAAA;IAQ3B,qBAAqB,sEA4DnB;IAEF,eAAe,2EAAiD,OAAO,CAOrE;IAEF,eAAe,yCAKb;CACH;AAqBD,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { AnnotationTool } from '../base';
|
|
2
|
+
import type { Types } from '@cornerstonejs/core';
|
|
3
|
+
import { EventTypes, ToolHandle, PublicToolProps, ToolProps, SVGDrawingHelper } from '../../types';
|
|
4
|
+
import { CircleROIAnnotation } from '../../types/ToolSpecificAnnotationTypes';
|
|
5
|
+
declare class CircleROITool extends AnnotationTool {
|
|
6
|
+
static toolName: any;
|
|
7
|
+
touchDragCallback: any;
|
|
8
|
+
mouseDragCallback: any;
|
|
9
|
+
_throttledCalculateCachedStats: any;
|
|
10
|
+
editData: {
|
|
11
|
+
annotation: any;
|
|
12
|
+
viewportIdsToRender: Array<string>;
|
|
13
|
+
handleIndex?: number;
|
|
14
|
+
movingTextBox?: boolean;
|
|
15
|
+
newAnnotation?: boolean;
|
|
16
|
+
hasMoved?: boolean;
|
|
17
|
+
} | null;
|
|
18
|
+
isDrawing: boolean;
|
|
19
|
+
isHandleOutsideImage: boolean;
|
|
20
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
21
|
+
addNewAnnotation: (evt: EventTypes.InteractionEventType) => CircleROIAnnotation;
|
|
22
|
+
isPointNearTool: (element: HTMLDivElement, annotation: CircleROIAnnotation, canvasCoords: Types.Point2, proximity: number) => boolean;
|
|
23
|
+
toolSelectedCallback: (evt: EventTypes.InteractionEventType, annotation: CircleROIAnnotation) => void;
|
|
24
|
+
handleSelectedCallback: (evt: EventTypes.InteractionEventType, annotation: CircleROIAnnotation, handle: ToolHandle) => void;
|
|
25
|
+
_endCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
26
|
+
_dragDrawCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
27
|
+
_dragModifyCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
28
|
+
_dragHandle: (evt: EventTypes.InteractionEventType) => void;
|
|
29
|
+
cancel: (element: HTMLDivElement) => any;
|
|
30
|
+
_activateModify: (element: any) => void;
|
|
31
|
+
_deactivateModify: (element: any) => void;
|
|
32
|
+
_activateDraw: (element: any) => void;
|
|
33
|
+
_deactivateDraw: (element: any) => void;
|
|
34
|
+
renderAnnotation: (enabledElement: Types.IEnabledElement, svgDrawingHelper: SVGDrawingHelper) => boolean;
|
|
35
|
+
_calculateCachedStats: (annotation: any, viewport: any, renderingEngine: any, enabledElement: any) => any;
|
|
36
|
+
_isInsideVolume: (index1: any, index2: any, dimensions: any) => boolean;
|
|
37
|
+
}
|
|
38
|
+
export default CircleROITool;
|
|
39
|
+
//# sourceMappingURL=CircleROITool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CircleROITool.d.ts","sourceRoot":"","sources":["../../../../src/tools/annotation/CircleROITool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AASzC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AA+BjD,OAAO,EACL,UAAU,EACV,UAAU,EAEV,eAAe,EACf,SAAS,EACT,gBAAgB,EACjB,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAsE9E,cAAM,aAAc,SAAQ,cAAc;IACxC,MAAM,CAAC,QAAQ,MAAC;IAEhB,iBAAiB,EAAE,GAAG,CAAC;IACvB,iBAAiB,EAAE,GAAG,CAAC;IACvB,8BAA8B,EAAE,GAAG,CAAC;IACpC,QAAQ,EAAE;QACR,UAAU,EAAE,GAAG,CAAC;QAChB,mBAAmB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;QACnC,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;KACpB,GAAG,IAAI,CAAC;IACT,SAAS,EAAE,OAAO,CAAC;IACnB,oBAAoB,UAAS;gBAG3B,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAWjB;IAmBH,gBAAgB,QACT,WAAW,oBAAoB,KACnC,mBAAmB,CA8EpB;IAaF,eAAe,YACJ,cAAc,cACX,mBAAmB,yCAEpB,MAAM,KAChB,OAAO,CAyBR;IAEF,oBAAoB,QACb,WAAW,oBAAoB,cACxB,mBAAmB,KAC9B,IAAI,CA2BL;IAEF,sBAAsB,QACf,WAAW,oBAAoB,cACxB,mBAAmB,UACvB,UAAU,KACjB,IAAI,CAwCL;IAEF,YAAY,QAAS,WAAW,oBAAoB,KAAG,IAAI,CAgDzD;IAEF,iBAAiB,QAAS,WAAW,oBAAoB,KAAG,IAAI,CAwB9D;IAEF,mBAAmB,QAAS,WAAW,oBAAoB,KAAG,IAAI,CA2ChE;IAEF,WAAW,QAAS,WAAW,oBAAoB,KAAG,IAAI,CAmCxD;IAEF,MAAM,YAAa,cAAc,SAmC/B;IAEF,eAAe,yBAUb;IAEF,iBAAiB,yBAUf;IAEF,aAAa,yBAWX;IAEF,eAAe,yBAWb;IAUF,gBAAgB,mBACE,MAAM,eAAe,oBACnB,gBAAgB,KACjC,OAAO,CAoPR;IAEF,qBAAqB,qFAiKnB;IAEF,eAAe,yDAKb;CACH;AAiDD,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import type { Types } from '@cornerstonejs/core';
|
|
2
|
+
import { AnnotationTool } from '../base';
|
|
3
|
+
import { EventTypes, ToolHandle, PublicToolProps, ToolProps, InteractionTypes, SVGDrawingHelper } from '../../types';
|
|
4
|
+
import { CobbAngleAnnotation } from '../../types/ToolSpecificAnnotationTypes';
|
|
5
|
+
declare class CobbAngleTool extends AnnotationTool {
|
|
6
|
+
static toolName: any;
|
|
7
|
+
touchDragCallback: any;
|
|
8
|
+
mouseDragCallback: any;
|
|
9
|
+
angleStartedNotYetCompleted: boolean;
|
|
10
|
+
_throttledCalculateCachedStats: any;
|
|
11
|
+
editData: {
|
|
12
|
+
annotation: any;
|
|
13
|
+
viewportIdsToRender: string[];
|
|
14
|
+
handleIndex?: number;
|
|
15
|
+
movingTextBox?: boolean;
|
|
16
|
+
newAnnotation?: boolean;
|
|
17
|
+
hasMoved?: boolean;
|
|
18
|
+
isNearFirstLine?: boolean;
|
|
19
|
+
isNearSecondLine?: boolean;
|
|
20
|
+
} | null;
|
|
21
|
+
isDrawing: boolean;
|
|
22
|
+
isHandleOutsideImage: boolean;
|
|
23
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
24
|
+
addNewAnnotation: (evt: EventTypes.MouseDownActivateEventType) => CobbAngleAnnotation;
|
|
25
|
+
isPointNearTool: (element: HTMLDivElement, annotation: CobbAngleAnnotation, canvasCoords: Types.Point2, proximity: number) => boolean;
|
|
26
|
+
toolSelectedCallback: (evt: EventTypes.MouseDownEventType, annotation: CobbAngleAnnotation, interactionType: InteractionTypes, canvasCoords: Types.Point2, proximity?: number) => void;
|
|
27
|
+
handleSelectedCallback(evt: EventTypes.MouseDownEventType, annotation: CobbAngleAnnotation, handle: ToolHandle, interactionType?: string): void;
|
|
28
|
+
_mouseUpCallback: (evt: EventTypes.MouseUpEventType | EventTypes.MouseClickEventType) => void;
|
|
29
|
+
_mouseDownCallback: (evt: EventTypes.MouseUpEventType | EventTypes.MouseClickEventType) => void;
|
|
30
|
+
_mouseDragCallback: (evt: EventTypes.MouseDragEventType | EventTypes.MouseMoveEventType) => void;
|
|
31
|
+
cancel: (element: HTMLDivElement) => any;
|
|
32
|
+
_activateModify: (element: HTMLDivElement) => void;
|
|
33
|
+
_deactivateModify: (element: HTMLDivElement) => void;
|
|
34
|
+
_activateDraw: (element: HTMLDivElement) => void;
|
|
35
|
+
_deactivateDraw: (element: HTMLDivElement) => void;
|
|
36
|
+
renderAnnotation: (enabledElement: Types.IEnabledElement, svgDrawingHelper: SVGDrawingHelper) => boolean;
|
|
37
|
+
_calculateCachedStats(annotation: any, renderingEngine: any, enabledElement: any): any;
|
|
38
|
+
distanceToLines: ({ viewport, points, canvasCoords, proximity }: {
|
|
39
|
+
viewport: any;
|
|
40
|
+
points: any;
|
|
41
|
+
canvasCoords: any;
|
|
42
|
+
proximity: any;
|
|
43
|
+
}) => {
|
|
44
|
+
distanceToPoint: number;
|
|
45
|
+
distanceToPoint2: number;
|
|
46
|
+
isNearFirstLine: boolean;
|
|
47
|
+
isNearSecondLine: boolean;
|
|
48
|
+
};
|
|
49
|
+
getArcsStartEndPoints: ({ firstLine, secondLine, mid1, mid2, }: {
|
|
50
|
+
firstLine: any;
|
|
51
|
+
secondLine: any;
|
|
52
|
+
mid1: any;
|
|
53
|
+
mid2: any;
|
|
54
|
+
}) => {
|
|
55
|
+
arc1Start: Types.Point2;
|
|
56
|
+
arc1End: Types.Point2;
|
|
57
|
+
arc2Start: Types.Point2;
|
|
58
|
+
arc2End: Types.Point2;
|
|
59
|
+
arc1Angle: number;
|
|
60
|
+
arc2Angle: number;
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
export default CobbAngleTool;
|
|
64
|
+
//# sourceMappingURL=CobbAngleTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CobbAngleTool.d.ts","sourceRoot":"","sources":["../../../../src/tools/annotation/CobbAngleTool.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAEjD,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAgCzC,OAAO,EACL,UAAU,EACV,UAAU,EAEV,eAAe,EACf,SAAS,EACT,gBAAgB,EAChB,gBAAgB,EACjB,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAG9E,cAAM,aAAc,SAAQ,cAAc;IACxC,MAAM,CAAC,QAAQ,MAAC;IAET,iBAAiB,EAAE,GAAG,CAAC;IACvB,iBAAiB,EAAE,GAAG,CAAC;IAC9B,2BAA2B,EAAE,OAAO,CAAC;IACrC,8BAA8B,EAAE,GAAG,CAAC;IACpC,QAAQ,EAAE;QACR,UAAU,EAAE,GAAG,CAAC;QAChB,mBAAmB,EAAE,MAAM,EAAE,CAAC;QAC9B,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,eAAe,CAAC,EAAE,OAAO,CAAC;QAC1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;KAC5B,GAAG,IAAI,CAAC;IACT,SAAS,EAAE,OAAO,CAAC;IACnB,oBAAoB,EAAE,OAAO,CAAC;gBAG5B,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAOjB;IAmBH,gBAAgB,QACT,WAAW,0BAA0B,KACzC,mBAAmB,CA+EpB;IAaF,eAAe,YACJ,cAAc,cACX,mBAAmB,yCAEpB,MAAM,KAChB,OAAO,CAiBR;IAEF,oBAAoB,QACb,WAAW,kBAAkB,cACtB,mBAAmB,mBACd,gBAAgB,qDAGhC,IAAI,CAoCL;IAEF,sBAAsB,CACpB,GAAG,EAAE,UAAU,CAAC,kBAAkB,EAClC,UAAU,EAAE,mBAAmB,EAC/B,MAAM,EAAE,UAAU,EAClB,eAAe,SAAU,GACxB,IAAI;IAwCP,gBAAgB,QACT,WAAW,gBAAgB,GAAG,WAAW,mBAAmB,UAwDjE;IAQF,kBAAkB,QACX,WAAW,gBAAgB,GAAG,WAAW,mBAAmB,UAqCjE;IAEF,kBAAkB,QACX,WAAW,kBAAkB,GAAG,WAAW,kBAAkB,UAuElE;IAEF,MAAM,YAAa,cAAc,SAwC/B;IAEF,eAAe,YAAa,cAAc,UAkBxC;IAEF,iBAAiB,YAAa,cAAc,UAkB1C;IAEF,aAAa,YAAa,cAAc,UA0BtC;IAEF,eAAe,YAAa,cAAc,UA0BxC;IAUF,gBAAgB,mBACE,MAAM,eAAe,oBACnB,gBAAgB,KACjC,OAAO,CA2SR;IAEF,qBAAqB,CAAC,UAAU,KAAA,EAAE,eAAe,KAAA,EAAE,cAAc,KAAA;IAwGjE,eAAe;;;;;;;;;;MAuDb;IAEF,qBAAqB;;;;;;;;;;mBAUR,MAAM;mBACN,MAAM;MAqGjB;CACH;AAgBD,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { Types } from '@cornerstonejs/core';
|
|
2
|
+
import { EventTypes, PublicToolProps, SVGDrawingHelper, ToolProps } from '../../types';
|
|
3
|
+
import ProbeTool from './ProbeTool';
|
|
4
|
+
import { ProbeAnnotation } from '../../types/ToolSpecificAnnotationTypes';
|
|
5
|
+
declare class DragProbeTool extends ProbeTool {
|
|
6
|
+
static toolName: any;
|
|
7
|
+
touchDragCallback: any;
|
|
8
|
+
mouseDragCallback: any;
|
|
9
|
+
editData: {
|
|
10
|
+
annotation: any;
|
|
11
|
+
viewportIdsToRender: string[];
|
|
12
|
+
newAnnotation?: boolean;
|
|
13
|
+
} | null;
|
|
14
|
+
eventDispatchDetail: {
|
|
15
|
+
viewportId: string;
|
|
16
|
+
renderingEngineId: string;
|
|
17
|
+
};
|
|
18
|
+
isDrawing: boolean;
|
|
19
|
+
isHandleOutsideImage: boolean;
|
|
20
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
21
|
+
postMouseDownCallback: (evt: EventTypes.InteractionEventType) => ProbeAnnotation;
|
|
22
|
+
postTouchStartCallback: (evt: EventTypes.InteractionEventType) => ProbeAnnotation;
|
|
23
|
+
renderAnnotation: (enabledElement: Types.IEnabledElement, svgDrawingHelper: SVGDrawingHelper) => boolean;
|
|
24
|
+
}
|
|
25
|
+
export default DragProbeTool;
|
|
26
|
+
//# sourceMappingURL=DragProbeTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DragProbeTool.d.ts","sourceRoot":"","sources":["../../../../src/tools/annotation/DragProbeTool.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAQjD,OAAO,EACL,UAAU,EACV,eAAe,EACf,gBAAgB,EAChB,SAAS,EACV,MAAM,aAAa,CAAC;AAErB,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAI1E,cAAM,aAAc,SAAQ,SAAS;IACnC,MAAM,CAAC,QAAQ,MAAC;IAEhB,iBAAiB,EAAE,GAAG,CAAC;IACvB,iBAAiB,EAAE,GAAG,CAAC;IACvB,QAAQ,EAAE;QACR,UAAU,EAAE,GAAG,CAAC;QAChB,mBAAmB,EAAE,MAAM,EAAE,CAAC;QAC9B,aAAa,CAAC,EAAE,OAAO,CAAC;KACzB,GAAG,IAAI,CAAC;IACT,mBAAmB,EAAE;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,iBAAiB,EAAE,MAAM,CAAC;KAC3B,CAAC;IACF,SAAS,EAAE,OAAO,CAAC;IACnB,oBAAoB,EAAE,OAAO,CAAC;gBAG5B,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAOjB;IAKH,qBAAqB,QACd,WAAW,oBAAoB,KACnC,eAAe,CAwDhB;IAEF,sBAAsB,QACf,WAAW,oBAAoB,KACnC,eAAe,CAEhB;IAEF,gBAAgB,mBACE,MAAM,eAAe,oBACnB,gBAAgB,KACjC,OAAO,CAkGR;CACH;AAoBD,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { AnnotationTool } from '../base';
|
|
2
|
+
import type { Types } from '@cornerstonejs/core';
|
|
3
|
+
import { EventTypes, ToolHandle, PublicToolProps, ToolProps, SVGDrawingHelper } from '../../types';
|
|
4
|
+
import { EllipticalROIAnnotation } from '../../types/ToolSpecificAnnotationTypes';
|
|
5
|
+
declare class EllipticalROITool extends AnnotationTool {
|
|
6
|
+
static toolName: any;
|
|
7
|
+
touchDragCallback: any;
|
|
8
|
+
mouseDragCallback: any;
|
|
9
|
+
_throttledCalculateCachedStats: any;
|
|
10
|
+
editData: {
|
|
11
|
+
annotation: any;
|
|
12
|
+
viewportIdsToRender: Array<string>;
|
|
13
|
+
handleIndex?: number;
|
|
14
|
+
movingTextBox?: boolean;
|
|
15
|
+
centerWorld?: Array<number>;
|
|
16
|
+
canvasWidth?: number;
|
|
17
|
+
canvasHeight?: number;
|
|
18
|
+
originalHandleCanvas?: Array<number>;
|
|
19
|
+
newAnnotation?: boolean;
|
|
20
|
+
hasMoved?: boolean;
|
|
21
|
+
} | null;
|
|
22
|
+
isDrawing: boolean;
|
|
23
|
+
isHandleOutsideImage: boolean;
|
|
24
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
25
|
+
addNewAnnotation: (evt: EventTypes.InteractionEventType) => EllipticalROIAnnotation;
|
|
26
|
+
isPointNearTool: (element: HTMLDivElement, annotation: EllipticalROIAnnotation, canvasCoords: Types.Point2, proximity: number) => boolean;
|
|
27
|
+
toolSelectedCallback: (evt: EventTypes.InteractionEventType, annotation: EllipticalROIAnnotation) => void;
|
|
28
|
+
handleSelectedCallback: (evt: EventTypes.InteractionEventType, annotation: EllipticalROIAnnotation, handle: ToolHandle) => void;
|
|
29
|
+
_endCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
30
|
+
_dragDrawCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
31
|
+
_dragModifyCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
32
|
+
_dragHandle: (evt: EventTypes.InteractionEventType) => void;
|
|
33
|
+
cancel: (element: HTMLDivElement) => any;
|
|
34
|
+
_activateModify: (element: any) => void;
|
|
35
|
+
_deactivateModify: (element: any) => void;
|
|
36
|
+
_activateDraw: (element: any) => void;
|
|
37
|
+
_deactivateDraw: (element: any) => void;
|
|
38
|
+
renderAnnotation: (enabledElement: Types.IEnabledElement, svgDrawingHelper: SVGDrawingHelper) => boolean;
|
|
39
|
+
_calculateCachedStats: (annotation: any, viewport: any, renderingEngine: any, enabledElement: any) => any;
|
|
40
|
+
_isInsideVolume: (index1: any, index2: any, dimensions: any) => boolean;
|
|
41
|
+
_pointInEllipseCanvas(ellipse: any, location: Types.Point2): boolean;
|
|
42
|
+
_getCanvasEllipseCenter(ellipseCanvasPoints: Types.Point2[]): Types.Point2;
|
|
43
|
+
}
|
|
44
|
+
export default EllipticalROITool;
|
|
45
|
+
//# sourceMappingURL=EllipticalROITool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EllipticalROITool.d.ts","sourceRoot":"","sources":["../../../../src/tools/annotation/EllipticalROITool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AASzC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAkCjD,OAAO,EACL,UAAU,EACV,UAAU,EAEV,eAAe,EACf,SAAS,EACT,gBAAgB,EACjB,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAiElF,cAAM,iBAAkB,SAAQ,cAAc;IAC5C,MAAM,CAAC,QAAQ,MAAC;IAEhB,iBAAiB,EAAE,GAAG,CAAC;IACvB,iBAAiB,EAAE,GAAG,CAAC;IACvB,8BAA8B,EAAE,GAAG,CAAC;IACpC,QAAQ,EAAE;QACR,UAAU,EAAE,GAAG,CAAC;QAChB,mBAAmB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;QACnC,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;QAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,oBAAoB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;QACrC,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;KACpB,GAAG,IAAI,CAAC;IACT,SAAS,EAAE,OAAO,CAAC;IACnB,oBAAoB,UAAS;gBAG3B,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAWjB;IAmBH,gBAAgB,QACT,WAAW,oBAAoB,KACnC,uBAAuB,CAkFxB;IAaF,eAAe,YACJ,cAAc,cACX,uBAAuB,yCAExB,MAAM,KAChB,OAAO,CA+CR;IAEF,oBAAoB,QACb,WAAW,oBAAoB,cACxB,uBAAuB,KAClC,IAAI,CA2BL;IAEF,sBAAsB,QACf,WAAW,oBAAoB,cACxB,uBAAuB,UAC3B,UAAU,KACjB,IAAI,CAkEL;IAEF,YAAY,QAAS,WAAW,oBAAoB,KAAG,IAAI,CAgDzD;IAEF,iBAAiB,QAAS,WAAW,oBAAoB,KAAG,IAAI,CAoC9D;IAEF,mBAAmB,QAAS,WAAW,oBAAoB,KAAG,IAAI,CA2ChE;IAEF,WAAW,QAAS,WAAW,oBAAoB,KAAG,IAAI,CAiFxD;IAEF,MAAM,YAAa,cAAc,SAmC/B;IAEF,eAAe,yBAUb;IAEF,iBAAiB,yBAUf;IAEF,aAAa,yBAWX;IAEF,eAAe,yBAWb;IAUF,gBAAgB,mBACE,MAAM,eAAe,oBACnB,gBAAgB,KACjC,OAAO,CAqQR;IAEF,qBAAqB,qFA6JnB;IAEF,eAAe,yDAKb;IAWF,qBAAqB,CAAC,OAAO,KAAA,EAAE,QAAQ,EAAE,KAAK,CAAC,MAAM,GAAG,OAAO;IAyB/D,uBAAuB,CAAC,mBAAmB,EAAE,KAAK,CAAC,MAAM,EAAE,GAAG,KAAK,CAAC,MAAM;CAS3E;AAgCD,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import type { Types } from '@cornerstonejs/core';
|
|
2
|
+
import { AnnotationTool } from '../base';
|
|
3
|
+
import { EventTypes, ToolHandle, PublicToolProps, ToolProps, SVGDrawingHelper } from '../../types';
|
|
4
|
+
import { LengthAnnotation } from '../../types/ToolSpecificAnnotationTypes';
|
|
5
|
+
declare class LengthTool extends AnnotationTool {
|
|
6
|
+
static toolName: any;
|
|
7
|
+
touchDragCallback: any;
|
|
8
|
+
mouseDragCallback: any;
|
|
9
|
+
_throttledCalculateCachedStats: any;
|
|
10
|
+
editData: {
|
|
11
|
+
annotation: any;
|
|
12
|
+
viewportIdsToRender: string[];
|
|
13
|
+
handleIndex?: number;
|
|
14
|
+
movingTextBox?: boolean;
|
|
15
|
+
newAnnotation?: boolean;
|
|
16
|
+
hasMoved?: boolean;
|
|
17
|
+
} | null;
|
|
18
|
+
isDrawing: boolean;
|
|
19
|
+
isHandleOutsideImage: boolean;
|
|
20
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
21
|
+
addNewAnnotation: (evt: EventTypes.InteractionEventType) => LengthAnnotation;
|
|
22
|
+
isPointNearTool: (element: HTMLDivElement, annotation: LengthAnnotation, canvasCoords: Types.Point2, proximity: number) => boolean;
|
|
23
|
+
toolSelectedCallback: (evt: EventTypes.InteractionEventType, annotation: LengthAnnotation) => void;
|
|
24
|
+
handleSelectedCallback(evt: EventTypes.InteractionEventType, annotation: LengthAnnotation, handle: ToolHandle): void;
|
|
25
|
+
_endCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
26
|
+
_dragCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
27
|
+
cancel: (element: HTMLDivElement) => any;
|
|
28
|
+
_activateModify: (element: HTMLDivElement) => void;
|
|
29
|
+
_deactivateModify: (element: HTMLDivElement) => void;
|
|
30
|
+
_activateDraw: (element: HTMLDivElement) => void;
|
|
31
|
+
_deactivateDraw: (element: HTMLDivElement) => void;
|
|
32
|
+
renderAnnotation: (enabledElement: Types.IEnabledElement, svgDrawingHelper: SVGDrawingHelper) => boolean;
|
|
33
|
+
_calculateLength(pos1: any, pos2: any): number;
|
|
34
|
+
_calculateCachedStats(annotation: any, renderingEngine: any, enabledElement: any): any;
|
|
35
|
+
_isInsideVolume(index1: any, index2: any, dimensions: any): boolean;
|
|
36
|
+
}
|
|
37
|
+
export default LengthTool;
|
|
38
|
+
//# sourceMappingURL=LengthTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LengthTool.d.ts","sourceRoot":"","sources":["../../../../src/tools/annotation/LengthTool.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAOjD,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AA8BzC,OAAO,EACL,UAAU,EACV,UAAU,EAEV,eAAe,EACf,SAAS,EACT,gBAAgB,EACjB,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAwC3E,cAAM,UAAW,SAAQ,cAAc;IACrC,MAAM,CAAC,QAAQ,MAAC;IAET,iBAAiB,EAAE,GAAG,CAAC;IACvB,iBAAiB,EAAE,GAAG,CAAC;IAC9B,8BAA8B,EAAE,GAAG,CAAC;IACpC,QAAQ,EAAE;QACR,UAAU,EAAE,GAAG,CAAC;QAChB,mBAAmB,EAAE,MAAM,EAAE,CAAC;QAC9B,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;KACpB,GAAG,IAAI,CAAC;IACT,SAAS,EAAE,OAAO,CAAC;IACnB,oBAAoB,EAAE,OAAO,CAAC;gBAG5B,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAMjB;IAmBH,gBAAgB,QACT,WAAW,oBAAoB,KACnC,gBAAgB,CA0EjB;IAaF,eAAe,YACJ,cAAc,cACX,gBAAgB,yCAEjB,MAAM,KAChB,OAAO,CA8BR;IAEF,oBAAoB,QACb,WAAW,oBAAoB,cACxB,gBAAgB,KAC3B,IAAI,CA2BL;IAEF,sBAAsB,CACpB,GAAG,EAAE,UAAU,CAAC,oBAAoB,EACpC,UAAU,EAAE,gBAAgB,EAC5B,MAAM,EAAE,UAAU,GACjB,IAAI;IAwCP,YAAY,QAAS,WAAW,oBAAoB,KAAG,IAAI,CA4CzD;IAEF,aAAa,QAAS,WAAW,oBAAoB,KAAG,IAAI,CAkD1D;IAEF,MAAM,YAAa,cAAc,SAmC/B;IAEF,eAAe,YAAa,cAAc,UA4BxC;IAEF,iBAAiB,YAAa,cAAc,UA4B1C;IAEF,aAAa,YAAa,cAAc,UAgCtC;IAEF,eAAe,YAAa,cAAc,UAgCxC;IAUF,gBAAgB,mBACE,MAAM,eAAe,oBACnB,gBAAgB,KACjC,OAAO,CA8KR;IAEF,gBAAgB,CAAC,IAAI,KAAA,EAAE,IAAI,KAAA;IAQ3B,qBAAqB,CAAC,UAAU,KAAA,EAAE,eAAe,KAAA,EAAE,cAAc,KAAA;IA6DjE,eAAe,CAAC,MAAM,KAAA,EAAE,MAAM,KAAA,EAAE,UAAU,KAAA;CAM3C;AAiBD,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import type { Types } from '@cornerstonejs/core';
|
|
2
|
+
import { AnnotationTool } from '../base';
|
|
3
|
+
import { EventTypes, ToolHandle, Annotations, PublicToolProps, ToolProps, SVGDrawingHelper } from '../../types';
|
|
4
|
+
import { PlanarFreehandROIAnnotation } from '../../types/ToolSpecificAnnotationTypes';
|
|
5
|
+
declare class PlanarFreehandROITool extends AnnotationTool {
|
|
6
|
+
static toolName: any;
|
|
7
|
+
touchDragCallback: any;
|
|
8
|
+
mouseDragCallback: any;
|
|
9
|
+
_throttledCalculateCachedStats: any;
|
|
10
|
+
private commonData?;
|
|
11
|
+
isDrawing: boolean;
|
|
12
|
+
isEditingClosed: boolean;
|
|
13
|
+
isEditingOpen: boolean;
|
|
14
|
+
private activateDraw;
|
|
15
|
+
private activateClosedContourEdit;
|
|
16
|
+
private activateOpenContourEdit;
|
|
17
|
+
private activateOpenContourEndEdit;
|
|
18
|
+
private cancelDrawing;
|
|
19
|
+
private cancelClosedContourEdit;
|
|
20
|
+
private cancelOpenContourEdit;
|
|
21
|
+
private renderContour;
|
|
22
|
+
private renderContourBeingDrawn;
|
|
23
|
+
private renderClosedContourBeingEdited;
|
|
24
|
+
private renderOpenContourBeingEdited;
|
|
25
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
26
|
+
addNewAnnotation: (evt: EventTypes.InteractionEventType) => PlanarFreehandROIAnnotation;
|
|
27
|
+
handleSelectedCallback: (evt: EventTypes.InteractionEventType, annotation: PlanarFreehandROIAnnotation, handle: ToolHandle) => void;
|
|
28
|
+
toolSelectedCallback: (evt: EventTypes.InteractionEventType, annotation: PlanarFreehandROIAnnotation) => void;
|
|
29
|
+
isPointNearTool: (element: HTMLDivElement, annotation: PlanarFreehandROIAnnotation, canvasCoords: Types.Point2, proximity: number) => boolean;
|
|
30
|
+
cancel: (element: HTMLDivElement) => void;
|
|
31
|
+
triggerAnnotationModified: (annotation: PlanarFreehandROIAnnotation, enabledElement: Types.IEnabledElement) => void;
|
|
32
|
+
triggerAnnotationCompleted: (annotation: PlanarFreehandROIAnnotation) => void;
|
|
33
|
+
filterInteractableAnnotationsForElement(element: HTMLDivElement, annotations: Annotations): Annotations | undefined;
|
|
34
|
+
private filterAnnotationsWithinSlice;
|
|
35
|
+
renderAnnotation: (enabledElement: Types.IEnabledElement, svgDrawingHelper: SVGDrawingHelper) => boolean;
|
|
36
|
+
_calculateCachedStats: (annotation: any, viewport: any, renderingEngine: any, enabledElement: any) => any;
|
|
37
|
+
_renderStats: (annotation: any, viewport: any, enabledElement: any, svgDrawingHelper: any) => void;
|
|
38
|
+
}
|
|
39
|
+
export default PlanarFreehandROITool;
|
|
40
|
+
//# sourceMappingURL=PlanarFreehandROITool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlanarFreehandROITool.d.ts","sourceRoot":"","sources":["../../../../src/tools/annotation/PlanarFreehandROITool.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AASjD,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAoBzC,OAAO,EACL,UAAU,EACV,UAAU,EAEV,WAAW,EAEX,eAAe,EACf,SAAS,EACT,gBAAgB,EACjB,MAAM,aAAa,CAAC;AAErB,OAAO,EAAE,2BAA2B,EAAE,MAAM,yCAAyC,CAAC;AA8EtF,cAAM,qBAAsB,SAAQ,cAAc;IAChD,MAAM,CAAC,QAAQ,MAAC;IAET,iBAAiB,EAAE,GAAG,CAAC;IACvB,iBAAiB,EAAE,GAAG,CAAC;IAC9B,8BAA8B,EAAE,GAAG,CAAC;IACpC,OAAO,CAAC,UAAU,CAAC,CAA8B;IACjD,SAAS,UAAS;IAClB,eAAe,UAAS;IACxB,aAAa,UAAS;IAEtB,OAAO,CAAC,YAAY,CAIV;IACV,OAAO,CAAC,yBAAyB,CAIvB;IACV,OAAO,CAAC,uBAAuB,CAIrB;IACV,OAAO,CAAC,0BAA0B,CAKxB;IACV,OAAO,CAAC,aAAa,CAAoC;IACzD,OAAO,CAAC,uBAAuB,CAAoC;IACnE,OAAO,CAAC,qBAAqB,CAAoC;IAEjE,OAAO,CAAC,aAAa,CAIX;IACV,OAAO,CAAC,uBAAuB,CAIrB;IACV,OAAO,CAAC,8BAA8B,CAI5B;IACV,OAAO,CAAC,4BAA4B,CAI1B;gBAGR,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAmCjB;IA2BH,gBAAgB,QACT,WAAW,oBAAoB,KACnC,2BAA2B,CA8D5B;IAWF,sBAAsB,QACf,WAAW,oBAAoB,cACxB,2BAA2B,UAC/B,UAAU,KACjB,IAAI,CAeL;IAKF,oBAAoB,QACb,WAAW,oBAAoB,cACxB,2BAA2B,KACtC,IAAI,CAcL;IAaF,eAAe,YACJ,cAAc,cACX,2BAA2B,yCAE5B,MAAM,KAChB,OAAO,CA4CR;IAEF,MAAM,YAAa,cAAc,KAAG,IAAI,CAYtC;IAKF,yBAAyB,eACX,2BAA2B,kBACvB,MAAM,eAAe,KACpC,IAAI,CAWL;IAKF,0BAA0B,eACZ,2BAA2B,KACtC,IAAI,CAQL;IAOF,uCAAuC,CACrC,OAAO,EAAE,cAAc,EACvB,WAAW,EAAE,WAAW,GACvB,WAAW,GAAG,SAAS;IAsC1B,OAAO,CAAC,4BAA4B;IAmEpC,gBAAgB,mBACE,MAAM,eAAe,oBACnB,gBAAgB,KACjC,OAAO,CA2HR;IAEF,qBAAqB,qFAgLnB;IAEF,YAAY,uFAsDV;CACH;AAgCD,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { Types } from '@cornerstonejs/core';
|
|
2
|
+
import { AnnotationTool } from '../base';
|
|
3
|
+
import { EventTypes, ToolHandle, PublicToolProps, ToolProps, SVGDrawingHelper } from '../../types';
|
|
4
|
+
import { ProbeAnnotation } from '../../types/ToolSpecificAnnotationTypes';
|
|
5
|
+
declare class ProbeTool extends AnnotationTool {
|
|
6
|
+
static toolName: any;
|
|
7
|
+
touchDragCallback: any;
|
|
8
|
+
mouseDragCallback: any;
|
|
9
|
+
editData: {
|
|
10
|
+
annotation: any;
|
|
11
|
+
viewportIdsToRender: string[];
|
|
12
|
+
newAnnotation?: boolean;
|
|
13
|
+
} | null;
|
|
14
|
+
eventDispatchDetail: {
|
|
15
|
+
viewportId: string;
|
|
16
|
+
renderingEngineId: string;
|
|
17
|
+
};
|
|
18
|
+
isDrawing: boolean;
|
|
19
|
+
isHandleOutsideImage: boolean;
|
|
20
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
21
|
+
isPointNearTool(): boolean;
|
|
22
|
+
toolSelectedCallback(): void;
|
|
23
|
+
addNewAnnotation: (evt: EventTypes.InteractionEventType) => ProbeAnnotation;
|
|
24
|
+
getHandleNearImagePoint(element: HTMLDivElement, annotation: ProbeAnnotation, canvasCoords: Types.Point2, proximity: number): ToolHandle | undefined;
|
|
25
|
+
handleSelectedCallback(evt: EventTypes.InteractionEventType, annotation: ProbeAnnotation): void;
|
|
26
|
+
_endCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
27
|
+
_dragCallback: (evt: any) => void;
|
|
28
|
+
cancel: (element: HTMLDivElement) => any;
|
|
29
|
+
_activateModify: (element: any) => void;
|
|
30
|
+
_deactivateModify: (element: any) => void;
|
|
31
|
+
renderAnnotation: (enabledElement: Types.IEnabledElement, svgDrawingHelper: SVGDrawingHelper) => boolean;
|
|
32
|
+
_calculateCachedStats(annotation: any, renderingEngine: any, enabledElement: any): any;
|
|
33
|
+
}
|
|
34
|
+
export default ProbeTool;
|
|
35
|
+
//# sourceMappingURL=ProbeTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProbeTool.d.ts","sourceRoot":"","sources":["../../../../src/tools/annotation/ProbeTool.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAEjD,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAwBzC,OAAO,EACL,UAAU,EACV,UAAU,EACV,eAAe,EACf,SAAS,EACT,gBAAgB,EACjB,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAqD1E,cAAM,SAAU,SAAQ,cAAc;IACpC,MAAM,CAAC,QAAQ,MAAC;IAEhB,iBAAiB,EAAE,GAAG,CAAC;IACvB,iBAAiB,EAAE,GAAG,CAAC;IACvB,QAAQ,EAAE;QACR,UAAU,EAAE,GAAG,CAAC;QAChB,mBAAmB,EAAE,MAAM,EAAE,CAAC;QAC9B,aAAa,CAAC,EAAE,OAAO,CAAC;KACzB,GAAG,IAAI,CAAC;IACT,mBAAmB,EAAE;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,iBAAiB,EAAE,MAAM,CAAC;KAC3B,CAAC;IACF,SAAS,EAAE,OAAO,CAAC;IACnB,oBAAoB,EAAE,OAAO,CAAC;gBAG5B,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAOjB;IAOH,eAAe,IAAI,OAAO;IAI1B,oBAAoB;IAUpB,gBAAgB,QACT,WAAW,oBAAoB,KACnC,eAAe,CA2DhB;IAcF,uBAAuB,CACrB,OAAO,EAAE,cAAc,EACvB,UAAU,EAAE,eAAe,EAC3B,YAAY,EAAE,KAAK,CAAC,MAAM,EAC1B,SAAS,EAAE,MAAM,GAChB,UAAU,GAAG,SAAS;IAgBzB,sBAAsB,CACpB,GAAG,EAAE,UAAU,CAAC,oBAAoB,EACpC,UAAU,EAAE,eAAe,GAC1B,IAAI;IA8BP,YAAY,QAAS,WAAW,oBAAoB,KAAG,IAAI,CAwCzD;IAEF,aAAa,qBAgBX;IAEF,MAAM,YAAa,cAAc,SAkC/B;IAEF,eAAe,yBAUb;IAEF,iBAAiB,yBAUf;IAUF,gBAAgB,mBACE,MAAM,eAAe,oBACnB,gBAAgB,KACjC,OAAO,CAqIR;IAEF,qBAAqB,CAAC,UAAU,KAAA,EAAE,eAAe,KAAA,EAAE,cAAc,KAAA;CAoGlE;AAoBD,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { AnnotationTool } from '../base';
|
|
2
|
+
import type { Types } from '@cornerstonejs/core';
|
|
3
|
+
import { EventTypes, ToolHandle, ToolProps, PublicToolProps, SVGDrawingHelper } from '../../types';
|
|
4
|
+
import { RectangleROIAnnotation } from '../../types/ToolSpecificAnnotationTypes';
|
|
5
|
+
declare class RectangleROITool extends AnnotationTool {
|
|
6
|
+
static toolName: any;
|
|
7
|
+
_throttledCalculateCachedStats: any;
|
|
8
|
+
editData: {
|
|
9
|
+
annotation: any;
|
|
10
|
+
viewportIdsToRender: string[];
|
|
11
|
+
handleIndex?: number;
|
|
12
|
+
movingTextBox?: boolean;
|
|
13
|
+
newAnnotation?: boolean;
|
|
14
|
+
hasMoved?: boolean;
|
|
15
|
+
} | null;
|
|
16
|
+
isDrawing: boolean;
|
|
17
|
+
isHandleOutsideImage: boolean;
|
|
18
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
19
|
+
addNewAnnotation: (evt: EventTypes.InteractionEventType) => RectangleROIAnnotation;
|
|
20
|
+
isPointNearTool: (element: HTMLDivElement, annotation: RectangleROIAnnotation, canvasCoords: Types.Point2, proximity: number) => boolean;
|
|
21
|
+
toolSelectedCallback: (evt: EventTypes.InteractionEventType, annotation: RectangleROIAnnotation) => void;
|
|
22
|
+
handleSelectedCallback: (evt: EventTypes.InteractionEventType, annotation: RectangleROIAnnotation, handle: ToolHandle) => void;
|
|
23
|
+
_endCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
24
|
+
_dragCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
25
|
+
cancel: (element: HTMLDivElement) => any;
|
|
26
|
+
_activateDraw: (element: any) => void;
|
|
27
|
+
_deactivateDraw: (element: any) => void;
|
|
28
|
+
_activateModify: (element: any) => void;
|
|
29
|
+
_deactivateModify: (element: any) => void;
|
|
30
|
+
renderAnnotation: (enabledElement: Types.IEnabledElement, svgDrawingHelper: SVGDrawingHelper) => boolean;
|
|
31
|
+
_getRectangleImageCoordinates: (points: Array<Types.Point2>) => {
|
|
32
|
+
left: number;
|
|
33
|
+
top: number;
|
|
34
|
+
width: number;
|
|
35
|
+
height: number;
|
|
36
|
+
};
|
|
37
|
+
_calculateCachedStats: (annotation: any, viewPlaneNormal: any, viewUp: any, renderingEngine: any, enabledElement: any) => any;
|
|
38
|
+
_isInsideVolume: (index1: any, index2: any, dimensions: any) => boolean;
|
|
39
|
+
}
|
|
40
|
+
export default RectangleROITool;
|
|
41
|
+
//# sourceMappingURL=RectangleROITool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RectangleROITool.d.ts","sourceRoot":"","sources":["../../../../src/tools/annotation/RectangleROITool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AASzC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAgCjD,OAAO,EACL,UAAU,EACV,UAAU,EAEV,SAAS,EACT,eAAe,EACf,gBAAgB,EACjB,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,sBAAsB,EAAE,MAAM,yCAAyC,CAAC;AAoDjF,cAAM,gBAAiB,SAAQ,cAAc;IAC3C,MAAM,CAAC,QAAQ,MAAC;IAEhB,8BAA8B,EAAE,GAAG,CAAC;IACpC,QAAQ,EAAE;QACR,UAAU,EAAE,GAAG,CAAC;QAChB,mBAAmB,EAAE,MAAM,EAAE,CAAC;QAC9B,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;KACpB,GAAG,IAAI,CAAC;IACT,SAAS,EAAE,OAAO,CAAC;IACnB,oBAAoB,EAAE,OAAO,CAAC;gBAG5B,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAQjB;IAmBH,gBAAgB,QACT,WAAW,oBAAoB,KACnC,sBAAsB,CAiFvB;IAaF,eAAe,YACJ,cAAc,cACX,sBAAsB,yCAEvB,MAAM,KAChB,OAAO,CA4BR;IAEF,oBAAoB,QACb,WAAW,oBAAoB,cACxB,sBAAsB,KACjC,IAAI,CA2BL;IAEF,sBAAsB,QACf,WAAW,oBAAoB,cACxB,sBAAsB,UAC1B,UAAU,KACjB,IAAI,CAsCL;IAEF,YAAY,QAAS,WAAW,oBAAoB,KAAG,IAAI,CA2CzD;IAEF,aAAa,QAAS,WAAW,oBAAoB,KAAG,IAAI,CA4G1D;IAEF,MAAM,YAAa,cAAc,SAoC/B;IAIF,aAAa,yBAWX;IAKF,eAAe,yBAWb;IAKF,eAAe,yBAUb;IAKF,iBAAiB,yBAUf;IAUF,gBAAgB,mBACE,MAAM,eAAe,oBACnB,gBAAgB,KACjC,OAAO,CAyNR;IAEF,6BAA6B,WACnB,MAAM,MAAM,MAAM,CAAC,KAC1B;QACD,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,MAAM,CAAC;QACZ,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;KAChB,CASC;IAaF,qBAAqB,yGAsInB;IAEF,eAAe,yDAKb;CACH;AA4BD,eAAe,gBAAgB,CAAC"}
|