@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 @@
|
|
|
1
|
+
{"version":3,"file":"AdvancedMagnifyTool.d.ts","sourceRoot":"","sources":["../../../src/tools/AdvancedMagnifyTool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAQxC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAmBjD,OAAO,EACL,UAAU,EACV,UAAU,EACV,eAAe,EACf,SAAS,EACT,gBAAgB,EACjB,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,yBAAyB,EAAE,MAAM,sCAAsC,CAAC;AAMjF,OAAO,8BAA8B,MAAM,kCAAkC,CAAC;AAG9E,cAAM,mBAAoB,SAAQ,cAAc;IAC9C,MAAM,CAAC,QAAQ,MAAC;IAEhB,sBAAsB,EAAE,8BAA8B,CAAC;IACvD,iBAAiB,EAAE,GAAG,CAAC;IACvB,iBAAiB,EAAE,GAAG,CAAC;IACvB,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,QAAQ,CAAC,EAAE,OAAO,CAAC;KACpB,GAAG,IAAI,CAAC;IACT,SAAS,EAAE,OAAO,CAAC;gBAGjB,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAyBjB;IAcH,gBAAgB,QACT,WAAW,oBAAoB,KACnC,yBAAyB,CAqF1B;IAaK,eAAe,YACX,cAAc,cACX,yBAAyB,yCAE1B,MAAM,KAChB,OAAO,CA+BR;IAEF,oBAAoB,QACb,WAAW,oBAAoB,cACxB,yBAAyB,KACpC,IAAI,CA0BL;IAEF,sBAAsB,QACf,WAAW,oBAAoB,cACxB,yBAAyB,UAC7B,UAAU,KACjB,IAAI,CA+BL;IAEF,YAAY,QAAS,WAAW,oBAAoB,KAAG,IAAI,CA8BzD;IAEF,iBAAiB,QAAS,WAAW,oBAAoB,KAAG,IAAI,CAqB9D;IAEF,mBAAmB,QAAS,WAAW,oBAAoB,KAAG,IAAI,CA8BhE;IAEF,WAAW,QAAS,WAAW,oBAAoB,KAAG,IAAI,CAsCxD;IAEF,MAAM,YAAa,cAAc,SAiC/B;IAEF,eAAe,yBAUb;IAEF,iBAAiB,yBAUf;IAUF,gBAAgB,mBACE,MAAM,eAAe,oBACnB,gBAAgB,KACjC,OAAO,CAsHR;IAIK,mBAAmB,CACxB,GAAG,EAAE,UAAU,CAAC,oBAAoB,EACpC,UAAU,EAAE,yBAAyB;IAgCvC,OAAO,CAAC,2BAA2B;IA4CnC,OAAO,CAAC,sBAAsB,CAiB5B;CACH;AAID,OAAO,EAAE,mBAAmB,IAAI,OAAO,EAAE,CAAC"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import type { Types } from '@cornerstonejs/core';
|
|
2
|
+
export declare type AutoPanCallbackData = {
|
|
3
|
+
points: {
|
|
4
|
+
currentPosition: {
|
|
5
|
+
canvas: Types.Point2;
|
|
6
|
+
world: Types.Point3;
|
|
7
|
+
};
|
|
8
|
+
newPosition: {
|
|
9
|
+
canvas: Types.Point2;
|
|
10
|
+
world: Types.Point3;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
delta: {
|
|
14
|
+
canvas: Types.Point2;
|
|
15
|
+
world: Types.Point3;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export declare type AutoPanCallback = (data: AutoPanCallbackData) => void;
|
|
19
|
+
declare class AdvancedMagnifyViewport {
|
|
20
|
+
private _viewportId;
|
|
21
|
+
private _sourceEnabledElement;
|
|
22
|
+
private _enabledElement;
|
|
23
|
+
private _sourceToolGroup;
|
|
24
|
+
private _magnifyToolGroup;
|
|
25
|
+
private _isViewportReady;
|
|
26
|
+
private _radius;
|
|
27
|
+
private _resized;
|
|
28
|
+
private _resizeViewportAsync;
|
|
29
|
+
private _canAutoPan;
|
|
30
|
+
private _autoPan;
|
|
31
|
+
position: Types.Point2;
|
|
32
|
+
zoomFactor: number;
|
|
33
|
+
visible: boolean;
|
|
34
|
+
constructor({ magnifyViewportId, sourceEnabledElement, radius, position, zoomFactor, autoPan, }: {
|
|
35
|
+
magnifyViewportId?: string;
|
|
36
|
+
sourceEnabledElement: Types.IEnabledElement;
|
|
37
|
+
radius?: number;
|
|
38
|
+
position?: Types.Point2;
|
|
39
|
+
zoomFactor: number;
|
|
40
|
+
autoPan: {
|
|
41
|
+
enabled: boolean;
|
|
42
|
+
padding: number;
|
|
43
|
+
callback: AutoPanCallback;
|
|
44
|
+
};
|
|
45
|
+
});
|
|
46
|
+
get sourceEnabledElement(): Types.IEnabledElement;
|
|
47
|
+
get viewportId(): string;
|
|
48
|
+
get radius(): number;
|
|
49
|
+
set radius(radius: number);
|
|
50
|
+
update(): void;
|
|
51
|
+
dispose(): void;
|
|
52
|
+
private _handleToolModeChanged;
|
|
53
|
+
private _inheritBorderRadius;
|
|
54
|
+
private _createViewportNode;
|
|
55
|
+
private _convertZoomFactorToParalellScale;
|
|
56
|
+
private _isStackViewport;
|
|
57
|
+
private _isVolumeViewport;
|
|
58
|
+
private _cloneToolGroups;
|
|
59
|
+
private _cloneStack;
|
|
60
|
+
private _cloneVolumes;
|
|
61
|
+
private _cloneViewport;
|
|
62
|
+
private _cancelMouseEventCallback;
|
|
63
|
+
private _browserMouseUpCallback;
|
|
64
|
+
private _browserMouseDownCallback;
|
|
65
|
+
private _mouseDragCallback;
|
|
66
|
+
private _addBrowserEventListeners;
|
|
67
|
+
private _removeBrowserEventListeners;
|
|
68
|
+
private _addEventListeners;
|
|
69
|
+
private _removeEventListeners;
|
|
70
|
+
private _initialize;
|
|
71
|
+
private _syncViewportsCameras;
|
|
72
|
+
private _syncStackViewports;
|
|
73
|
+
private _syncViewports;
|
|
74
|
+
private _resizeViewport;
|
|
75
|
+
}
|
|
76
|
+
export { AdvancedMagnifyViewport as default, AdvancedMagnifyViewport };
|
|
77
|
+
//# sourceMappingURL=AdvancedMagnifyViewport.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdvancedMagnifyViewport.d.ts","sourceRoot":"","sources":["../../../src/tools/AdvancedMagnifyViewport.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAwBjD,oBAAY,mBAAmB,GAAG;IAChC,MAAM,EAAE;QACN,eAAe,EAAE;YACf,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;YACrB,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC;SACrB,CAAC;QACF,WAAW,EAAE;YACX,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;YACrB,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC;SACrB,CAAC;KACH,CAAC;IACF,KAAK,EAAE;QACL,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC;KACrB,CAAC;CACH,CAAC;AAEF,oBAAY,eAAe,GAAG,CAAC,IAAI,EAAE,mBAAmB,KAAK,IAAI,CAAC;AAElE,cAAM,uBAAuB;IAC3B,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,qBAAqB,CAAwB;IACrD,OAAO,CAAC,eAAe,CAA+B;IACtD,OAAO,CAAC,gBAAgB,CAAoB;IAC5C,OAAO,CAAC,iBAAiB,CAAoB;IAC7C,OAAO,CAAC,gBAAgB,CAAS;IACjC,OAAO,CAAC,OAAO,CAAK;IACpB,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,oBAAoB,CAAa;IACzC,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,QAAQ,CAId;IACK,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;gBAEZ,EACV,iBAAiB,EACjB,oBAAoB,EACpB,MAAwC,EACxC,QAAiB,EACjB,UAAU,EACV,OAAO,GACR,EAAE;QACD,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAC3B,oBAAoB,EAAE,KAAK,CAAC,eAAe,CAAC;QAC5C,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC;QACxB,UAAU,EAAE,MAAM,CAAC;QACnB,OAAO,EAAE;YACP,OAAO,EAAE,OAAO,CAAC;YACjB,OAAO,EAAE,MAAM,CAAC;YAChB,QAAQ,EAAE,eAAe,CAAC;SAC3B,CAAC;KACH;IAuBD,IAAW,oBAAoB,0BAE9B;IAED,IAAW,UAAU,WAEpB;IAED,IAAW,MAAM,IAIS,MAAM,CAF/B;IAED,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,EAO/B;IAEM,MAAM;IA2BN,OAAO;IAad,OAAO,CAAC,sBAAsB;IA6B9B,OAAO,CAAC,oBAAoB;IAQ5B,OAAO,CAAC,mBAAmB;IA4B3B,OAAO,CAAC,iCAAiC;IAYzC,OAAO,CAAC,gBAAgB;IAMxB,OAAO,CAAC,iBAAiB;IAMzB,OAAO,CAAC,gBAAgB;IA0CxB,OAAO,CAAC,WAAW;IAYnB,OAAO,CAAC,aAAa;IAiBrB,OAAO,CAAC,cAAc;IAqCtB,OAAO,CAAC,yBAAyB;IAKjC,OAAO,CAAC,uBAAuB;IAU/B,OAAO,CAAC,yBAAyB;IAoBjC,OAAO,CAAC,kBAAkB;IAoE1B,OAAO,CAAC,yBAAyB;IAkBjC,OAAO,CAAC,4BAA4B;IAcpC,OAAO,CAAC,kBAAkB;IAmB1B,OAAO,CAAC,qBAAqB;IAmB7B,OAAO,CAAC,WAAW;IAanB,OAAO,CAAC,qBAAqB;IAsC7B,OAAO,CAAC,mBAAmB;IAO3B,OAAO,CAAC,cAAc;IAgBtB,OAAO,CAAC,eAAe;CAMxB;AAED,OAAO,EAAE,uBAAuB,IAAI,OAAO,EAAE,uBAAuB,EAAE,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import type { Types } from '@cornerstonejs/core';
|
|
2
|
+
import { AdvancedMagnifyViewport, AutoPanCallback } from './AdvancedMagnifyViewport';
|
|
3
|
+
import { AdvancedMagnifyAnnotation } from '../types/ToolSpecificAnnotationTypes';
|
|
4
|
+
export declare type MagnifyViewportInfo = {
|
|
5
|
+
magnifyViewportId?: string;
|
|
6
|
+
sourceEnabledElement: Types.IEnabledElement;
|
|
7
|
+
position: Types.Point2;
|
|
8
|
+
radius: number;
|
|
9
|
+
zoomFactor: number;
|
|
10
|
+
autoPan: {
|
|
11
|
+
enabled: boolean;
|
|
12
|
+
padding: number;
|
|
13
|
+
callback: AutoPanCallback;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
declare class AdvancedMagnifyViewportManager {
|
|
17
|
+
private static _singleton;
|
|
18
|
+
private _magnifyViewportsMap;
|
|
19
|
+
constructor();
|
|
20
|
+
static getInstance(): AdvancedMagnifyViewportManager;
|
|
21
|
+
createViewport: (annotation: AdvancedMagnifyAnnotation, viewportInfo: MagnifyViewportInfo) => AdvancedMagnifyViewport;
|
|
22
|
+
getViewport(magnifyViewportId: string): AdvancedMagnifyViewport;
|
|
23
|
+
dispose(): void;
|
|
24
|
+
private _destroyViewport;
|
|
25
|
+
private _destroyViewports;
|
|
26
|
+
private _annotationRemovedCallback;
|
|
27
|
+
private _getMagnifyViewportsMapEntriesBySourceViewportId;
|
|
28
|
+
private _newStackImageCallback;
|
|
29
|
+
private _newVolumeImageCallback;
|
|
30
|
+
private _addEventListeners;
|
|
31
|
+
private _removeEventListeners;
|
|
32
|
+
private _addSourceElementEventListener;
|
|
33
|
+
private _removeSourceElementEventListener;
|
|
34
|
+
private _initialize;
|
|
35
|
+
}
|
|
36
|
+
export { AdvancedMagnifyViewportManager as default, AdvancedMagnifyViewportManager, };
|
|
37
|
+
//# sourceMappingURL=AdvancedMagnifyViewportManager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdvancedMagnifyViewportManager.d.ts","sourceRoot":"","sources":["../../../src/tools/AdvancedMagnifyViewportManager.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAGjD,OAAO,EACL,uBAAuB,EACvB,eAAe,EAChB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,yBAAyB,EAAE,MAAM,sCAAsC,CAAC;AASjF,oBAAY,mBAAmB,GAAG;IAEhC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,oBAAoB,EAAE,KAAK,CAAC,eAAe,CAAC;IAE5C,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC;IAEvB,MAAM,EAAE,MAAM,CAAC;IAEf,UAAU,EAAE,MAAM,CAAC;IAEnB,OAAO,EAAE;QAEP,OAAO,EAAE,OAAO,CAAC;QAEjB,OAAO,EAAE,MAAM,CAAC;QAGhB,QAAQ,EAAE,eAAe,CAAC;KAC3B,CAAC;CACH,CAAC;AAYF,cAAM,8BAA8B;IAClC,OAAO,CAAC,MAAM,CAAC,UAAU,CAAiC;IAC1D,OAAO,CAAC,oBAAoB,CAAwC;;WAatD,WAAW,IAAI,8BAA8B;IAapD,cAAc,eACP,yBAAyB,gBACvB,mBAAmB,KAChC,uBAAuB,CA4BxB;IAOK,WAAW,CAAC,iBAAiB,EAAE,MAAM,GAAG,uBAAuB;IAQ/D,OAAO;IAKd,OAAO,CAAC,gBAAgB;IAgBxB,OAAO,CAAC,iBAAiB;IAQzB,OAAO,CAAC,0BAA0B,CAQhC;IAEF,OAAO,CAAC,gDAAgD;IAWxD,OAAO,CAAC,sBAAsB,CAW5B;IAEF,OAAO,CAAC,uBAAuB,CAiD7B;IAEF,OAAO,CAAC,kBAAkB;IAO1B,OAAO,CAAC,qBAAqB;IAO7B,OAAO,CAAC,8BAA8B;IAYtC,OAAO,CAAC,iCAAiC;IAYzC,OAAO,CAAC,WAAW;CAGpB;AAED,OAAO,EACL,8BAA8B,IAAI,OAAO,EACzC,8BAA8B,GAC/B,CAAC"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { AnnotationTool } from './base';
|
|
2
|
+
import type { Types } from '@cornerstonejs/core';
|
|
3
|
+
import { Annotation, Annotations, EventTypes, ToolHandle, PublicToolProps, ToolProps, InteractionTypes, SVGDrawingHelper } from '../types';
|
|
4
|
+
interface CrosshairsAnnotation extends Annotation {
|
|
5
|
+
data: {
|
|
6
|
+
handles: {
|
|
7
|
+
rotationPoints: any[];
|
|
8
|
+
slabThicknessPoints: any[];
|
|
9
|
+
activeOperation: number | null;
|
|
10
|
+
toolCenter: Types.Point3;
|
|
11
|
+
};
|
|
12
|
+
activeViewportIds: string[];
|
|
13
|
+
viewportId: string;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
declare class CrosshairsTool extends AnnotationTool {
|
|
17
|
+
static toolName: any;
|
|
18
|
+
toolCenter: Types.Point3;
|
|
19
|
+
_getReferenceLineColor?: (viewportId: string) => string;
|
|
20
|
+
_getReferenceLineControllable?: (viewportId: string) => boolean;
|
|
21
|
+
_getReferenceLineDraggableRotatable?: (viewportId: string) => boolean;
|
|
22
|
+
_getReferenceLineSlabThicknessControlsOn?: (viewportId: string) => boolean;
|
|
23
|
+
editData: {
|
|
24
|
+
annotation: any;
|
|
25
|
+
} | null;
|
|
26
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
27
|
+
initializeViewport: ({ renderingEngineId, viewportId, }: Types.IViewportId) => {
|
|
28
|
+
normal: Types.Point3;
|
|
29
|
+
point: Types.Point3;
|
|
30
|
+
};
|
|
31
|
+
_getViewportsInfo: () => Types.IViewportId[];
|
|
32
|
+
onSetToolActive(): void;
|
|
33
|
+
onSetToolPassive(): void;
|
|
34
|
+
onSetToolEnabled(): void;
|
|
35
|
+
onSetToolDisabled(): void;
|
|
36
|
+
computeToolCenter: (viewportsInfo: any) => void;
|
|
37
|
+
addNewAnnotation: (evt: EventTypes.InteractionEventType) => CrosshairsAnnotation;
|
|
38
|
+
cancel: () => void;
|
|
39
|
+
getHandleNearImagePoint(element: HTMLDivElement, annotation: Annotation, canvasCoords: Types.Point2, proximity: number): ToolHandle | undefined;
|
|
40
|
+
handleSelectedCallback: (evt: EventTypes.InteractionEventType, annotation: Annotation) => void;
|
|
41
|
+
isPointNearTool: (element: HTMLDivElement, annotation: CrosshairsAnnotation, canvasCoords: Types.Point2, proximity: number) => boolean;
|
|
42
|
+
toolSelectedCallback: (evt: EventTypes.InteractionEventType, annotation: Annotation, interactionType: InteractionTypes) => void;
|
|
43
|
+
onCameraModified: (evt: any) => void;
|
|
44
|
+
mouseMoveCallback: (evt: EventTypes.MouseMoveEventType, filteredToolAnnotations: Annotations) => boolean;
|
|
45
|
+
filterInteractableAnnotationsForElement: (element: any, annotations: any) => any;
|
|
46
|
+
renderAnnotation: (enabledElement: Types.IEnabledElement, svgDrawingHelper: SVGDrawingHelper) => boolean;
|
|
47
|
+
_getAnnotations: (enabledElement: Types.IEnabledElement) => Annotation[];
|
|
48
|
+
_onNewVolume: (e: any) => void;
|
|
49
|
+
_unsubscribeToViewportNewVolumeSet(viewportsInfo: any): void;
|
|
50
|
+
_subscribeToViewportNewVolumeSet(viewports: any): void;
|
|
51
|
+
_autoPanViewportIfNecessary(viewportId: string, renderingEngine: Types.IRenderingEngine): void;
|
|
52
|
+
_areViewportIdArraysEqual: (viewportIdArrayOne: any, viewportIdArrayTwo: any) => boolean;
|
|
53
|
+
_getAnnotationsForViewportsWithDifferentCameras: (enabledElement: any, annotations: any) => any;
|
|
54
|
+
_filterViewportWithSameOrientation: (enabledElement: any, referenceAnnotation: any, annotations: any) => any;
|
|
55
|
+
_filterAnnotationsByUniqueViewportOrientations: (enabledElement: any, annotations: any) => any[];
|
|
56
|
+
_checkIfViewportsRenderingSameScene: (viewport: any, otherViewport: any) => boolean;
|
|
57
|
+
_jump: (enabledElement: any, jumpWorld: any) => boolean;
|
|
58
|
+
_activateModify: (element: any) => void;
|
|
59
|
+
_deactivateModify: (element: any) => void;
|
|
60
|
+
_endCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
61
|
+
_dragCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
62
|
+
setSlabThickness(viewport: any, slabThickness: any): void;
|
|
63
|
+
_isClockWise(a: any, b: any, c: any): boolean;
|
|
64
|
+
_applyDeltaShiftToSelectedViewportCameras(renderingEngine: any, viewportsAnnotationsToUpdate: any, delta: any): void;
|
|
65
|
+
_applyDeltaShiftToViewportCamera(renderingEngine: Types.IRenderingEngine, annotation: any, delta: any): void;
|
|
66
|
+
_pointNearReferenceLine: (annotation: any, canvasCoords: any, proximity: any, lineViewport: any) => boolean;
|
|
67
|
+
_getRotationHandleNearImagePoint(viewport: any, annotation: any, canvasCoords: any, proximity: any): any;
|
|
68
|
+
_getSlabThicknessHandleNearImagePoint(viewport: any, annotation: any, canvasCoords: any, proximity: any): any;
|
|
69
|
+
_pointNearTool(element: any, annotation: any, canvasCoords: any, proximity: any): boolean;
|
|
70
|
+
}
|
|
71
|
+
export default CrosshairsTool;
|
|
72
|
+
//# sourceMappingURL=CrosshairsTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CrosshairsTool.d.ts","sourceRoot":"","sources":["../../../src/tools/CrosshairsTool.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAQxC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AA4BjD,OAAO,EACL,UAAU,EACV,WAAW,EACX,UAAU,EACV,UAAU,EACV,eAAe,EACf,SAAS,EACT,gBAAgB,EAChB,gBAAgB,EACjB,MAAM,UAAU,CAAC;AA4BlB,UAAU,oBAAqB,SAAQ,UAAU;IAC/C,IAAI,EAAE;QACJ,OAAO,EAAE;YACP,cAAc,EAAE,GAAG,EAAE,CAAC;YACtB,mBAAmB,EAAE,GAAG,EAAE,CAAC;YAC3B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;YAC/B,UAAU,EAAE,KAAK,CAAC,MAAM,CAAC;SAC1B,CAAC;QACF,iBAAiB,EAAE,MAAM,EAAE,CAAC;QAC5B,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;CACH;AAmCD,cAAM,cAAe,SAAQ,cAAc;IACzC,MAAM,CAAC,QAAQ,MAAC;IAEhB,UAAU,EAAE,KAAK,CAAC,MAAM,CAAa;IAErC,sBAAsB,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,MAAM,CAAC;IACxD,6BAA6B,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,OAAO,CAAC;IAChE,mCAAmC,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,OAAO,CAAC;IACtE,wCAAwC,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,OAAO,CAAC;IAC3E,QAAQ,EAAE;QACR,UAAU,EAAE,GAAG,CAAC;KACjB,GAAG,IAAI,CAAC;gBAGP,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAgCjB;IAyBH,kBAAkB,uCAGf,MAAM,WAAW,KAAG;QACrB,MAAM,EAAE,MAAM,MAAM,CAAC;QACrB,KAAK,EAAE,MAAM,MAAM,CAAC;KACrB,CAkDC;IAEF,iBAAiB,4BAIf;IAEF,eAAe;IAYf,gBAAgB;IAMhB,gBAAgB;IAMhB,iBAAiB;IAuCjB,iBAAiB,0BAAoB,IAAI,CAsDvC;IAUF,gBAAgB,QACT,WAAW,oBAAoB,KACnC,oBAAoB,CAgDrB;IAEF,MAAM,aAEJ;IAeF,uBAAuB,CACrB,OAAO,EAAE,cAAc,EACvB,UAAU,EAAE,UAAU,EACtB,YAAY,EAAE,KAAK,CAAC,MAAM,EAC1B,SAAS,EAAE,MAAM,GAChB,UAAU,GAAG,SAAS;IA2BzB,sBAAsB,QACf,WAAW,oBAAoB,cACxB,UAAU,KACrB,IAAI,CAeL;IAaF,eAAe,YACJ,cAAc,cACX,oBAAoB,yCAErB,MAAM,KAChB,OAAO,CAMR;IAEF,oBAAoB,QACb,WAAW,oBAAoB,cACxB,UAAU,mBACL,gBAAgB,KAChC,IAAI,CASL;IAEF,gBAAgB,qBAmHd;IAEF,iBAAiB,QACV,WAAW,kBAAkB,2CAEjC,OAAO,CA0DR;IAEF,uCAAuC,0CAarC;IAQF,gBAAgB,mBACE,MAAM,eAAe,oBACnB,gBAAgB,KACjC,OAAO,CAwqBR;IAEF,eAAe,mBAAoB,MAAM,eAAe,kBAetD;IAEF,YAAY,MAAO,GAAG,UAGpB;IAEF,kCAAkC,CAAC,aAAa,KAAA;IAehD,gCAAgC,CAAC,SAAS,KAAA;IAe1C,2BAA2B,CACzB,UAAU,EAAE,MAAM,EAClB,eAAe,EAAE,KAAK,CAAC,gBAAgB,GACtC,IAAI;IAoEP,yBAAyB,gEAmBvB;IAIF,+CAA+C,iDAkC7C;IAEF,kCAAkC,2EA0ChC;IAEF,8CAA8C,mDAsM5C;IAEF,mCAAmC,iDAgBjC;IAEF,KAAK,mDAiDH;IAEF,eAAe,yBAab;IAEF,iBAAiB,yBAUf;IAEF,YAAY,QAAS,WAAW,oBAAoB,UAwBlD;IAEF,aAAa,QAAS,WAAW,oBAAoB,UAiVnD;IAEF,gBAAgB,CAAC,QAAQ,KAAA,EAAE,aAAa,KAAA;IAoBxC,YAAY,CAAC,CAAC,KAAA,EAAE,CAAC,KAAA,EAAE,CAAC,KAAA;IAKpB,yCAAyC,CACvC,eAAe,KAAA,EACf,4BAA4B,KAAA,EAC5B,KAAK,KAAA;IAUP,gCAAgC,CAC9B,eAAe,EAAE,KAAK,CAAC,gBAAgB,EACvC,UAAU,KAAA,EACV,KAAK,KAAA;IAoCP,uBAAuB,qFAiErB;IAEF,gCAAgC,CAC9B,QAAQ,KAAA,EACR,UAAU,KAAA,EACV,YAAY,KAAA,EACZ,SAAS,KAAA;IAoCX,qCAAqC,CACnC,QAAQ,KAAA,EACR,UAAU,KAAA,EACV,YAAY,KAAA,EACZ,SAAS,KAAA;IAsCX,cAAc,CAAC,OAAO,KAAA,EAAE,UAAU,KAAA,EAAE,YAAY,KAAA,EAAE,SAAS,KAAA;CA0K5D;AAGD,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { BaseTool } from './base';
|
|
2
|
+
import { PublicToolProps, ToolProps } from '../types';
|
|
3
|
+
declare class MIPJumpToClickTool extends BaseTool {
|
|
4
|
+
static toolName: any;
|
|
5
|
+
_bounds: any;
|
|
6
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
7
|
+
mouseClickCallback(evt: any): void;
|
|
8
|
+
}
|
|
9
|
+
export default MIPJumpToClickTool;
|
|
10
|
+
//# sourceMappingURL=MIPJumpToClickTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MIPJumpToClickTool.d.ts","sourceRoot":"","sources":["../../../src/tools/MIPJumpToClickTool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAKlC,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAStD,cAAM,kBAAmB,SAAQ,QAAQ;IACvC,MAAM,CAAC,QAAQ,MAAC;IAEhB,OAAO,EAAE,GAAG,CAAC;gBAGX,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAKjB;IAcH,kBAAkB,CAAC,GAAG,KAAA,GAAG,IAAI;CAiE9B;AAGD,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { BaseTool } from './base';
|
|
2
|
+
import type { Types } from '@cornerstonejs/core';
|
|
3
|
+
import { EventTypes, PublicToolProps, ToolProps } from '../types';
|
|
4
|
+
import { IPoints } from '../types';
|
|
5
|
+
declare class MagnifyTool extends BaseTool {
|
|
6
|
+
static toolName: any;
|
|
7
|
+
_bounds: any;
|
|
8
|
+
editData: {
|
|
9
|
+
referencedImageId: string;
|
|
10
|
+
viewportIdsToRender: string[];
|
|
11
|
+
enabledElement: Types.IEnabledElement;
|
|
12
|
+
renderingEngine: Types.IRenderingEngine;
|
|
13
|
+
currentPoints: IPoints;
|
|
14
|
+
} | null;
|
|
15
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
16
|
+
_getReferencedImageId(viewport: Types.IStackViewport | Types.IVolumeViewport): string;
|
|
17
|
+
preMouseDownCallback: (evt: EventTypes.InteractionEventType) => boolean;
|
|
18
|
+
preTouchStartCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
19
|
+
_createMagnificationViewport: () => void;
|
|
20
|
+
_dragCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
21
|
+
_dragEndCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
22
|
+
_activateDraw: (element: HTMLDivElement) => void;
|
|
23
|
+
_deactivateDraw: (element: HTMLDivElement) => void;
|
|
24
|
+
}
|
|
25
|
+
export default MagnifyTool;
|
|
26
|
+
//# sourceMappingURL=MagnifyTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MagnifyTool.d.ts","sourceRoot":"","sources":["../../../src/tools/MagnifyTool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAIlC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAUlE,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAInC,cAAM,WAAY,SAAQ,QAAQ;IAChC,MAAM,CAAC,QAAQ,MAAC;IAChB,OAAO,EAAE,GAAG,CAAC;IACb,QAAQ,EAAE;QACR,iBAAiB,EAAE,MAAM,CAAC;QAC1B,mBAAmB,EAAE,MAAM,EAAE,CAAC;QAC9B,cAAc,EAAE,KAAK,CAAC,eAAe,CAAC;QACtC,eAAe,EAAE,KAAK,CAAC,gBAAgB,CAAC;QACxC,aAAa,EAAE,OAAO,CAAC;KACxB,GAAG,IAAI,CAAC;gBAGP,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAOjB;IAKH,qBAAqB,CACnB,QAAQ,EAAE,KAAK,CAAC,cAAc,GAAG,KAAK,CAAC,eAAe,GACrD,MAAM;IAYT,oBAAoB,QAAS,WAAW,oBAAoB,aAyC1D;IAEF,qBAAqB,QAAS,WAAW,oBAAoB,UAE3D;IAEF,4BAA4B,aA2F1B;IAEF,aAAa,QAAS,WAAW,oBAAoB,UA8CnD;IAEF,gBAAgB,QAAS,WAAW,oBAAoB,UAiBtD;IAEF,aAAa,YAAa,cAAc,UAwBtC;IAEF,eAAe,YAAa,cAAc,UAuBxC;CACH;AAGD,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import vtkAnnotatedCubeActor from '@kitware/vtk.js/Rendering/Core/AnnotatedCubeActor';
|
|
2
|
+
import { BaseTool } from './base';
|
|
3
|
+
declare class OrientationMarkerTool extends BaseTool {
|
|
4
|
+
static toolName: any;
|
|
5
|
+
static CUBE: number;
|
|
6
|
+
static AXIS: number;
|
|
7
|
+
static VTPFILE: number;
|
|
8
|
+
orientationMarkers: any;
|
|
9
|
+
polyDataURL: any;
|
|
10
|
+
static OVERLAY_MARKER_TYPES: {
|
|
11
|
+
ANNOTATED_CUBE: number;
|
|
12
|
+
AXES: number;
|
|
13
|
+
CUSTOM: number;
|
|
14
|
+
};
|
|
15
|
+
configuration_invalidated: boolean;
|
|
16
|
+
constructor(toolProps?: {}, defaultToolProps?: {
|
|
17
|
+
configuration: {
|
|
18
|
+
orientationWidget: {
|
|
19
|
+
enabled: boolean;
|
|
20
|
+
viewportCorner: import("@kitware/vtk.js/Interaction/Widgets/OrientationMarkerWidget/Constants").Corners;
|
|
21
|
+
viewportSize: number;
|
|
22
|
+
minPixelSize: number;
|
|
23
|
+
maxPixelSize: number;
|
|
24
|
+
};
|
|
25
|
+
overlayMarkerType: number;
|
|
26
|
+
overlayConfiguration: {
|
|
27
|
+
[x: number]: {
|
|
28
|
+
faceProperties: {
|
|
29
|
+
xPlus: {
|
|
30
|
+
text: string;
|
|
31
|
+
faceColor: string;
|
|
32
|
+
faceRotation: number;
|
|
33
|
+
};
|
|
34
|
+
xMinus: {
|
|
35
|
+
text: string;
|
|
36
|
+
faceColor: string;
|
|
37
|
+
faceRotation: number;
|
|
38
|
+
};
|
|
39
|
+
yPlus: {
|
|
40
|
+
text: string;
|
|
41
|
+
faceColor: string;
|
|
42
|
+
fontColor: string;
|
|
43
|
+
faceRotation: number;
|
|
44
|
+
};
|
|
45
|
+
yMinus: {
|
|
46
|
+
text: string;
|
|
47
|
+
faceColor: string;
|
|
48
|
+
fontColor: string;
|
|
49
|
+
};
|
|
50
|
+
zPlus: {
|
|
51
|
+
text: string;
|
|
52
|
+
};
|
|
53
|
+
zMinus: {
|
|
54
|
+
text: string;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
defaultStyle: {
|
|
58
|
+
fontStyle: string;
|
|
59
|
+
fontFamily: string;
|
|
60
|
+
fontColor: string;
|
|
61
|
+
fontSizeScale: (res: any) => number;
|
|
62
|
+
faceColor: string;
|
|
63
|
+
edgeThickness: number;
|
|
64
|
+
edgeColor: string;
|
|
65
|
+
resolution: number;
|
|
66
|
+
};
|
|
67
|
+
polyDataURL?: undefined;
|
|
68
|
+
} | {
|
|
69
|
+
faceProperties?: undefined;
|
|
70
|
+
defaultStyle?: undefined;
|
|
71
|
+
polyDataURL?: undefined;
|
|
72
|
+
} | {
|
|
73
|
+
polyDataURL: string;
|
|
74
|
+
faceProperties?: undefined;
|
|
75
|
+
defaultStyle?: undefined;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
});
|
|
80
|
+
onSetToolEnabled: () => void;
|
|
81
|
+
onSetToolActive: () => void;
|
|
82
|
+
onSetToolDisabled: () => void;
|
|
83
|
+
private cleanUpData;
|
|
84
|
+
private initViewports;
|
|
85
|
+
addAxisActorInViewport(viewport: any): Promise<void>;
|
|
86
|
+
private createCustomActor;
|
|
87
|
+
private createAnnotationCube;
|
|
88
|
+
createAnnotatedCubeActor(): Promise<vtkAnnotatedCubeActor>;
|
|
89
|
+
}
|
|
90
|
+
export default OrientationMarkerTool;
|
|
91
|
+
//# sourceMappingURL=OrientationMarkerTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrientationMarkerTool.d.ts","sourceRoot":"","sources":["../../../src/tools/OrientationMarkerTool.ts"],"names":[],"mappings":"AACA,OAAO,qBAAqB,MAAM,mDAAmD,CAAC;AAOtF,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAclC,cAAM,qBAAsB,SAAQ,QAAQ;IAC1C,MAAM,CAAC,QAAQ,MAAC;IAChB,MAAM,CAAC,IAAI,SAAK;IAChB,MAAM,CAAC,IAAI,SAAK;IAChB,MAAM,CAAC,OAAO,SAAK;IACnB,kBAAkB,MAAC;IACnB,WAAW,MAAC;IAEZ,MAAM,CAAC,oBAAoB;;;;MAAqB;IAEhD,yBAAyB,UAAQ;gBAG/B,SAAS,KAAK,EACd,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA4Cf;IAOH,gBAAgB,QAAO,IAAI,CAGzB;IAEF,eAAe,QAAO,IAAI,CAExB;IAEF,iBAAiB,QAAO,IAAI,CAE1B;IAEF,OAAO,CAAC,WAAW;IA0BnB,OAAO,CAAC,aAAa;IAaf,sBAAsB,CAAC,QAAQ,KAAA;YA0DvB,iBAAiB;IAwB/B,OAAO,CAAC,oBAAoB;IAwBtB,wBAAwB;CAe/B;AAGD,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { Types } from '@cornerstonejs/core';
|
|
2
|
+
import { PublicToolProps, ToolProps, SVGDrawingHelper, Annotation } from '../types';
|
|
3
|
+
import AnnotationDisplayTool from './base/AnnotationDisplayTool';
|
|
4
|
+
export interface OverlayGridAnnotation extends Annotation {
|
|
5
|
+
data: {
|
|
6
|
+
viewportData: Map<string, object>;
|
|
7
|
+
pointSets: Array<object>;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
declare class OverlayGridTool extends AnnotationDisplayTool {
|
|
11
|
+
static toolName: any;
|
|
12
|
+
touchDragCallback: any;
|
|
13
|
+
mouseDragCallback: any;
|
|
14
|
+
_throttledCalculateCachedStats: any;
|
|
15
|
+
isDrawing: boolean;
|
|
16
|
+
isHandleOutsideImage: boolean;
|
|
17
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
18
|
+
onSetToolEnabled: () => void;
|
|
19
|
+
onSetToolActive: () => void;
|
|
20
|
+
_init: () => void;
|
|
21
|
+
calculateImageIdPointSets: (imageId: string) => {
|
|
22
|
+
pointSet1: Types.Point3[];
|
|
23
|
+
pointSet2: Types.Point3[];
|
|
24
|
+
};
|
|
25
|
+
renderAnnotation: (enabledElement: Types.IEnabledElement, svgDrawingHelper: SVGDrawingHelper) => boolean;
|
|
26
|
+
private initializeViewportData;
|
|
27
|
+
private isPerpendicular;
|
|
28
|
+
private isParallel;
|
|
29
|
+
private getImageIdNormal;
|
|
30
|
+
}
|
|
31
|
+
export default OverlayGridTool;
|
|
32
|
+
//# sourceMappingURL=OverlayGridTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OverlayGridTool.d.ts","sourceRoot":"","sources":["../../../src/tools/OverlayGridTool.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAYjD,OAAO,EACL,eAAe,EACf,SAAS,EACT,gBAAgB,EAChB,UAAU,EACX,MAAM,UAAU,CAAC;AAElB,OAAO,qBAAqB,MAAM,8BAA8B,CAAC;AAIjE,MAAM,WAAW,qBAAsB,SAAQ,UAAU;IACvD,IAAI,EAAE;QACJ,YAAY,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QAClC,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;KAC1B,CAAC;CACH;AAKD,cAAM,eAAgB,SAAQ,qBAAqB;IACjD,MAAM,CAAC,QAAQ,MAAC;IAET,iBAAiB,EAAE,GAAG,CAAC;IACvB,iBAAiB,EAAE,GAAG,CAAC;IAC9B,8BAA8B,EAAE,GAAG,CAAC;IACpC,SAAS,EAAE,OAAO,CAAC;IACnB,oBAAoB,EAAE,OAAO,CAAC;gBAG5B,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAKjB;IAKH,gBAAgB,QAAO,IAAI,CAEzB;IAEF,eAAe,QAAO,IAAI,CAExB;IAEF,KAAK,QAAO,IAAI,CA2Dd;IAOF,yBAAyB,YAAa,MAAM;;;MA0C1C;IAUF,gBAAgB,mBACE,MAAM,eAAe,oBACnB,gBAAgB,KACjC,OAAO,CA0HR;IAEF,OAAO,CAAC,sBAAsB,CAQ5B;IAEF,OAAO,CAAC,eAAe,CAMrB;IAEF,OAAO,CAAC,UAAU;IAIlB,OAAO,CAAC,gBAAgB;CAiBzB;AAGD,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BaseTool } from './base';
|
|
2
|
+
import { EventTypes, PublicToolProps, ToolProps } from '../types';
|
|
3
|
+
declare class PanTool extends BaseTool {
|
|
4
|
+
static toolName: any;
|
|
5
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
6
|
+
touchDragCallback(evt: EventTypes.InteractionEventType): void;
|
|
7
|
+
mouseDragCallback(evt: EventTypes.InteractionEventType): void;
|
|
8
|
+
_dragCallback(evt: EventTypes.InteractionEventType): void;
|
|
9
|
+
}
|
|
10
|
+
export default PanTool;
|
|
11
|
+
//# sourceMappingURL=PanTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PanTool.d.ts","sourceRoot":"","sources":["../../../src/tools/PanTool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAIlC,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAKlE,cAAM,OAAQ,SAAQ,QAAQ;IAC5B,MAAM,CAAC,QAAQ,MAAC;gBAEd,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAEjB;IAKH,iBAAiB,CAAC,GAAG,EAAE,UAAU,CAAC,oBAAoB;IAItD,iBAAiB,CAAC,GAAG,EAAE,UAAU,CAAC,oBAAoB;IAItD,aAAa,CAAC,GAAG,EAAE,UAAU,CAAC,oBAAoB;CA0BnD;AAGD,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BaseTool } from './base';
|
|
2
|
+
import { PublicToolProps, ToolProps, EventTypes } from '../types';
|
|
3
|
+
declare class PlanarRotateTool extends BaseTool {
|
|
4
|
+
static toolName: any;
|
|
5
|
+
touchDragCallback: (evt: EventTypes.MouseDragEventType) => void;
|
|
6
|
+
mouseDragCallback: (evt: EventTypes.MouseDragEventType) => void;
|
|
7
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
8
|
+
_dragCallback(evt: EventTypes.MouseDragEventType): void;
|
|
9
|
+
}
|
|
10
|
+
export default PlanarRotateTool;
|
|
11
|
+
//# sourceMappingURL=PlanarRotateTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlanarRotateTool.d.ts","sourceRoot":"","sources":["../../../src/tools/PlanarRotateTool.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAElC,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAMlE,cAAM,gBAAiB,SAAQ,QAAQ;IACrC,MAAM,CAAC,QAAQ,MAAC;IAChB,iBAAiB,EAAE,CAAC,GAAG,EAAE,UAAU,CAAC,kBAAkB,KAAK,IAAI,CAAC;IAChE,iBAAiB,EAAE,CAAC,GAAG,EAAE,UAAU,CAAC,kBAAkB,KAAK,IAAI,CAAC;gBAG9D,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAEjB;IAQH,aAAa,CAAC,GAAG,EAAE,UAAU,CAAC,kBAAkB;CA4CjD;AAGD,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { Types } from '@cornerstonejs/core';
|
|
2
|
+
import { EventTypes, PublicToolProps, ToolProps, SVGDrawingHelper, Annotation, Annotations } from '../types';
|
|
3
|
+
import AnnotationDisplayTool from './base/AnnotationDisplayTool';
|
|
4
|
+
declare class ReferenceCursors extends AnnotationDisplayTool {
|
|
5
|
+
static toolName: any;
|
|
6
|
+
touchDragCallback: any;
|
|
7
|
+
mouseDragCallback: any;
|
|
8
|
+
_throttledCalculateCachedStats: any;
|
|
9
|
+
isDrawing: boolean;
|
|
10
|
+
isHandleOutsideImage: boolean;
|
|
11
|
+
_elementWithCursor: null | HTMLDivElement;
|
|
12
|
+
_currentCursorWorldPosition: null | Types.Point3;
|
|
13
|
+
_currentCanvasPosition: null | Types.Point2;
|
|
14
|
+
_disableCursorEnabled: boolean;
|
|
15
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
16
|
+
mouseMoveCallback: (evt: EventTypes.InteractionEventType) => boolean;
|
|
17
|
+
onSetToolActive(): void;
|
|
18
|
+
onSetToolDisabled(): void;
|
|
19
|
+
createInitialAnnotation: (worldPos: Types.Point3, element: HTMLDivElement) => void;
|
|
20
|
+
getActiveAnnotation(element: HTMLDivElement): null | Annotation;
|
|
21
|
+
updateAnnotationPosition(element: HTMLDivElement, annotation: Annotation): void;
|
|
22
|
+
onCameraModified: (evt: any) => void;
|
|
23
|
+
filterInteractableAnnotationsForElement(element: HTMLDivElement, annotations: Annotations): Annotations;
|
|
24
|
+
renderAnnotation: (enabledElement: Types.IEnabledElement, svgDrawingHelper: SVGDrawingHelper) => boolean;
|
|
25
|
+
updateViewportImage(viewport: Types.IStackViewport | Types.IVolumeViewport): void;
|
|
26
|
+
}
|
|
27
|
+
export default ReferenceCursors;
|
|
28
|
+
//# sourceMappingURL=ReferenceCursors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReferenceCursors.d.ts","sourceRoot":"","sources":["../../../src/tools/ReferenceCursors.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAQjD,OAAO,EACL,UAAU,EACV,eAAe,EACf,SAAS,EACT,gBAAgB,EAChB,UAAU,EACV,WAAW,EACZ,MAAM,UAAU,CAAC;AAMlB,OAAO,qBAAqB,MAAM,8BAA8B,CAAC;AAmBjE,cAAM,gBAAiB,SAAQ,qBAAqB;IAClD,MAAM,CAAC,QAAQ,MAAC;IAChB,iBAAiB,EAAE,GAAG,CAAC;IACvB,iBAAiB,EAAE,GAAG,CAAC;IACvB,8BAA8B,EAAE,GAAG,CAAC;IACpC,SAAS,UAAS;IAClB,oBAAoB,UAAS;IAC7B,kBAAkB,EAAE,IAAI,GAAG,cAAc,CAAQ;IACjD,2BAA2B,EAAE,IAAI,GAAG,KAAK,CAAC,MAAM,CAAQ;IACxD,sBAAsB,EAAE,IAAI,GAAG,KAAK,CAAC,MAAM,CAAQ;IAEnD,qBAAqB,UAAS;gBAG5B,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SASjB;IAeH,iBAAiB,QAAS,WAAW,oBAAoB,KAAG,OAAO,CAgBjE;IAEF,eAAe,IAAI,IAAI;IAmBvB,iBAAiB,IAAI,IAAI;IAkBzB,uBAAuB,oCAEZ,cAAc,KACtB,IAAI,CAuEL;IAEF,mBAAmB,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI,GAAG,UAAU;IAY/D,wBAAwB,CACtB,OAAO,EAAE,cAAc,EACvB,UAAU,EAAE,UAAU,GACrB,IAAI;IAyBP,gBAAgB,QAAS,GAAG,KAAG,IAAI,CAsCjC;IAGF,uCAAuC,CACrC,OAAO,EAAE,cAAc,EACvB,WAAW,EAAE,WAAW,GACvB,WAAW;IAgCd,gBAAgB,mBACE,MAAM,eAAe,oBACnB,gBAAgB,KACjC,OAAO,CAuHR;IAEF,mBAAmB,CACjB,QAAQ,EAAE,KAAK,CAAC,cAAc,GAAG,KAAK,CAAC,eAAe,GACrD,IAAI;CA2DR;AAGD,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { Types } from '@cornerstonejs/core';
|
|
2
|
+
import { PublicToolProps, ToolProps, SVGDrawingHelper } from '../types';
|
|
3
|
+
import { ReferenceLineAnnotation } from '../types/ToolSpecificAnnotationTypes';
|
|
4
|
+
import AnnotationDisplayTool from './base/AnnotationDisplayTool';
|
|
5
|
+
declare class ReferenceLines extends AnnotationDisplayTool {
|
|
6
|
+
static toolName: any;
|
|
7
|
+
touchDragCallback: any;
|
|
8
|
+
mouseDragCallback: any;
|
|
9
|
+
_throttledCalculateCachedStats: any;
|
|
10
|
+
editData: {
|
|
11
|
+
renderingEngine: any;
|
|
12
|
+
sourceViewport: any;
|
|
13
|
+
annotation: ReferenceLineAnnotation;
|
|
14
|
+
} | null;
|
|
15
|
+
isDrawing: boolean;
|
|
16
|
+
isHandleOutsideImage: boolean;
|
|
17
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
18
|
+
_init: () => void;
|
|
19
|
+
onSetToolEnabled: () => void;
|
|
20
|
+
onCameraModified: (evt: Types.EventTypes.CameraModifiedEvent) => void;
|
|
21
|
+
renderAnnotation: (enabledElement: Types.IEnabledElement, svgDrawingHelper: SVGDrawingHelper) => boolean;
|
|
22
|
+
isPerpendicular: (vec1: Types.Point3, vec2: Types.Point3) => boolean;
|
|
23
|
+
private handleFullDimension;
|
|
24
|
+
intersectInfiniteLines(line1Start: Types.Point2, line1End: Types.Point2, line2Start: Types.Point2, line2End: Types.Point2): number[];
|
|
25
|
+
isParallel(vec1: Types.Point3, vec2: Types.Point3): boolean;
|
|
26
|
+
isInBound(point: number[], dimensions: Types.Point3): boolean;
|
|
27
|
+
}
|
|
28
|
+
export default ReferenceLines;
|
|
29
|
+
//# sourceMappingURL=ReferenceLinesTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReferenceLinesTool.d.ts","sourceRoot":"","sources":["../../../src/tools/ReferenceLinesTool.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAOjD,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AACxE,OAAO,EAAE,uBAAuB,EAAE,MAAM,sCAAsC,CAAC;AAE/E,OAAO,qBAAqB,MAAM,8BAA8B,CAAC;AAQjE,cAAM,cAAe,SAAQ,qBAAqB;IAChD,MAAM,CAAC,QAAQ,MAAC;IAET,iBAAiB,EAAE,GAAG,CAAC;IACvB,iBAAiB,EAAE,GAAG,CAAC;IAC9B,8BAA8B,EAAE,GAAG,CAAC;IACpC,QAAQ,EAAE;QACR,eAAe,EAAE,GAAG,CAAC;QACrB,cAAc,EAAE,GAAG,CAAC;QACpB,UAAU,EAAE,uBAAuB,CAAC;KACrC,GAAG,IAAI,CAAa;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,oBAAoB,EAAE,OAAO,CAAC;gBAG5B,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAMjB;IAWH,KAAK,QAAO,IAAI,CAkEd;IAEF,gBAAgB,QAAO,IAAI,CAEzB;IAEF,gBAAgB,QAAS,MAAM,UAAU,CAAC,mBAAmB,KAAG,IAAI,CAMlE;IAUF,gBAAgB,mBACE,MAAM,eAAe,oBACnB,gBAAgB,KACjC,OAAO,CAgIR;IAEF,eAAe,8CAA6C,OAAO,CAGjE;IAEF,OAAO,CAAC,mBAAmB;IA6E3B,sBAAsB,CACpB,UAAU,EAAE,KAAK,CAAC,MAAM,EACxB,QAAQ,EAAE,KAAK,CAAC,MAAM,EACtB,UAAU,EAAE,KAAK,CAAC,MAAM,EACxB,QAAQ,EAAE,KAAK,CAAC,MAAM;IA2BxB,UAAU,CAAC,IAAI,EAAE,KAAK,CAAC,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,MAAM,GAAG,OAAO;IAI3D,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE,UAAU,EAAE,KAAK,CAAC,MAAM,GAAG,OAAO;CAQ9D;AAGD,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import AnnotationDisplayTool from './base/AnnotationDisplayTool';
|
|
2
|
+
import { ScaleOverlayAnnotation } from '../types/ToolSpecificAnnotationTypes';
|
|
3
|
+
import type { Types } from '@cornerstonejs/core';
|
|
4
|
+
import { EventTypes, PublicToolProps, ToolProps, SVGDrawingHelper } from '../types';
|
|
5
|
+
declare class ScaleOverlayTool extends AnnotationDisplayTool {
|
|
6
|
+
static toolName: any;
|
|
7
|
+
touchDragCallback: any;
|
|
8
|
+
mouseDragCallback: any;
|
|
9
|
+
_throttledCalculateCachedStats: any;
|
|
10
|
+
editData: {
|
|
11
|
+
renderingEngine: any;
|
|
12
|
+
viewport: any;
|
|
13
|
+
annotation: ScaleOverlayAnnotation;
|
|
14
|
+
} | null;
|
|
15
|
+
isDrawing: boolean;
|
|
16
|
+
isHandleOutsideImage: boolean;
|
|
17
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
18
|
+
_init: () => void;
|
|
19
|
+
onSetToolEnabled: () => void;
|
|
20
|
+
onCameraModified: (evt: Types.EventTypes.CameraModifiedEvent) => void;
|
|
21
|
+
renderAnnotation(enabledElement: Types.IEnabledElement, svgDrawingHelper: SVGDrawingHelper): boolean;
|
|
22
|
+
_getTextLines(scaleSize: number): string[] | undefined;
|
|
23
|
+
computeScaleSize: (worldWidthViewport: number, worldHeightViewport: number, location: any) => any;
|
|
24
|
+
computeEndScaleTicks: (canvasCoordinates: any, location: any) => {
|
|
25
|
+
endTick1: any[][];
|
|
26
|
+
endTick2: any[][];
|
|
27
|
+
};
|
|
28
|
+
computeInnerScaleTicks: (scaleSize: number, location: string, annotationUID: string, leftTick: any[][], rightTick: any[][]) => {
|
|
29
|
+
tickIds: any[];
|
|
30
|
+
tickUIDs: any[];
|
|
31
|
+
tickCoordinates: any[];
|
|
32
|
+
};
|
|
33
|
+
computeWorldScaleCoordinates: (scaleSize: any, location: any, pointSet: any) => any;
|
|
34
|
+
computeCanvasScaleCoordinates: (canvasSize: any, canvasCoordinates: any, vscaleBounds: any, hscaleBounds: any, location: any) => any;
|
|
35
|
+
computeScaleBounds: (canvasSize: any, horizontalReduction: any, verticalReduction: any, location: any) => {
|
|
36
|
+
height: any;
|
|
37
|
+
width: any;
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
export default ScaleOverlayTool;
|
|
41
|
+
//# sourceMappingURL=ScaleOverlayTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScaleOverlayTool.d.ts","sourceRoot":"","sources":["../../../src/tools/ScaleOverlayTool.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,MAAM,8BAA8B,CAAC;AAOjE,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAC9E,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AASjD,OAAO,EACL,UAAU,EACV,eAAe,EACf,SAAS,EACT,gBAAgB,EACjB,MAAM,UAAU,CAAC;AAelB,cAAM,gBAAiB,SAAQ,qBAAqB;IAClD,MAAM,CAAC,QAAQ,MAAC;IAET,iBAAiB,EAAE,GAAG,CAAC;IACvB,iBAAiB,EAAE,GAAG,CAAC;IAC9B,8BAA8B,EAAE,GAAG,CAAC;IACpC,QAAQ,EAAE;QACR,eAAe,EAAE,GAAG,CAAC;QACrB,QAAQ,EAAE,GAAG,CAAC;QACd,UAAU,EAAE,sBAAsB,CAAC;KACpC,GAAG,IAAI,CAAa;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,oBAAoB,EAAE,OAAO,CAAC;gBAG5B,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAKjB;IAKH,KAAK,QAAO,IAAI,CAyFd;IAEF,gBAAgB,QAAO,IAAI,CAEzB;IAEF,gBAAgB,QAAS,gBAAgB,CAAC,mBAAmB,KAAG,IAAI,CAKlE;IAWF,gBAAgB,CACd,cAAc,EAAE,KAAK,CAAC,eAAe,EACrC,gBAAgB,EAAE,gBAAgB;IA6MpC,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS;IAqBtD,gBAAgB,uBACM,MAAM,uBACL,MAAM,YACjB,GAAG,SAqBb;IAOF,oBAAoB;;;MA6ClB;IAEF,sBAAsB,cACT,MAAM,YACP,MAAM,iBACD,MAAM,YACX,GAAG,EAAE,EAAE,aACN,GAAG,EAAE,EAAE;;;;MAkElB;IAEF,4BAA4B,wDA6D1B;IASF,6BAA6B,wGAyB3B;IASF,kBAAkB;;;MAyBhB;CACH;AAGD,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { Types } from '@cornerstonejs/core';
|
|
2
|
+
import { PublicToolProps, ToolProps, SVGDrawingHelper } from '../types';
|
|
3
|
+
import AnnotationDisplayTool from './base/AnnotationDisplayTool';
|
|
4
|
+
import { Annotation } from '../types';
|
|
5
|
+
export interface SegmentationIntersectionAnnotation extends Annotation {
|
|
6
|
+
data: {
|
|
7
|
+
actorsWorldPointsMap: Map<string, Map<string, object>>;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
declare class SegmentationIntersectionTool extends AnnotationDisplayTool {
|
|
11
|
+
static toolName: any;
|
|
12
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
13
|
+
_init: () => void;
|
|
14
|
+
onSetToolEnabled: () => void;
|
|
15
|
+
onCameraModified: (evt: Types.EventTypes.CameraModifiedEvent) => void;
|
|
16
|
+
renderAnnotation: (enabledElement: Types.IEnabledElement, svgDrawingHelper: SVGDrawingHelper) => boolean;
|
|
17
|
+
}
|
|
18
|
+
export default SegmentationIntersectionTool;
|
|
19
|
+
//# sourceMappingURL=SegmentationIntersectionTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SegmentationIntersectionTool.d.ts","sourceRoot":"","sources":["../../../src/tools/SegmentationIntersectionTool.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AASjD,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AACxE,OAAO,qBAAqB,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAKtC,MAAM,WAAW,kCAAmC,SAAQ,UAAU;IACpE,IAAI,EAAE;QACJ,oBAAoB,EAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;KACxD,CAAC;CACH;AAED,cAAM,4BAA6B,SAAQ,qBAAqB;IAC9D,MAAM,CAAC,QAAQ,MAAC;gBAGd,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAIjB;IASH,KAAK,QAAO,IAAI,CA4Cd;IAEF,gBAAgB,QAAO,IAAI,CAEzB;IAEF,gBAAgB,QAAS,MAAM,UAAU,CAAC,mBAAmB,KAAG,IAAI,CAElE;IAQF,gBAAgB,mBACE,MAAM,eAAe,oBACnB,gBAAgB,KACjC,OAAO,CA6DR;CACH;AAqID,eAAe,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { BaseTool } from './base';
|
|
2
|
+
import { PublicToolProps, ToolProps, EventTypes } from '../types';
|
|
3
|
+
declare class StackScrollTool extends BaseTool {
|
|
4
|
+
static toolName: any;
|
|
5
|
+
deltaY: number;
|
|
6
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
7
|
+
mouseDragCallback(evt: EventTypes.InteractionEventType): void;
|
|
8
|
+
touchDragCallback(evt: EventTypes.InteractionEventType): void;
|
|
9
|
+
_dragCallback(evt: EventTypes.InteractionEventType): void;
|
|
10
|
+
_getPixelPerImage(viewport: any): number;
|
|
11
|
+
_getNumberOfSlices(viewport: any): number;
|
|
12
|
+
}
|
|
13
|
+
export default StackScrollTool;
|
|
14
|
+
//# sourceMappingURL=StackScrollTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StackScrollTool.d.ts","sourceRoot":"","sources":["../../../src/tools/StackScrollTool.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAElC,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAMlE,cAAM,eAAgB,SAAQ,QAAQ;IACpC,MAAM,CAAC,QAAQ,MAAC;IAChB,MAAM,EAAE,MAAM,CAAC;gBAEb,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAOjB;IAMH,iBAAiB,CAAC,GAAG,EAAE,UAAU,CAAC,oBAAoB;IAGtD,iBAAiB,CAAC,GAAG,EAAE,UAAU,CAAC,oBAAoB;IAItD,aAAa,CAAC,GAAG,EAAE,UAAU,CAAC,oBAAoB;IAqClD,iBAAiB,CAAC,QAAQ,KAAA;IAQ1B,kBAAkB,CAAC,QAAQ,KAAA;CAS5B;AAGD,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { BaseTool } from './base';
|
|
2
|
+
import { MouseWheelEventType } from '../types/EventTypes';
|
|
3
|
+
declare class StackScrollMouseWheelTool extends BaseTool {
|
|
4
|
+
static toolName: any;
|
|
5
|
+
_configuration: any;
|
|
6
|
+
constructor(toolProps?: {}, defaultToolProps?: {
|
|
7
|
+
supportedInteractionTypes: string[];
|
|
8
|
+
configuration: {
|
|
9
|
+
invert: boolean;
|
|
10
|
+
debounceIfNotLoaded: boolean;
|
|
11
|
+
loop: boolean;
|
|
12
|
+
};
|
|
13
|
+
});
|
|
14
|
+
mouseWheelCallback(evt: MouseWheelEventType): void;
|
|
15
|
+
}
|
|
16
|
+
export default StackScrollMouseWheelTool;
|
|
17
|
+
//# sourceMappingURL=StackScrollToolMouseWheelTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StackScrollToolMouseWheelTool.d.ts","sourceRoot":"","sources":["../../../src/tools/StackScrollToolMouseWheelTool.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAClC,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAO1D,cAAM,yBAA0B,SAAQ,QAAQ;IAC9C,MAAM,CAAC,QAAQ,MAAC;IAEhB,cAAc,EAAE,GAAG,CAAC;gBAGlB,SAAS,KAAK,EACd,gBAAgB;;;;;;;KAOf;IAKH,kBAAkB,CAAC,GAAG,EAAE,mBAAmB,GAAG,IAAI;CAiBnD;AAGD,eAAe,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { EventTypes, PublicToolProps, ToolProps } from '../types';
|
|
2
|
+
import { BaseTool } from './base';
|
|
3
|
+
declare class TrackballRotateTool extends BaseTool {
|
|
4
|
+
static toolName: any;
|
|
5
|
+
touchDragCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
6
|
+
mouseDragCallback: (evt: EventTypes.InteractionEventType) => void;
|
|
7
|
+
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
|
|
8
|
+
rotateCamera: (viewport: any, centerWorld: any, axis: any, angle: any) => void;
|
|
9
|
+
_dragCallback(evt: EventTypes.InteractionEventType): void;
|
|
10
|
+
}
|
|
11
|
+
export default TrackballRotateTool;
|
|
12
|
+
//# sourceMappingURL=TrackballRotateTool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TrackballRotateTool.d.ts","sourceRoot":"","sources":["../../../src/tools/TrackballRotateTool.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAClE,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAKlC,cAAM,mBAAoB,SAAQ,QAAQ;IACxC,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;gBAGhE,SAAS,GAAE,eAAoB,EAC/B,gBAAgB,GAAE,SAKjB;IAQH,YAAY,mEA8BV;IAIF,aAAa,CAAC,GAAG,EAAE,UAAU,CAAC,oBAAoB,GAAG,IAAI;CAwE1D;AAGD,eAAe,mBAAmB,CAAC"}
|