@cornerstonejs/tools 2.0.0-beta.26 → 2.0.0-beta.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/constants/COLOR_LUT.js +1 -0
- package/dist/esm/constants/COLOR_LUT.js.map +1 -0
- package/dist/esm/constants/index.js +1 -0
- package/dist/esm/constants/index.js.map +1 -0
- package/dist/esm/cursors/ImageMouseCursor.js +1 -0
- package/dist/esm/cursors/ImageMouseCursor.js.map +1 -0
- package/dist/esm/cursors/MouseCursor.js +1 -0
- package/dist/esm/cursors/MouseCursor.js.map +1 -0
- package/dist/esm/cursors/SVGCursorDescriptor.js +1 -0
- package/dist/esm/cursors/SVGCursorDescriptor.js.map +1 -0
- package/dist/esm/cursors/SVGMouseCursor.js +1 -0
- package/dist/esm/cursors/SVGMouseCursor.js.map +1 -0
- package/dist/esm/cursors/elementCursor.js +1 -0
- package/dist/esm/cursors/elementCursor.js.map +1 -0
- package/dist/esm/cursors/index.js +1 -0
- package/dist/esm/cursors/index.js.map +1 -0
- package/dist/esm/cursors/setCursorForElement.js +1 -0
- package/dist/esm/cursors/setCursorForElement.js.map +1 -0
- package/dist/esm/drawingSvg/_getHash.js +1 -0
- package/dist/esm/drawingSvg/_getHash.js.map +1 -0
- package/dist/esm/drawingSvg/clearByToolType.js +1 -0
- package/dist/esm/drawingSvg/clearByToolType.js.map +1 -0
- package/dist/esm/drawingSvg/draw.js +1 -0
- package/dist/esm/drawingSvg/draw.js.map +1 -0
- package/dist/esm/drawingSvg/drawArrow.js +1 -0
- package/dist/esm/drawingSvg/drawArrow.js.map +1 -0
- package/dist/esm/drawingSvg/drawCircle.js +1 -0
- package/dist/esm/drawingSvg/drawCircle.js.map +1 -0
- package/dist/esm/drawingSvg/drawEllipse.js +1 -0
- package/dist/esm/drawingSvg/drawEllipse.js.map +1 -0
- package/dist/esm/drawingSvg/drawEllipseByCoordinates.js +1 -0
- package/dist/esm/drawingSvg/drawEllipseByCoordinates.js.map +1 -0
- package/dist/esm/drawingSvg/drawHandle.js +1 -0
- package/dist/esm/drawingSvg/drawHandle.js.map +1 -0
- package/dist/esm/drawingSvg/drawHandles.js +1 -0
- package/dist/esm/drawingSvg/drawHandles.js.map +1 -0
- package/dist/esm/drawingSvg/drawHeight.js +1 -0
- package/dist/esm/drawingSvg/drawHeight.js.map +1 -0
- package/dist/esm/drawingSvg/drawLine.js +1 -0
- package/dist/esm/drawingSvg/drawLine.js.map +1 -0
- package/dist/esm/drawingSvg/drawLink.js +1 -0
- package/dist/esm/drawingSvg/drawLink.js.map +1 -0
- package/dist/esm/drawingSvg/drawLinkedTextBox.js +1 -0
- package/dist/esm/drawingSvg/drawLinkedTextBox.js.map +1 -0
- package/dist/esm/drawingSvg/drawPath.js +1 -0
- package/dist/esm/drawingSvg/drawPath.js.map +1 -0
- package/dist/esm/drawingSvg/drawPolyline.js +1 -0
- package/dist/esm/drawingSvg/drawPolyline.js.map +1 -0
- package/dist/esm/drawingSvg/drawRect.js +1 -0
- package/dist/esm/drawingSvg/drawRect.js.map +1 -0
- package/dist/esm/drawingSvg/drawRectByCoordinates.js +1 -0
- package/dist/esm/drawingSvg/drawRectByCoordinates.js.map +1 -0
- package/dist/esm/drawingSvg/drawRedactionRect.js +1 -0
- package/dist/esm/drawingSvg/drawRedactionRect.js.map +1 -0
- package/dist/esm/drawingSvg/drawTextBox.js +1 -0
- package/dist/esm/drawingSvg/drawTextBox.js.map +1 -0
- package/dist/esm/drawingSvg/getSvgDrawingHelper.js +1 -0
- package/dist/esm/drawingSvg/getSvgDrawingHelper.js.map +1 -0
- package/dist/esm/drawingSvg/index.js +1 -0
- package/dist/esm/drawingSvg/index.js.map +1 -0
- package/dist/esm/drawingSvg/setAttributesIfNecessary.js +1 -0
- package/dist/esm/drawingSvg/setAttributesIfNecessary.js.map +1 -0
- package/dist/esm/drawingSvg/setNewAttributesIfValid.js +1 -0
- package/dist/esm/drawingSvg/setNewAttributesIfValid.js.map +1 -0
- package/dist/esm/enums/AnnotationStyleStates.js +1 -0
- package/dist/esm/enums/AnnotationStyleStates.js.map +1 -0
- package/dist/esm/enums/ChangeTypes.js +1 -0
- package/dist/esm/enums/ChangeTypes.js.map +1 -0
- package/dist/esm/enums/Events.js +1 -0
- package/dist/esm/enums/Events.js.map +1 -0
- package/dist/esm/enums/SegmentationRepresentations.js +1 -0
- package/dist/esm/enums/SegmentationRepresentations.js.map +1 -0
- package/dist/esm/enums/StrategyCallbacks.js +1 -0
- package/dist/esm/enums/StrategyCallbacks.js.map +1 -0
- package/dist/esm/enums/ToolBindings.js +1 -0
- package/dist/esm/enums/ToolBindings.js.map +1 -0
- package/dist/esm/enums/ToolModes.js +1 -0
- package/dist/esm/enums/ToolModes.js.map +1 -0
- package/dist/esm/enums/Touch.js +1 -0
- package/dist/esm/enums/Touch.js.map +1 -0
- package/dist/esm/enums/WorkerTypes.js +1 -0
- package/dist/esm/enums/WorkerTypes.js.map +1 -0
- package/dist/esm/enums/index.js +1 -0
- package/dist/esm/enums/index.js.map +1 -0
- package/dist/esm/eventDispatchers/annotationInterpolationEventDispatcher.js +1 -0
- package/dist/esm/eventDispatchers/annotationInterpolationEventDispatcher.js.map +1 -0
- package/dist/esm/eventDispatchers/annotationModifiedEventDispatcher.js +1 -0
- package/dist/esm/eventDispatchers/annotationModifiedEventDispatcher.js.map +1 -0
- package/dist/esm/eventDispatchers/cameraModifiedEventDispatcher.js +1 -0
- package/dist/esm/eventDispatchers/cameraModifiedEventDispatcher.js.map +1 -0
- package/dist/esm/eventDispatchers/cameraResetEventDispatcher.js +1 -0
- package/dist/esm/eventDispatchers/cameraResetEventDispatcher.js.map +1 -0
- package/dist/esm/eventDispatchers/imageRenderedEventDispatcher.js +1 -0
- package/dist/esm/eventDispatchers/imageRenderedEventDispatcher.js.map +1 -0
- package/dist/esm/eventDispatchers/imageSpacingCalibratedEventDispatcher.js +1 -0
- package/dist/esm/eventDispatchers/imageSpacingCalibratedEventDispatcher.js.map +1 -0
- package/dist/esm/eventDispatchers/index.js +1 -0
- package/dist/esm/eventDispatchers/index.js.map +1 -0
- package/dist/esm/eventDispatchers/keyboardEventHandlers/index.js +1 -0
- package/dist/esm/eventDispatchers/keyboardEventHandlers/index.js.map +1 -0
- package/dist/esm/eventDispatchers/keyboardEventHandlers/keyDown.js +1 -0
- package/dist/esm/eventDispatchers/keyboardEventHandlers/keyDown.js.map +1 -0
- package/dist/esm/eventDispatchers/keyboardEventHandlers/keyUp.js +1 -0
- package/dist/esm/eventDispatchers/keyboardEventHandlers/keyUp.js.map +1 -0
- package/dist/esm/eventDispatchers/keyboardToolEventDispatcher.js +1 -0
- package/dist/esm/eventDispatchers/keyboardToolEventDispatcher.js.map +1 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/index.js +1 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/index.js.map +1 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseClick.js +1 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseClick.js.map +1 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDoubleClick.js +1 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDoubleClick.js.map +1 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDown.js +1 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDown.js.map +1 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownActivate.js +1 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownActivate.js.map +1 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownAnnotationAction.js +1 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownAnnotationAction.js.map +1 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDrag.js +1 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDrag.js.map +1 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseMove.js +1 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseMove.js.map +1 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseUp.js +1 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseUp.js.map +1 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseWheel.js +1 -0
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseWheel.js.map +1 -0
- package/dist/esm/eventDispatchers/mouseToolEventDispatcher.js +1 -0
- package/dist/esm/eventDispatchers/mouseToolEventDispatcher.js.map +1 -0
- package/dist/esm/eventDispatchers/shared/customCallbackHandler.js +1 -0
- package/dist/esm/eventDispatchers/shared/customCallbackHandler.js.map +1 -0
- package/dist/esm/eventDispatchers/shared/getActiveToolForKeyboardEvent.js +1 -0
- package/dist/esm/eventDispatchers/shared/getActiveToolForKeyboardEvent.js.map +1 -0
- package/dist/esm/eventDispatchers/shared/getActiveToolForMouseEvent.js +1 -0
- package/dist/esm/eventDispatchers/shared/getActiveToolForMouseEvent.js.map +1 -0
- package/dist/esm/eventDispatchers/shared/getActiveToolForTouchEvent.js +1 -0
- package/dist/esm/eventDispatchers/shared/getActiveToolForTouchEvent.js.map +1 -0
- package/dist/esm/eventDispatchers/shared/getMouseModifier.js +1 -0
- package/dist/esm/eventDispatchers/shared/getMouseModifier.js.map +1 -0
- package/dist/esm/eventDispatchers/shared/getToolsWithActionsForKeyboardEvents.js +1 -0
- package/dist/esm/eventDispatchers/shared/getToolsWithActionsForKeyboardEvents.js.map +1 -0
- package/dist/esm/eventDispatchers/shared/getToolsWithActionsForMouseEvent.js +1 -0
- package/dist/esm/eventDispatchers/shared/getToolsWithActionsForMouseEvent.js.map +1 -0
- package/dist/esm/eventDispatchers/shared/getToolsWithModesForMouseEvent.js +1 -0
- package/dist/esm/eventDispatchers/shared/getToolsWithModesForMouseEvent.js.map +1 -0
- package/dist/esm/eventDispatchers/shared/getToolsWithModesForTouchEvent.js +1 -0
- package/dist/esm/eventDispatchers/shared/getToolsWithModesForTouchEvent.js.map +1 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/index.js +1 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/index.js.map +1 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/touchDrag.js +1 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/touchDrag.js.map +1 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/touchEnd.js +1 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/touchEnd.js.map +1 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/touchPress.js +1 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/touchPress.js.map +1 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/touchStart.js +1 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/touchStart.js.map +1 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/touchStartActivate.js +1 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/touchStartActivate.js.map +1 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/touchTap.js +1 -0
- package/dist/esm/eventDispatchers/touchEventHandlers/touchTap.js.map +1 -0
- package/dist/esm/eventDispatchers/touchToolEventDispatcher.js +1 -0
- package/dist/esm/eventDispatchers/touchToolEventDispatcher.js.map +1 -0
- package/dist/esm/eventListeners/annotations/annotationCompletedListener.js +1 -0
- package/dist/esm/eventListeners/annotations/annotationCompletedListener.js.map +1 -0
- package/dist/esm/eventListeners/annotations/annotationModifiedListener.js +1 -0
- package/dist/esm/eventListeners/annotations/annotationModifiedListener.js.map +1 -0
- package/dist/esm/eventListeners/annotations/annotationRemovedListener.js +1 -0
- package/dist/esm/eventListeners/annotations/annotationRemovedListener.js.map +1 -0
- package/dist/esm/eventListeners/annotations/annotationSelectionListener.js +1 -0
- package/dist/esm/eventListeners/annotations/annotationSelectionListener.js.map +1 -0
- package/dist/esm/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.js +1 -0
- package/dist/esm/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.js.map +1 -0
- package/dist/esm/eventListeners/annotations/contourSegmentation/contourSegmentationRemoved.js +1 -0
- package/dist/esm/eventListeners/annotations/contourSegmentation/contourSegmentationRemoved.js.map +1 -0
- package/dist/esm/eventListeners/annotations/contourSegmentation/index.js +1 -0
- package/dist/esm/eventListeners/annotations/contourSegmentation/index.js.map +1 -0
- package/dist/esm/eventListeners/annotations/index.js +1 -0
- package/dist/esm/eventListeners/annotations/index.js.map +1 -0
- package/dist/esm/eventListeners/index.js +1 -0
- package/dist/esm/eventListeners/index.js.map +1 -0
- package/dist/esm/eventListeners/keyboard/index.js +1 -0
- package/dist/esm/eventListeners/keyboard/index.js.map +1 -0
- package/dist/esm/eventListeners/keyboard/keyDownListener.js +1 -0
- package/dist/esm/eventListeners/keyboard/keyDownListener.js.map +1 -0
- package/dist/esm/eventListeners/mouse/getMouseEventPoints.js +1 -0
- package/dist/esm/eventListeners/mouse/getMouseEventPoints.js.map +1 -0
- package/dist/esm/eventListeners/mouse/index.js +1 -0
- package/dist/esm/eventListeners/mouse/index.js.map +1 -0
- package/dist/esm/eventListeners/mouse/mouseDoubleClickListener.js +1 -0
- package/dist/esm/eventListeners/mouse/mouseDoubleClickListener.js.map +1 -0
- package/dist/esm/eventListeners/mouse/mouseDownListener.js +1 -0
- package/dist/esm/eventListeners/mouse/mouseDownListener.js.map +1 -0
- package/dist/esm/eventListeners/mouse/mouseMoveListener.js +1 -0
- package/dist/esm/eventListeners/mouse/mouseMoveListener.js.map +1 -0
- package/dist/esm/eventListeners/segmentation/imageChangeEventListener.js +1 -0
- package/dist/esm/eventListeners/segmentation/imageChangeEventListener.js.map +1 -0
- package/dist/esm/eventListeners/segmentation/index.js +1 -0
- package/dist/esm/eventListeners/segmentation/index.js.map +1 -0
- package/dist/esm/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.js +1 -0
- package/dist/esm/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.js.map +1 -0
- package/dist/esm/eventListeners/segmentation/segmentationDataModifiedEventListener.js +1 -0
- package/dist/esm/eventListeners/segmentation/segmentationDataModifiedEventListener.js.map +1 -0
- package/dist/esm/eventListeners/segmentation/segmentationModifiedEventListener.js +1 -0
- package/dist/esm/eventListeners/segmentation/segmentationModifiedEventListener.js.map +1 -0
- package/dist/esm/eventListeners/segmentation/segmentationRepresentationModifiedEventListener.js +1 -0
- package/dist/esm/eventListeners/segmentation/segmentationRepresentationModifiedEventListener.js.map +1 -0
- package/dist/esm/eventListeners/segmentation/segmentationRepresentationRemovedEventListener.js +1 -0
- package/dist/esm/eventListeners/segmentation/segmentationRepresentationRemovedEventListener.js.map +1 -0
- package/dist/esm/eventListeners/touch/getTouchEventPoints.js +1 -0
- package/dist/esm/eventListeners/touch/getTouchEventPoints.js.map +1 -0
- package/dist/esm/eventListeners/touch/index.js +1 -0
- package/dist/esm/eventListeners/touch/index.js.map +1 -0
- package/dist/esm/eventListeners/touch/preventGhostClick.js +1 -0
- package/dist/esm/eventListeners/touch/preventGhostClick.js.map +1 -0
- package/dist/esm/eventListeners/touch/touchStartListener.js +1 -0
- package/dist/esm/eventListeners/touch/touchStartListener.js.map +1 -0
- package/dist/esm/eventListeners/wheel/index.js +1 -0
- package/dist/esm/eventListeners/wheel/index.js.map +1 -0
- package/dist/esm/eventListeners/wheel/normalizeWheel.js +1 -0
- package/dist/esm/eventListeners/wheel/normalizeWheel.js.map +1 -0
- package/dist/esm/eventListeners/wheel/wheelListener.js +1 -0
- package/dist/esm/eventListeners/wheel/wheelListener.js.map +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/init.js +1 -0
- package/dist/esm/init.js.map +1 -0
- package/dist/esm/stateManagement/annotation/AnnotationGroup.js +1 -0
- package/dist/esm/stateManagement/annotation/AnnotationGroup.js.map +1 -0
- package/dist/esm/stateManagement/annotation/AnnotationRenderingEngine.js +1 -0
- package/dist/esm/stateManagement/annotation/AnnotationRenderingEngine.js.map +1 -0
- package/dist/esm/stateManagement/annotation/FrameOfReferenceSpecificAnnotationManager.js +1 -0
- package/dist/esm/stateManagement/annotation/FrameOfReferenceSpecificAnnotationManager.js.map +1 -0
- package/dist/esm/stateManagement/annotation/annotationLocking.js +1 -0
- package/dist/esm/stateManagement/annotation/annotationLocking.js.map +1 -0
- package/dist/esm/stateManagement/annotation/annotationSelection.js +1 -0
- package/dist/esm/stateManagement/annotation/annotationSelection.js.map +1 -0
- package/dist/esm/stateManagement/annotation/annotationState.js +1 -0
- package/dist/esm/stateManagement/annotation/annotationState.js.map +1 -0
- package/dist/esm/stateManagement/annotation/annotationVisibility.js +1 -0
- package/dist/esm/stateManagement/annotation/annotationVisibility.js.map +1 -0
- package/dist/esm/stateManagement/annotation/config/ToolStyle.js +1 -0
- package/dist/esm/stateManagement/annotation/config/ToolStyle.js.map +1 -0
- package/dist/esm/stateManagement/annotation/config/getFont.js +1 -0
- package/dist/esm/stateManagement/annotation/config/getFont.js.map +1 -0
- package/dist/esm/stateManagement/annotation/config/getState.js +1 -0
- package/dist/esm/stateManagement/annotation/config/getState.js.map +1 -0
- package/dist/esm/stateManagement/annotation/config/helpers.js +1 -0
- package/dist/esm/stateManagement/annotation/config/helpers.js.map +1 -0
- package/dist/esm/stateManagement/annotation/config/index.js +1 -0
- package/dist/esm/stateManagement/annotation/config/index.js.map +1 -0
- package/dist/esm/stateManagement/annotation/getAnnotation.js +1 -0
- package/dist/esm/stateManagement/annotation/getAnnotation.js.map +1 -0
- package/dist/esm/stateManagement/annotation/helpers/state.js +1 -0
- package/dist/esm/stateManagement/annotation/helpers/state.js.map +1 -0
- package/dist/esm/stateManagement/annotation/index.js +1 -0
- package/dist/esm/stateManagement/annotation/index.js.map +1 -0
- package/dist/esm/stateManagement/annotation/utilities/defineProperties.js +1 -0
- package/dist/esm/stateManagement/annotation/utilities/defineProperties.js.map +1 -0
- package/dist/esm/stateManagement/index.js +1 -0
- package/dist/esm/stateManagement/index.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/SegmentationRenderingEngine.js +1 -0
- package/dist/esm/stateManagement/segmentation/SegmentationRenderingEngine.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/SegmentationStateManager.js +1 -0
- package/dist/esm/stateManagement/segmentation/SegmentationStateManager.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/activeSegmentation.js +1 -0
- package/dist/esm/stateManagement/segmentation/activeSegmentation.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/addColorLUT.js +1 -0
- package/dist/esm/stateManagement/segmentation/addColorLUT.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/addRepresentationData.js +1 -0
- package/dist/esm/stateManagement/segmentation/addRepresentationData.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/addSegmentation.js +1 -0
- package/dist/esm/stateManagement/segmentation/addSegmentation.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/addSegmentationRepresentationState.js +1 -0
- package/dist/esm/stateManagement/segmentation/addSegmentationRepresentationState.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/addSegmentationRepresentations.js +1 -0
- package/dist/esm/stateManagement/segmentation/addSegmentationRepresentations.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/addSegmentations.js +1 -0
- package/dist/esm/stateManagement/segmentation/addSegmentations.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/config/index.js +1 -0
- package/dist/esm/stateManagement/segmentation/config/index.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/config/segmentationColor.js +1 -0
- package/dist/esm/stateManagement/segmentation/config/segmentationColor.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/config/segmentationConfig.js +1 -0
- package/dist/esm/stateManagement/segmentation/config/segmentationConfig.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/config/segmentationVisibility.js +1 -0
- package/dist/esm/stateManagement/segmentation/config/segmentationVisibility.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/convertVolumeToStackSegmentation.js +1 -0
- package/dist/esm/stateManagement/segmentation/convertVolumeToStackSegmentation.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationDataModified.js +1 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationDataModified.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationModified.js +1 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationModified.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRemoved.js +1 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRemoved.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRepresentationModified.js +1 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRepresentationModified.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRepresentationRemoved.js +1 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRepresentationRemoved.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/getActiveSegmentIndex.js +1 -0
- package/dist/esm/stateManagement/segmentation/getActiveSegmentIndex.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/getActiveSegmentationRepresentation.js +1 -0
- package/dist/esm/stateManagement/segmentation/getActiveSegmentationRepresentation.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/getAllSegmentationRepresentations.js +1 -0
- package/dist/esm/stateManagement/segmentation/getAllSegmentationRepresentations.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/getColorLUT.js +1 -0
- package/dist/esm/stateManagement/segmentation/getColorLUT.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/getCurrentLabelmapImageIdForViewport.js +1 -0
- package/dist/esm/stateManagement/segmentation/getCurrentLabelmapImageIdForViewport.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/getGlobalConfig.js +1 -0
- package/dist/esm/stateManagement/segmentation/getGlobalConfig.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/getNextColorLUTIndex.js +1 -0
- package/dist/esm/stateManagement/segmentation/getNextColorLUTIndex.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/getPerSegmentConfig.js +1 -0
- package/dist/esm/stateManagement/segmentation/getPerSegmentConfig.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/getSegmentation.js +1 -0
- package/dist/esm/stateManagement/segmentation/getSegmentation.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentation.js +1 -0
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentation.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationConfig.js +1 -0
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationConfig.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationViewportStates.js +1 -0
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationViewportStates.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationVisibility.js +1 -0
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationVisibility.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentations.js +1 -0
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentations.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationsForSegmentation.js +1 -0
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationsForSegmentation.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/getSegmentations.js +1 -0
- package/dist/esm/stateManagement/segmentation/getSegmentations.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/getStackSegmentationImageIdsForViewport.js +1 -0
- package/dist/esm/stateManagement/segmentation/getStackSegmentationImageIdsForViewport.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/getViewportIdsWithSegmentation.js +1 -0
- package/dist/esm/stateManagement/segmentation/getViewportIdsWithSegmentation.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/helpers/clipAndCacheSurfacesForViewport.js +1 -0
- package/dist/esm/stateManagement/segmentation/helpers/clipAndCacheSurfacesForViewport.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/helpers/index.js +1 -0
- package/dist/esm/stateManagement/segmentation/helpers/index.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/helpers/normalizeSegmentationInput.js +1 -0
- package/dist/esm/stateManagement/segmentation/helpers/normalizeSegmentationInput.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/helpers/updateStackSegmentationState.js +1 -0
- package/dist/esm/stateManagement/segmentation/helpers/updateStackSegmentationState.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/helpers/validateSegmentationInput.js +1 -0
- package/dist/esm/stateManagement/segmentation/helpers/validateSegmentationInput.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/index.js +1 -0
- package/dist/esm/stateManagement/segmentation/index.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/internalAddSegmentationRepresentation.js +1 -0
- package/dist/esm/stateManagement/segmentation/internalAddSegmentationRepresentation.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/computeAndAddContourRepresentation.js +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/computeAndAddContourRepresentation.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/contourComputationStrategies.js +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/contourComputationStrategies.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/createAndAddContourSegmentationsFromClippedSurfaces.js +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/createAndAddContourSegmentationsFromClippedSurfaces.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/extractContourData.js +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/extractContourData.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/updateContoursOnCameraModified.js +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/updateContoursOnCameraModified.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/computeAndAddLabelmapRepresentation.js +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/computeAndAddLabelmapRepresentation.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/convertContourToLabelmap.js +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/convertContourToLabelmap.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/convertSurfaceToLabelmap.js +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/convertSurfaceToLabelmap.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/labelmapComputationStrategies.js +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/labelmapComputationStrategies.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/computeAndAddSurfaceRepresentation.js +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/computeAndAddSurfaceRepresentation.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/convertContourToSurface.js +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/convertContourToSurface.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/convertLabelmapToSurface.js +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/convertLabelmapToSurface.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/createAndCacheSurfacesFromRaw.js +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/createAndCacheSurfacesFromRaw.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/surfaceComputationStrategies.js +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/surfaceComputationStrategies.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/updateSurfaceData.js +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/updateSurfaceData.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/canComputeRequestedRepresentation.js +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/canComputeRequestedRepresentation.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/computeAndAddRepresentation.js +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/computeAndAddRepresentation.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/index.js +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/index.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/registerPolySegWorker.js +1 -0
- package/dist/esm/stateManagement/segmentation/polySeg/registerPolySegWorker.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/removeColorLUT.js +1 -0
- package/dist/esm/stateManagement/segmentation/removeColorLUT.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/removeRepresentation.js +1 -0
- package/dist/esm/stateManagement/segmentation/removeRepresentation.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/removeSegmentation.js +1 -0
- package/dist/esm/stateManagement/segmentation/removeSegmentation.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/removeSegmentationRepresentations.js +1 -0
- package/dist/esm/stateManagement/segmentation/removeSegmentationRepresentations.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/segmentIndex.js +1 -0
- package/dist/esm/stateManagement/segmentation/segmentIndex.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/segmentLocking.js +1 -0
- package/dist/esm/stateManagement/segmentation/segmentLocking.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/segmentationState.js +1 -0
- package/dist/esm/stateManagement/segmentation/segmentationState.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/setActiveSegmentationRepresentation.js +1 -0
- package/dist/esm/stateManagement/segmentation/setActiveSegmentationRepresentation.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/setGlobalConfig.js +1 -0
- package/dist/esm/stateManagement/segmentation/setGlobalConfig.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/setPerSegmentConfig.js +1 -0
- package/dist/esm/stateManagement/segmentation/setPerSegmentConfig.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/setSegmentationRepresentationConfig.js +1 -0
- package/dist/esm/stateManagement/segmentation/setSegmentationRepresentationConfig.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/setSegmentationRepresentationVisibility.js +1 -0
- package/dist/esm/stateManagement/segmentation/setSegmentationRepresentationVisibility.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/triggerSegmentationEvents.js +1 -0
- package/dist/esm/stateManagement/segmentation/triggerSegmentationEvents.js.map +1 -0
- package/dist/esm/stateManagement/segmentation/updateLabelmapSegmentationImageReferences.js +1 -0
- package/dist/esm/stateManagement/segmentation/updateLabelmapSegmentationImageReferences.js.map +1 -0
- package/dist/esm/store/SynchronizerManager/Synchronizer.js +1 -0
- package/dist/esm/store/SynchronizerManager/Synchronizer.js.map +1 -0
- package/dist/esm/store/SynchronizerManager/createSynchronizer.js +1 -0
- package/dist/esm/store/SynchronizerManager/createSynchronizer.js.map +1 -0
- package/dist/esm/store/SynchronizerManager/destroy.js +1 -0
- package/dist/esm/store/SynchronizerManager/destroy.js.map +1 -0
- package/dist/esm/store/SynchronizerManager/destroySynchronizer.js +1 -0
- package/dist/esm/store/SynchronizerManager/destroySynchronizer.js.map +1 -0
- package/dist/esm/store/SynchronizerManager/getAllSynchronizers.js +1 -0
- package/dist/esm/store/SynchronizerManager/getAllSynchronizers.js.map +1 -0
- package/dist/esm/store/SynchronizerManager/getSynchronizer.js +1 -0
- package/dist/esm/store/SynchronizerManager/getSynchronizer.js.map +1 -0
- package/dist/esm/store/SynchronizerManager/getSynchronizersForViewport.js +1 -0
- package/dist/esm/store/SynchronizerManager/getSynchronizersForViewport.js.map +1 -0
- package/dist/esm/store/SynchronizerManager/index.js +1 -0
- package/dist/esm/store/SynchronizerManager/index.js.map +1 -0
- package/dist/esm/store/ToolGroupManager/ToolGroup.js +1 -0
- package/dist/esm/store/ToolGroupManager/ToolGroup.js.map +1 -0
- package/dist/esm/store/ToolGroupManager/createToolGroup.js +1 -0
- package/dist/esm/store/ToolGroupManager/createToolGroup.js.map +1 -0
- package/dist/esm/store/ToolGroupManager/destroy.js +1 -0
- package/dist/esm/store/ToolGroupManager/destroy.js.map +1 -0
- package/dist/esm/store/ToolGroupManager/destroyToolGroup.js +1 -0
- package/dist/esm/store/ToolGroupManager/destroyToolGroup.js.map +1 -0
- package/dist/esm/store/ToolGroupManager/getAllToolGroups.js +1 -0
- package/dist/esm/store/ToolGroupManager/getAllToolGroups.js.map +1 -0
- package/dist/esm/store/ToolGroupManager/getToolGroup.js +1 -0
- package/dist/esm/store/ToolGroupManager/getToolGroup.js.map +1 -0
- package/dist/esm/store/ToolGroupManager/getToolGroupForViewport.js +1 -0
- package/dist/esm/store/ToolGroupManager/getToolGroupForViewport.js.map +1 -0
- package/dist/esm/store/ToolGroupManager/getToolGroupsWithToolName.js +1 -0
- package/dist/esm/store/ToolGroupManager/getToolGroupsWithToolName.js.map +1 -0
- package/dist/esm/store/ToolGroupManager/index.js +1 -0
- package/dist/esm/store/ToolGroupManager/index.js.map +1 -0
- package/dist/esm/store/addEnabledElement.js +1 -0
- package/dist/esm/store/addEnabledElement.js.map +1 -0
- package/dist/esm/store/addTool.js +1 -0
- package/dist/esm/store/addTool.js.map +1 -0
- package/dist/esm/store/cancelActiveManipulations.js +1 -0
- package/dist/esm/store/cancelActiveManipulations.js.map +1 -0
- package/dist/esm/store/filterMoveableAnnotationTools.js +1 -0
- package/dist/esm/store/filterMoveableAnnotationTools.js.map +1 -0
- package/dist/esm/store/filterToolsWithAnnotationsForElement.js +1 -0
- package/dist/esm/store/filterToolsWithAnnotationsForElement.js.map +1 -0
- package/dist/esm/store/filterToolsWithMoveableHandles.js +1 -0
- package/dist/esm/store/filterToolsWithMoveableHandles.js.map +1 -0
- package/dist/esm/store/index.js +1 -0
- package/dist/esm/store/index.js.map +1 -0
- package/dist/esm/store/removeEnabledElement.js +1 -0
- package/dist/esm/store/removeEnabledElement.js.map +1 -0
- package/dist/esm/store/state.js +1 -0
- package/dist/esm/store/state.js.map +1 -0
- package/dist/esm/store/svgNodeCache.js +1 -0
- package/dist/esm/store/svgNodeCache.js.map +1 -0
- package/dist/esm/synchronizers/callbacks/areViewportsCoplanar .js +1 -0
- package/dist/esm/synchronizers/callbacks/areViewportsCoplanar .js.map +1 -0
- package/dist/esm/synchronizers/callbacks/cameraSyncCallback.js +1 -0
- package/dist/esm/synchronizers/callbacks/cameraSyncCallback.js.map +1 -0
- package/dist/esm/synchronizers/callbacks/imageSliceSyncCallback.js +1 -0
- package/dist/esm/synchronizers/callbacks/imageSliceSyncCallback.js.map +1 -0
- package/dist/esm/synchronizers/callbacks/presentationViewSyncCallback.js +1 -0
- package/dist/esm/synchronizers/callbacks/presentationViewSyncCallback.js.map +1 -0
- package/dist/esm/synchronizers/callbacks/slabThicknessSyncCallback.js +1 -0
- package/dist/esm/synchronizers/callbacks/slabThicknessSyncCallback.js.map +1 -0
- package/dist/esm/synchronizers/callbacks/voiSyncCallback.js +1 -0
- package/dist/esm/synchronizers/callbacks/voiSyncCallback.js.map +1 -0
- package/dist/esm/synchronizers/callbacks/zoomPanSyncCallback.js +1 -0
- package/dist/esm/synchronizers/callbacks/zoomPanSyncCallback.js.map +1 -0
- package/dist/esm/synchronizers/index.js +1 -0
- package/dist/esm/synchronizers/index.js.map +1 -0
- package/dist/esm/synchronizers/synchronizers/createCameraPositionSynchronizer.js +1 -0
- package/dist/esm/synchronizers/synchronizers/createCameraPositionSynchronizer.js.map +1 -0
- package/dist/esm/synchronizers/synchronizers/createImageSliceSynchronizer.js +1 -0
- package/dist/esm/synchronizers/synchronizers/createImageSliceSynchronizer.js.map +1 -0
- package/dist/esm/synchronizers/synchronizers/createPresentationViewSynchronizer.js +1 -0
- package/dist/esm/synchronizers/synchronizers/createPresentationViewSynchronizer.js.map +1 -0
- package/dist/esm/synchronizers/synchronizers/createSlabThicknessSynchronizer.js +1 -0
- package/dist/esm/synchronizers/synchronizers/createSlabThicknessSynchronizer.js.map +1 -0
- package/dist/esm/synchronizers/synchronizers/createVOISynchronizer.js +1 -0
- package/dist/esm/synchronizers/synchronizers/createVOISynchronizer.js.map +1 -0
- package/dist/esm/synchronizers/synchronizers/createZoomPanSynchronizer.js +1 -0
- package/dist/esm/synchronizers/synchronizers/createZoomPanSynchronizer.js.map +1 -0
- package/dist/esm/synchronizers/synchronizers/index.js +1 -0
- package/dist/esm/synchronizers/synchronizers/index.js.map +1 -0
- package/dist/esm/tools/AdvancedMagnifyTool.js +1 -0
- package/dist/esm/tools/AdvancedMagnifyTool.js.map +1 -0
- package/dist/esm/tools/AnnotationEraserTool.js +1 -0
- package/dist/esm/tools/AnnotationEraserTool.js.map +1 -0
- package/dist/esm/tools/CrosshairsTool.js +1 -0
- package/dist/esm/tools/CrosshairsTool.js.map +1 -0
- package/dist/esm/tools/MIPJumpToClickTool.js +1 -0
- package/dist/esm/tools/MIPJumpToClickTool.js.map +1 -0
- package/dist/esm/tools/MagnifyTool.js +1 -0
- package/dist/esm/tools/MagnifyTool.js.map +1 -0
- package/dist/esm/tools/OrientationMarkerTool.js +1 -0
- package/dist/esm/tools/OrientationMarkerTool.js.map +1 -0
- package/dist/esm/tools/OverlayGridTool.js +1 -0
- package/dist/esm/tools/OverlayGridTool.js.map +1 -0
- package/dist/esm/tools/PanTool.js +1 -0
- package/dist/esm/tools/PanTool.js.map +1 -0
- package/dist/esm/tools/PlanarRotateTool.js +1 -0
- package/dist/esm/tools/PlanarRotateTool.js.map +1 -0
- package/dist/esm/tools/ReferenceCursors.js +1 -0
- package/dist/esm/tools/ReferenceCursors.js.map +1 -0
- package/dist/esm/tools/ReferenceLinesTool.js +1 -0
- package/dist/esm/tools/ReferenceLinesTool.js.map +1 -0
- package/dist/esm/tools/ScaleOverlayTool.js +1 -0
- package/dist/esm/tools/ScaleOverlayTool.js.map +1 -0
- package/dist/esm/tools/SculptorTool/CircleSculptCursor.js +1 -0
- package/dist/esm/tools/SculptorTool/CircleSculptCursor.js.map +1 -0
- package/dist/esm/tools/SculptorTool.js +1 -0
- package/dist/esm/tools/SculptorTool.js.map +1 -0
- package/dist/esm/tools/SegmentationIntersectionTool.js +1 -0
- package/dist/esm/tools/SegmentationIntersectionTool.js.map +1 -0
- package/dist/esm/tools/StackScrollTool.js +1 -0
- package/dist/esm/tools/StackScrollTool.js.map +1 -0
- package/dist/esm/tools/TrackballRotateTool.js +1 -0
- package/dist/esm/tools/TrackballRotateTool.js.map +1 -0
- package/dist/esm/tools/VolumeRotateMouseWheelTool.js +1 -0
- package/dist/esm/tools/VolumeRotateMouseWheelTool.js.map +1 -0
- package/dist/esm/tools/WindowLevelRegionTool.js +1 -0
- package/dist/esm/tools/WindowLevelRegionTool.js.map +1 -0
- package/dist/esm/tools/WindowLevelTool.js +1 -0
- package/dist/esm/tools/WindowLevelTool.js.map +1 -0
- package/dist/esm/tools/ZoomTool.js +1 -0
- package/dist/esm/tools/ZoomTool.js.map +1 -0
- package/dist/esm/tools/annotation/AngleTool.js +1 -0
- package/dist/esm/tools/annotation/AngleTool.js.map +1 -0
- package/dist/esm/tools/annotation/ArrowAnnotateTool.js +1 -0
- package/dist/esm/tools/annotation/ArrowAnnotateTool.js.map +1 -0
- package/dist/esm/tools/annotation/BidirectionalTool.js +1 -0
- package/dist/esm/tools/annotation/BidirectionalTool.js.map +1 -0
- package/dist/esm/tools/annotation/CircleROITool.js +1 -0
- package/dist/esm/tools/annotation/CircleROITool.js.map +1 -0
- package/dist/esm/tools/annotation/CobbAngleTool.js +1 -0
- package/dist/esm/tools/annotation/CobbAngleTool.js.map +1 -0
- package/dist/esm/tools/annotation/DragProbeTool.js +1 -0
- package/dist/esm/tools/annotation/DragProbeTool.js.map +1 -0
- package/dist/esm/tools/annotation/EllipticalROITool.js +1 -0
- package/dist/esm/tools/annotation/EllipticalROITool.js.map +1 -0
- package/dist/esm/tools/annotation/HeightTool.js +1 -0
- package/dist/esm/tools/annotation/HeightTool.js.map +1 -0
- package/dist/esm/tools/annotation/KeyImageTool.js +1 -0
- package/dist/esm/tools/annotation/KeyImageTool.js.map +1 -0
- package/dist/esm/tools/annotation/LengthTool.js +1 -0
- package/dist/esm/tools/annotation/LengthTool.js.map +1 -0
- package/dist/esm/tools/annotation/LivewireContourSegmentationTool.js +1 -0
- package/dist/esm/tools/annotation/LivewireContourSegmentationTool.js.map +1 -0
- package/dist/esm/tools/annotation/LivewireContourTool.js +1 -0
- package/dist/esm/tools/annotation/LivewireContourTool.js.map +1 -0
- package/dist/esm/tools/annotation/PlanarFreehandContourSegmentationTool.js +1 -0
- package/dist/esm/tools/annotation/PlanarFreehandContourSegmentationTool.js.map +1 -0
- package/dist/esm/tools/annotation/PlanarFreehandROITool.js +1 -0
- package/dist/esm/tools/annotation/PlanarFreehandROITool.js.map +1 -0
- package/dist/esm/tools/annotation/ProbeTool.js +1 -0
- package/dist/esm/tools/annotation/ProbeTool.js.map +1 -0
- package/dist/esm/tools/annotation/RectangleROITool.js +1 -0
- package/dist/esm/tools/annotation/RectangleROITool.js.map +1 -0
- package/dist/esm/tools/annotation/SplineContourSegmentationTool.js +1 -0
- package/dist/esm/tools/annotation/SplineContourSegmentationTool.js.map +1 -0
- package/dist/esm/tools/annotation/SplineROITool.js +1 -0
- package/dist/esm/tools/annotation/SplineROITool.js.map +1 -0
- package/dist/esm/tools/annotation/UltrasoundDirectionalTool.js +1 -0
- package/dist/esm/tools/annotation/UltrasoundDirectionalTool.js.map +1 -0
- package/dist/esm/tools/annotation/VideoRedactionTool.js +1 -0
- package/dist/esm/tools/annotation/VideoRedactionTool.js.map +1 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/closedContourEditLoop.js +1 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/closedContourEditLoop.js.map +1 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/drawLoop.js +1 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/drawLoop.js.map +1 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/editLoopCommon.js +1 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/editLoopCommon.js.map +1 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/findOpenUShapedContourVectorToPeak.js +1 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/findOpenUShapedContourVectorToPeak.js.map +1 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/openContourEditLoop.js +1 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/openContourEditLoop.js.map +1 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/openContourEndEditLoop.js +1 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/openContourEndEditLoop.js.map +1 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/renderMethods.js +1 -0
- package/dist/esm/tools/annotation/planarFreehandROITool/renderMethods.js.map +1 -0
- package/dist/esm/tools/annotation/splines/BSpline.js +1 -0
- package/dist/esm/tools/annotation/splines/BSpline.js.map +1 -0
- package/dist/esm/tools/annotation/splines/CardinalSpline.js +1 -0
- package/dist/esm/tools/annotation/splines/CardinalSpline.js.map +1 -0
- package/dist/esm/tools/annotation/splines/CatmullRomSpline.js +1 -0
- package/dist/esm/tools/annotation/splines/CatmullRomSpline.js.map +1 -0
- package/dist/esm/tools/annotation/splines/CubicSpline.js +1 -0
- package/dist/esm/tools/annotation/splines/CubicSpline.js.map +1 -0
- package/dist/esm/tools/annotation/splines/LinearSpline.js +1 -0
- package/dist/esm/tools/annotation/splines/LinearSpline.js.map +1 -0
- package/dist/esm/tools/annotation/splines/QuadraticBezier.js +1 -0
- package/dist/esm/tools/annotation/splines/QuadraticBezier.js.map +1 -0
- package/dist/esm/tools/annotation/splines/QuadraticSpline.js +1 -0
- package/dist/esm/tools/annotation/splines/QuadraticSpline.js.map +1 -0
- package/dist/esm/tools/annotation/splines/Spline.js +1 -0
- package/dist/esm/tools/annotation/splines/Spline.js.map +1 -0
- package/dist/esm/tools/base/AnnotationDisplayTool.js +1 -0
- package/dist/esm/tools/base/AnnotationDisplayTool.js.map +1 -0
- package/dist/esm/tools/base/AnnotationTool.js +1 -0
- package/dist/esm/tools/base/AnnotationTool.js.map +1 -0
- package/dist/esm/tools/base/BaseTool.js +1 -0
- package/dist/esm/tools/base/BaseTool.js.map +1 -0
- package/dist/esm/tools/base/ContourBaseTool.js +1 -0
- package/dist/esm/tools/base/ContourBaseTool.js.map +1 -0
- package/dist/esm/tools/base/ContourSegmentationBaseTool.js +1 -0
- package/dist/esm/tools/base/ContourSegmentationBaseTool.js.map +1 -0
- package/dist/esm/tools/base/index.js +1 -0
- package/dist/esm/tools/base/index.js.map +1 -0
- package/dist/esm/tools/displayTools/Contour/contourConfig.js +1 -0
- package/dist/esm/tools/displayTools/Contour/contourConfig.js.map +1 -0
- package/dist/esm/tools/displayTools/Contour/contourDisplay.js +1 -0
- package/dist/esm/tools/displayTools/Contour/contourDisplay.js.map +1 -0
- package/dist/esm/tools/displayTools/Contour/contourHandler/contourConfigCache.js +1 -0
- package/dist/esm/tools/displayTools/Contour/contourHandler/contourConfigCache.js.map +1 -0
- package/dist/esm/tools/displayTools/Contour/contourHandler/handleContourSegmentation.js +1 -0
- package/dist/esm/tools/displayTools/Contour/contourHandler/handleContourSegmentation.js.map +1 -0
- package/dist/esm/tools/displayTools/Contour/contourHandler/utils.js +1 -0
- package/dist/esm/tools/displayTools/Contour/contourHandler/utils.js.map +1 -0
- package/dist/esm/tools/displayTools/Contour/index.js +1 -0
- package/dist/esm/tools/displayTools/Contour/index.js.map +1 -0
- package/dist/esm/tools/displayTools/Contour/removeContourFromElement.js +1 -0
- package/dist/esm/tools/displayTools/Contour/removeContourFromElement.js.map +1 -0
- package/dist/esm/tools/displayTools/Labelmap/addLabelmapToElement.js +1 -0
- package/dist/esm/tools/displayTools/Labelmap/addLabelmapToElement.js.map +1 -0
- package/dist/esm/tools/displayTools/Labelmap/index.js +1 -0
- package/dist/esm/tools/displayTools/Labelmap/index.js.map +1 -0
- package/dist/esm/tools/displayTools/Labelmap/labelmapConfig.js +1 -0
- package/dist/esm/tools/displayTools/Labelmap/labelmapConfig.js.map +1 -0
- package/dist/esm/tools/displayTools/Labelmap/labelmapDisplay.js +1 -0
- package/dist/esm/tools/displayTools/Labelmap/labelmapDisplay.js.map +1 -0
- package/dist/esm/tools/displayTools/Labelmap/removeLabelmapFromElement.js +1 -0
- package/dist/esm/tools/displayTools/Labelmap/removeLabelmapFromElement.js.map +1 -0
- package/dist/esm/tools/displayTools/Labelmap/validateLabelmap.js +1 -0
- package/dist/esm/tools/displayTools/Labelmap/validateLabelmap.js.map +1 -0
- package/dist/esm/tools/displayTools/Surface/addOrUpdateSurfaceToElement.js +1 -0
- package/dist/esm/tools/displayTools/Surface/addOrUpdateSurfaceToElement.js.map +1 -0
- package/dist/esm/tools/displayTools/Surface/index.js +1 -0
- package/dist/esm/tools/displayTools/Surface/index.js.map +1 -0
- package/dist/esm/tools/displayTools/Surface/removeSurfaceFromElement.js +1 -0
- package/dist/esm/tools/displayTools/Surface/removeSurfaceFromElement.js.map +1 -0
- package/dist/esm/tools/displayTools/Surface/surfaceConfig.js +1 -0
- package/dist/esm/tools/displayTools/Surface/surfaceConfig.js.map +1 -0
- package/dist/esm/tools/displayTools/Surface/surfaceDisplay.js +1 -0
- package/dist/esm/tools/displayTools/Surface/surfaceDisplay.js.map +1 -0
- package/dist/esm/tools/distancePointToContour.js +1 -0
- package/dist/esm/tools/distancePointToContour.js.map +1 -0
- package/dist/esm/tools/index.js +1 -0
- package/dist/esm/tools/index.js.map +1 -0
- package/dist/esm/tools/segmentation/BrushTool.js +1 -0
- package/dist/esm/tools/segmentation/BrushTool.js.map +1 -0
- package/dist/esm/tools/segmentation/CircleROIStartEndThresholdTool.js +1 -0
- package/dist/esm/tools/segmentation/CircleROIStartEndThresholdTool.js.map +1 -0
- package/dist/esm/tools/segmentation/CircleScissorsTool.js +1 -0
- package/dist/esm/tools/segmentation/CircleScissorsTool.js.map +1 -0
- package/dist/esm/tools/segmentation/PaintFillTool.js +1 -0
- package/dist/esm/tools/segmentation/PaintFillTool.js.map +1 -0
- package/dist/esm/tools/segmentation/RectangleROIStartEndThresholdTool.js +1 -0
- package/dist/esm/tools/segmentation/RectangleROIStartEndThresholdTool.js.map +1 -0
- package/dist/esm/tools/segmentation/RectangleROIThresholdTool.js +1 -0
- package/dist/esm/tools/segmentation/RectangleROIThresholdTool.js.map +1 -0
- package/dist/esm/tools/segmentation/RectangleScissorsTool.js +1 -0
- package/dist/esm/tools/segmentation/RectangleScissorsTool.js.map +1 -0
- package/dist/esm/tools/segmentation/SegmentSelectTool.js +1 -0
- package/dist/esm/tools/segmentation/SegmentSelectTool.js.map +1 -0
- package/dist/esm/tools/segmentation/SphereScissorsTool.js +1 -0
- package/dist/esm/tools/segmentation/SphereScissorsTool.js.map +1 -0
- package/dist/esm/tools/segmentation/strategies/BrushStrategy.js +1 -0
- package/dist/esm/tools/segmentation/strategies/BrushStrategy.js.map +1 -0
- package/dist/esm/tools/segmentation/strategies/compositions/determineSegmentIndex.js +1 -0
- package/dist/esm/tools/segmentation/strategies/compositions/determineSegmentIndex.js.map +1 -0
- package/dist/esm/tools/segmentation/strategies/compositions/dynamicThreshold.js +1 -0
- package/dist/esm/tools/segmentation/strategies/compositions/dynamicThreshold.js.map +1 -0
- package/dist/esm/tools/segmentation/strategies/compositions/erase.js +1 -0
- package/dist/esm/tools/segmentation/strategies/compositions/erase.js.map +1 -0
- package/dist/esm/tools/segmentation/strategies/compositions/index.js +1 -0
- package/dist/esm/tools/segmentation/strategies/compositions/index.js.map +1 -0
- package/dist/esm/tools/segmentation/strategies/compositions/islandRemoval.js +1 -0
- package/dist/esm/tools/segmentation/strategies/compositions/islandRemoval.js.map +1 -0
- package/dist/esm/tools/segmentation/strategies/compositions/preview.js +1 -0
- package/dist/esm/tools/segmentation/strategies/compositions/preview.js.map +1 -0
- package/dist/esm/tools/segmentation/strategies/compositions/regionFill.js +1 -0
- package/dist/esm/tools/segmentation/strategies/compositions/regionFill.js.map +1 -0
- package/dist/esm/tools/segmentation/strategies/compositions/setValue.js +1 -0
- package/dist/esm/tools/segmentation/strategies/compositions/setValue.js.map +1 -0
- package/dist/esm/tools/segmentation/strategies/compositions/threshold.js +1 -0
- package/dist/esm/tools/segmentation/strategies/compositions/threshold.js.map +1 -0
- package/dist/esm/tools/segmentation/strategies/eraseCircle.js +1 -0
- package/dist/esm/tools/segmentation/strategies/eraseCircle.js.map +1 -0
- package/dist/esm/tools/segmentation/strategies/eraseRectangle.js +1 -0
- package/dist/esm/tools/segmentation/strategies/eraseRectangle.js.map +1 -0
- package/dist/esm/tools/segmentation/strategies/eraseSphere.js +1 -0
- package/dist/esm/tools/segmentation/strategies/eraseSphere.js.map +1 -0
- package/dist/esm/tools/segmentation/strategies/fillCircle.js +1 -0
- package/dist/esm/tools/segmentation/strategies/fillCircle.js.map +1 -0
- package/dist/esm/tools/segmentation/strategies/fillRectangle.js +1 -0
- package/dist/esm/tools/segmentation/strategies/fillRectangle.js.map +1 -0
- package/dist/esm/tools/segmentation/strategies/fillSphere.js +1 -0
- package/dist/esm/tools/segmentation/strategies/fillSphere.js.map +1 -0
- package/dist/esm/tools/segmentation/strategies/index.js +1 -0
- package/dist/esm/tools/segmentation/strategies/index.js.map +1 -0
- package/dist/esm/tools/segmentation/strategies/utils/getStrategyData.js +1 -0
- package/dist/esm/tools/segmentation/strategies/utils/getStrategyData.js.map +1 -0
- package/dist/esm/tools/segmentation/strategies/utils/isWithinThreshold.js +1 -0
- package/dist/esm/tools/segmentation/strategies/utils/isWithinThreshold.js.map +1 -0
- package/dist/esm/tools/segmentation/strategies/utils/stackVolumeCheck.js +1 -0
- package/dist/esm/tools/segmentation/strategies/utils/stackVolumeCheck.js.map +1 -0
- package/dist/esm/types/AnnotationGroupSelector.js +1 -1
- package/dist/esm/types/AnnotationGroupSelector.js.map +1 -0
- package/dist/esm/types/AnnotationRenderContext.js +1 -1
- package/dist/esm/types/AnnotationRenderContext.js.map +1 -0
- package/dist/esm/types/AnnotationStyle.js +1 -1
- package/dist/esm/types/AnnotationStyle.js.map +1 -0
- package/dist/esm/types/AnnotationTypes.js +1 -1
- package/dist/esm/types/AnnotationTypes.js.map +1 -0
- package/dist/esm/types/BoundsIJK.js +1 -1
- package/dist/esm/types/BoundsIJK.js.map +1 -0
- package/dist/esm/types/CINETypes.js +1 -1
- package/dist/esm/types/CINETypes.js.map +1 -0
- package/dist/esm/types/CalculatorTypes.js +1 -1
- package/dist/esm/types/CalculatorTypes.js.map +1 -0
- package/dist/esm/types/CardinalSplineProps.js +1 -1
- package/dist/esm/types/CardinalSplineProps.js.map +1 -0
- package/dist/esm/types/ClosestControlPoint.js +1 -1
- package/dist/esm/types/ClosestControlPoint.js.map +1 -0
- package/dist/esm/types/ClosestPoint.js +1 -1
- package/dist/esm/types/ClosestPoint.js.map +1 -0
- package/dist/esm/types/ClosestSplinePoint.js +1 -1
- package/dist/esm/types/ClosestSplinePoint.js.map +1 -0
- package/dist/esm/types/ContourAnnotation.js +1 -0
- package/dist/esm/types/ContourAnnotation.js.map +1 -0
- package/dist/esm/types/ContourSegmentationAnnotation.js +1 -1
- package/dist/esm/types/ContourSegmentationAnnotation.js.map +1 -0
- package/dist/esm/types/ContourTypes.js +1 -1
- package/dist/esm/types/ContourTypes.js.map +1 -0
- package/dist/esm/types/ControlPointInfo.js +1 -1
- package/dist/esm/types/ControlPointInfo.js.map +1 -0
- package/dist/esm/types/CursorTypes.js +1 -1
- package/dist/esm/types/CursorTypes.js.map +1 -0
- package/dist/esm/types/EventTypes.js +1 -1
- package/dist/esm/types/EventTypes.js.map +1 -0
- package/dist/esm/types/FloodFillTypes.js +1 -1
- package/dist/esm/types/FloodFillTypes.js.map +1 -0
- package/dist/esm/types/IAnnotationManager.js +1 -1
- package/dist/esm/types/IAnnotationManager.js.map +1 -0
- package/dist/esm/types/IBaseTool.js +1 -1
- package/dist/esm/types/IBaseTool.js.map +1 -0
- package/dist/esm/types/IDistance.js +1 -1
- package/dist/esm/types/IDistance.js.map +1 -0
- package/dist/esm/types/IPoints.js +1 -1
- package/dist/esm/types/IPoints.js.map +1 -0
- package/dist/esm/types/ISculptToolShape.js +1 -1
- package/dist/esm/types/ISculptToolShape.js.map +1 -0
- package/dist/esm/types/ISetToolModeOptions.js +1 -1
- package/dist/esm/types/ISetToolModeOptions.js.map +1 -0
- package/dist/esm/types/ISpline.js +1 -1
- package/dist/esm/types/ISpline.js.map +1 -0
- package/dist/esm/types/ISynchronizerEventHandler.js +1 -1
- package/dist/esm/types/ISynchronizerEventHandler.js.map +1 -0
- package/dist/esm/types/IToolClassReference.js +1 -1
- package/dist/esm/types/IToolClassReference.js.map +1 -0
- package/dist/esm/types/IToolGroup.js +1 -1
- package/dist/esm/types/IToolGroup.js.map +1 -0
- package/dist/esm/types/ITouchPoints.js +1 -1
- package/dist/esm/types/ITouchPoints.js.map +1 -0
- package/dist/esm/types/InteractionTypes.js +1 -1
- package/dist/esm/types/InteractionTypes.js.map +1 -0
- package/dist/esm/types/InternalToolTypes.js +1 -1
- package/dist/esm/types/InternalToolTypes.js.map +1 -0
- package/dist/esm/types/InterpolationTypes.js +1 -1
- package/dist/esm/types/InterpolationTypes.js.map +1 -0
- package/dist/esm/types/JumpToSliceOptions.js +1 -1
- package/dist/esm/types/JumpToSliceOptions.js.map +1 -0
- package/dist/esm/types/LabelmapToolOperationData.js +1 -1
- package/dist/esm/types/LabelmapToolOperationData.js.map +1 -0
- package/dist/esm/types/LabelmapTypes.js +1 -1
- package/dist/esm/types/LabelmapTypes.js.map +1 -0
- package/dist/esm/types/PlanarBoundingBox.js +1 -1
- package/dist/esm/types/PlanarBoundingBox.js.map +1 -0
- package/dist/esm/types/PolySeg.js +1 -1
- package/dist/esm/types/PolySeg.js.map +1 -0
- package/dist/esm/types/SVGDrawingHelper.js +1 -1
- package/dist/esm/types/SVGDrawingHelper.js.map +1 -0
- package/dist/esm/types/ScrollOptions.js +1 -1
- package/dist/esm/types/ScrollOptions.js.map +1 -0
- package/dist/esm/types/SegmentationStateTypes.js +1 -1
- package/dist/esm/types/SegmentationStateTypes.js.map +1 -0
- package/dist/esm/types/SplineCurveSegment.js +1 -1
- package/dist/esm/types/SplineCurveSegment.js.map +1 -0
- package/dist/esm/types/SplineLineSegment.js +1 -1
- package/dist/esm/types/SplineLineSegment.js.map +1 -0
- package/dist/esm/types/SplineProps.js +1 -1
- package/dist/esm/types/SplineProps.js.map +1 -0
- package/dist/esm/types/SurfaceTypes.js +1 -1
- package/dist/esm/types/SurfaceTypes.js.map +1 -0
- package/dist/esm/types/ToolAction.js +1 -1
- package/dist/esm/types/ToolAction.js.map +1 -0
- package/dist/esm/types/ToolHandle.js +1 -1
- package/dist/esm/types/ToolHandle.js.map +1 -0
- package/dist/esm/types/ToolProps.js +1 -1
- package/dist/esm/types/ToolProps.js.map +1 -0
- package/dist/esm/types/ToolSpecificAnnotationTypes.js +1 -1
- package/dist/esm/types/ToolSpecificAnnotationTypes.js.map +1 -0
- package/dist/esm/types/index.js +1 -1
- package/dist/esm/types/index.js.map +1 -0
- package/dist/esm/utilities/BucketQueue.js +1 -0
- package/dist/esm/utilities/BucketQueue.js.map +1 -0
- package/dist/esm/utilities/annotationFrameRange.js +1 -0
- package/dist/esm/utilities/annotationFrameRange.js.map +1 -0
- package/dist/esm/utilities/annotationHydration.js +1 -0
- package/dist/esm/utilities/annotationHydration.js.map +1 -0
- package/dist/esm/utilities/boundingBox/extend2DBoundingBoxInViewAxis.js +1 -0
- package/dist/esm/utilities/boundingBox/extend2DBoundingBoxInViewAxis.js.map +1 -0
- package/dist/esm/utilities/boundingBox/getBoundingBoxAroundShape.js +1 -0
- package/dist/esm/utilities/boundingBox/getBoundingBoxAroundShape.js.map +1 -0
- package/dist/esm/utilities/boundingBox/index.js +1 -0
- package/dist/esm/utilities/boundingBox/index.js.map +1 -0
- package/dist/esm/utilities/calibrateImageSpacing.js +1 -0
- package/dist/esm/utilities/calibrateImageSpacing.js.map +1 -0
- package/dist/esm/utilities/cine/events.js +1 -0
- package/dist/esm/utilities/cine/events.js.map +1 -0
- package/dist/esm/utilities/cine/index.js +1 -0
- package/dist/esm/utilities/cine/index.js.map +1 -0
- package/dist/esm/utilities/cine/playClip.js +1 -0
- package/dist/esm/utilities/cine/playClip.js.map +1 -0
- package/dist/esm/utilities/cine/state.js +1 -0
- package/dist/esm/utilities/cine/state.js.map +1 -0
- package/dist/esm/utilities/clip.js +1 -0
- package/dist/esm/utilities/clip.js.map +1 -0
- package/dist/esm/utilities/contourSegmentation/addContourSegmentationAnnotation.js +1 -0
- package/dist/esm/utilities/contourSegmentation/addContourSegmentationAnnotation.js.map +1 -0
- package/dist/esm/utilities/contourSegmentation/areSameSegment.js +1 -0
- package/dist/esm/utilities/contourSegmentation/areSameSegment.js.map +1 -0
- package/dist/esm/utilities/contourSegmentation/index.js +1 -0
- package/dist/esm/utilities/contourSegmentation/index.js.map +1 -0
- package/dist/esm/utilities/contourSegmentation/isContourSegmentationAnnotation.js +1 -0
- package/dist/esm/utilities/contourSegmentation/isContourSegmentationAnnotation.js.map +1 -0
- package/dist/esm/utilities/contourSegmentation/removeContourSegmentationAnnotation.js +1 -0
- package/dist/esm/utilities/contourSegmentation/removeContourSegmentationAnnotation.js.map +1 -0
- package/dist/esm/utilities/contours/AnnotationToPointData.js +1 -0
- package/dist/esm/utilities/contours/AnnotationToPointData.js.map +1 -0
- package/dist/esm/utilities/contours/RectangleROIStartEndThreshold.js +1 -0
- package/dist/esm/utilities/contours/RectangleROIStartEndThreshold.js.map +1 -0
- package/dist/esm/utilities/contours/areCoplanarContours.js +1 -0
- package/dist/esm/utilities/contours/areCoplanarContours.js.map +1 -0
- package/dist/esm/utilities/contours/calculatePerimeter.js +1 -0
- package/dist/esm/utilities/contours/calculatePerimeter.js.map +1 -0
- package/dist/esm/utilities/contours/contourFinder.js +1 -0
- package/dist/esm/utilities/contours/contourFinder.js.map +1 -0
- package/dist/esm/utilities/contours/detectContourHoles.js +1 -0
- package/dist/esm/utilities/contours/detectContourHoles.js.map +1 -0
- package/dist/esm/utilities/contours/findHandlePolylineIndex.js +1 -0
- package/dist/esm/utilities/contours/findHandlePolylineIndex.js.map +1 -0
- package/dist/esm/utilities/contours/generateContourSetsFromLabelmap.js +1 -0
- package/dist/esm/utilities/contours/generateContourSetsFromLabelmap.js.map +1 -0
- package/dist/esm/utilities/contours/getContourHolesDataCanvas.js +1 -0
- package/dist/esm/utilities/contours/getContourHolesDataCanvas.js.map +1 -0
- package/dist/esm/utilities/contours/getContourHolesDataWorld.js +1 -0
- package/dist/esm/utilities/contours/getContourHolesDataWorld.js.map +1 -0
- package/dist/esm/utilities/contours/getDeduplicatedVTKPolyDataPoints.js +1 -0
- package/dist/esm/utilities/contours/getDeduplicatedVTKPolyDataPoints.js.map +1 -0
- package/dist/esm/utilities/contours/index.js +1 -0
- package/dist/esm/utilities/contours/index.js.map +1 -0
- package/dist/esm/utilities/contours/interpolation/acceptAutogeneratedInterpolations.js +1 -0
- package/dist/esm/utilities/contours/interpolation/acceptAutogeneratedInterpolations.js.map +1 -0
- package/dist/esm/utilities/contours/interpolation/createPolylineToolData.js +1 -0
- package/dist/esm/utilities/contours/interpolation/createPolylineToolData.js.map +1 -0
- package/dist/esm/utilities/contours/interpolation/findAnnotationForInterpolation.js +1 -0
- package/dist/esm/utilities/contours/interpolation/findAnnotationForInterpolation.js.map +1 -0
- package/dist/esm/utilities/contours/interpolation/getInterpolationData.js +1 -0
- package/dist/esm/utilities/contours/interpolation/getInterpolationData.js.map +1 -0
- package/dist/esm/utilities/contours/interpolation/getInterpolationDataCollection.js +1 -0
- package/dist/esm/utilities/contours/interpolation/getInterpolationDataCollection.js.map +1 -0
- package/dist/esm/utilities/contours/interpolation/interpolate.js +1 -0
- package/dist/esm/utilities/contours/interpolation/interpolate.js.map +1 -0
- package/dist/esm/utilities/contours/interpolation/selectHandles.js +1 -0
- package/dist/esm/utilities/contours/interpolation/selectHandles.js.map +1 -0
- package/dist/esm/utilities/contours/interpolation/updateChildInterpolationUID.js +1 -0
- package/dist/esm/utilities/contours/interpolation/updateChildInterpolationUID.js.map +1 -0
- package/dist/esm/utilities/contours/reverseIfAntiClockwise.js +1 -0
- package/dist/esm/utilities/contours/reverseIfAntiClockwise.js.map +1 -0
- package/dist/esm/utilities/contours/updateContourPolyline.js +1 -0
- package/dist/esm/utilities/contours/updateContourPolyline.js.map +1 -0
- package/dist/esm/utilities/debounce.js +1 -0
- package/dist/esm/utilities/debounce.js.map +1 -0
- package/dist/esm/utilities/drawing/getTextBoxCoordsCanvas.js +1 -0
- package/dist/esm/utilities/drawing/getTextBoxCoordsCanvas.js.map +1 -0
- package/dist/esm/utilities/drawing/index.js +1 -0
- package/dist/esm/utilities/drawing/index.js.map +1 -0
- package/dist/esm/utilities/dynamicVolume/generateImageFromTimeData.js +1 -0
- package/dist/esm/utilities/dynamicVolume/generateImageFromTimeData.js.map +1 -0
- package/dist/esm/utilities/dynamicVolume/getDataInTime.js +1 -0
- package/dist/esm/utilities/dynamicVolume/getDataInTime.js.map +1 -0
- package/dist/esm/utilities/dynamicVolume/index.js +1 -0
- package/dist/esm/utilities/dynamicVolume/index.js.map +1 -0
- package/dist/esm/utilities/getAnnotationNearPoint.js +1 -0
- package/dist/esm/utilities/getAnnotationNearPoint.js.map +1 -0
- package/dist/esm/utilities/getCalibratedUnits.js +1 -0
- package/dist/esm/utilities/getCalibratedUnits.js.map +1 -0
- package/dist/esm/utilities/getPixelValueUnits.js +1 -0
- package/dist/esm/utilities/getPixelValueUnits.js.map +1 -0
- package/dist/esm/utilities/getSphereBoundsInfo.js +1 -0
- package/dist/esm/utilities/getSphereBoundsInfo.js.map +1 -0
- package/dist/esm/utilities/getToolsWithModesForElement.js +1 -0
- package/dist/esm/utilities/getToolsWithModesForElement.js.map +1 -0
- package/dist/esm/utilities/getVOIMultipliers.js +1 -0
- package/dist/esm/utilities/getVOIMultipliers.js.map +1 -0
- package/dist/esm/utilities/getViewportForAnnotation.js +1 -0
- package/dist/esm/utilities/getViewportForAnnotation.js.map +1 -0
- package/dist/esm/utilities/getViewportsForAnnotation.js +1 -0
- package/dist/esm/utilities/getViewportsForAnnotation.js.map +1 -0
- package/dist/esm/utilities/index.js +1 -0
- package/dist/esm/utilities/index.js.map +1 -0
- package/dist/esm/utilities/isObject.js +1 -0
- package/dist/esm/utilities/isObject.js.map +1 -0
- package/dist/esm/utilities/livewire/LiveWirePath.js +1 -0
- package/dist/esm/utilities/livewire/LiveWirePath.js.map +1 -0
- package/dist/esm/utilities/livewire/LivewireScissors.js +1 -0
- package/dist/esm/utilities/livewire/LivewireScissors.js.map +1 -0
- package/dist/esm/utilities/math/aabb/distanceToPoint.js +1 -0
- package/dist/esm/utilities/math/aabb/distanceToPoint.js.map +1 -0
- package/dist/esm/utilities/math/aabb/distanceToPointSquared.js +1 -0
- package/dist/esm/utilities/math/aabb/distanceToPointSquared.js.map +1 -0
- package/dist/esm/utilities/math/aabb/index.js +1 -0
- package/dist/esm/utilities/math/aabb/index.js.map +1 -0
- package/dist/esm/utilities/math/aabb/intersectAABB.js +1 -0
- package/dist/esm/utilities/math/aabb/intersectAABB.js.map +1 -0
- package/dist/esm/utilities/math/angle/angleBetweenLines.js +1 -0
- package/dist/esm/utilities/math/angle/angleBetweenLines.js.map +1 -0
- package/dist/esm/utilities/math/basic/BasicStatsCalculator.js +1 -0
- package/dist/esm/utilities/math/basic/BasicStatsCalculator.js.map +1 -0
- package/dist/esm/utilities/math/basic/Calculator.js +1 -0
- package/dist/esm/utilities/math/basic/Calculator.js.map +1 -0
- package/dist/esm/utilities/math/basic/index.js +1 -0
- package/dist/esm/utilities/math/basic/index.js.map +1 -0
- package/dist/esm/utilities/math/circle/_types.js +1 -1
- package/dist/esm/utilities/math/circle/_types.js.map +1 -0
- package/dist/esm/utilities/math/circle/getCanvasCircleCorners.js +1 -0
- package/dist/esm/utilities/math/circle/getCanvasCircleCorners.js.map +1 -0
- package/dist/esm/utilities/math/circle/getCanvasCircleRadius.js +1 -0
- package/dist/esm/utilities/math/circle/getCanvasCircleRadius.js.map +1 -0
- package/dist/esm/utilities/math/circle/index.js +1 -0
- package/dist/esm/utilities/math/circle/index.js.map +1 -0
- package/dist/esm/utilities/math/ellipse/getCanvasEllipseCorners.js +1 -0
- package/dist/esm/utilities/math/ellipse/getCanvasEllipseCorners.js.map +1 -0
- package/dist/esm/utilities/math/ellipse/index.js +1 -0
- package/dist/esm/utilities/math/ellipse/index.js.map +1 -0
- package/dist/esm/utilities/math/ellipse/pointInEllipse.js +1 -0
- package/dist/esm/utilities/math/ellipse/pointInEllipse.js.map +1 -0
- package/dist/esm/utilities/math/ellipse/pointInEllipsoidWithConstraint.js +1 -0
- package/dist/esm/utilities/math/ellipse/pointInEllipsoidWithConstraint.js.map +1 -0
- package/dist/esm/utilities/math/index.js +1 -0
- package/dist/esm/utilities/math/index.js.map +1 -0
- package/dist/esm/utilities/math/line/distanceToPoint.js +1 -0
- package/dist/esm/utilities/math/line/distanceToPoint.js.map +1 -0
- package/dist/esm/utilities/math/line/distanceToPointSquared.js +1 -0
- package/dist/esm/utilities/math/line/distanceToPointSquared.js.map +1 -0
- package/dist/esm/utilities/math/line/distanceToPointSquaredInfo.js +1 -0
- package/dist/esm/utilities/math/line/distanceToPointSquaredInfo.js.map +1 -0
- package/dist/esm/utilities/math/line/index.js +1 -0
- package/dist/esm/utilities/math/line/index.js.map +1 -0
- package/dist/esm/utilities/math/line/intersectLine.js +1 -0
- package/dist/esm/utilities/math/line/intersectLine.js.map +1 -0
- package/dist/esm/utilities/math/line/isPointOnLineSegment.js +1 -0
- package/dist/esm/utilities/math/line/isPointOnLineSegment.js.map +1 -0
- package/dist/esm/utilities/math/midPoint.js +1 -0
- package/dist/esm/utilities/math/midPoint.js.map +1 -0
- package/dist/esm/utilities/math/point/distanceToPoint.js +1 -0
- package/dist/esm/utilities/math/point/distanceToPoint.js.map +1 -0
- package/dist/esm/utilities/math/point/distanceToPointSquared.js +1 -0
- package/dist/esm/utilities/math/point/distanceToPointSquared.js.map +1 -0
- package/dist/esm/utilities/math/point/index.js +1 -0
- package/dist/esm/utilities/math/point/index.js.map +1 -0
- package/dist/esm/utilities/math/point/mirror.js +1 -0
- package/dist/esm/utilities/math/point/mirror.js.map +1 -0
- package/dist/esm/utilities/math/polyline/addCanvasPointsToArray.js +1 -0
- package/dist/esm/utilities/math/polyline/addCanvasPointsToArray.js.map +1 -0
- package/dist/esm/utilities/math/polyline/areLineSegmentsIntersecting.js +1 -0
- package/dist/esm/utilities/math/polyline/areLineSegmentsIntersecting.js.map +1 -0
- package/dist/esm/utilities/math/polyline/combinePolyline.js +1 -0
- package/dist/esm/utilities/math/polyline/combinePolyline.js.map +1 -0
- package/dist/esm/utilities/math/polyline/containsPoint.js +1 -0
- package/dist/esm/utilities/math/polyline/containsPoint.js.map +1 -0
- package/dist/esm/utilities/math/polyline/containsPoints.js +1 -0
- package/dist/esm/utilities/math/polyline/containsPoints.js.map +1 -0
- package/dist/esm/utilities/math/polyline/decimate.js +1 -0
- package/dist/esm/utilities/math/polyline/decimate.js.map +1 -0
- package/dist/esm/utilities/math/polyline/getAABB.js +1 -0
- package/dist/esm/utilities/math/polyline/getAABB.js.map +1 -0
- package/dist/esm/utilities/math/polyline/getArea.js +1 -0
- package/dist/esm/utilities/math/polyline/getArea.js.map +1 -0
- package/dist/esm/utilities/math/polyline/getClosestLineSegmentIntersection.js +1 -0
- package/dist/esm/utilities/math/polyline/getClosestLineSegmentIntersection.js.map +1 -0
- package/dist/esm/utilities/math/polyline/getFirstLineSegmentIntersectionIndexes.js +1 -0
- package/dist/esm/utilities/math/polyline/getFirstLineSegmentIntersectionIndexes.js.map +1 -0
- package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsCoordinates.js +1 -0
- package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsCoordinates.js.map +1 -0
- package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsIndexes.js +1 -0
- package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsIndexes.js.map +1 -0
- package/dist/esm/utilities/math/polyline/getLinesIntersection.js +1 -0
- package/dist/esm/utilities/math/polyline/getLinesIntersection.js.map +1 -0
- package/dist/esm/utilities/math/polyline/getNormal2.js +1 -0
- package/dist/esm/utilities/math/polyline/getNormal2.js.map +1 -0
- package/dist/esm/utilities/math/polyline/getNormal3.js +1 -0
- package/dist/esm/utilities/math/polyline/getNormal3.js.map +1 -0
- package/dist/esm/utilities/math/polyline/getSignedArea.js +1 -0
- package/dist/esm/utilities/math/polyline/getSignedArea.js.map +1 -0
- package/dist/esm/utilities/math/polyline/getSubPixelSpacingAndXYDirections.js +1 -0
- package/dist/esm/utilities/math/polyline/getSubPixelSpacingAndXYDirections.js.map +1 -0
- package/dist/esm/utilities/math/polyline/getWindingDirection.js +1 -0
- package/dist/esm/utilities/math/polyline/getWindingDirection.js.map +1 -0
- package/dist/esm/utilities/math/polyline/index.js +1 -0
- package/dist/esm/utilities/math/polyline/index.js.map +1 -0
- package/dist/esm/utilities/math/polyline/intersectPolyline.js +1 -0
- package/dist/esm/utilities/math/polyline/intersectPolyline.js.map +1 -0
- package/dist/esm/utilities/math/polyline/isClosed.js +1 -0
- package/dist/esm/utilities/math/polyline/isClosed.js.map +1 -0
- package/dist/esm/utilities/math/polyline/isPointInsidePolyline3D.js +1 -0
- package/dist/esm/utilities/math/polyline/isPointInsidePolyline3D.js.map +1 -0
- package/dist/esm/utilities/math/polyline/planarFreehandROIInternalTypes.js +1 -1
- package/dist/esm/utilities/math/polyline/planarFreehandROIInternalTypes.js.map +1 -0
- package/dist/esm/utilities/math/polyline/pointCanProjectOnLine.js +1 -0
- package/dist/esm/utilities/math/polyline/pointCanProjectOnLine.js.map +1 -0
- package/dist/esm/utilities/math/polyline/pointsAreWithinCloseContourProximity.js +1 -0
- package/dist/esm/utilities/math/polyline/pointsAreWithinCloseContourProximity.js.map +1 -0
- package/dist/esm/utilities/math/polyline/projectTo2D.js +1 -0
- package/dist/esm/utilities/math/polyline/projectTo2D.js.map +1 -0
- package/dist/esm/utilities/math/rectangle/distanceToPoint.js +1 -0
- package/dist/esm/utilities/math/rectangle/distanceToPoint.js.map +1 -0
- package/dist/esm/utilities/math/rectangle/index.js +1 -0
- package/dist/esm/utilities/math/rectangle/index.js.map +1 -0
- package/dist/esm/utilities/math/sphere/index.js +1 -0
- package/dist/esm/utilities/math/sphere/index.js.map +1 -0
- package/dist/esm/utilities/math/sphere/pointInSphere.js +1 -0
- package/dist/esm/utilities/math/sphere/pointInSphere.js.map +1 -0
- package/dist/esm/utilities/math/vec2/findClosestPoint.js +1 -0
- package/dist/esm/utilities/math/vec2/findClosestPoint.js.map +1 -0
- package/dist/esm/utilities/math/vec2/index.js +1 -0
- package/dist/esm/utilities/math/vec2/index.js.map +1 -0
- package/dist/esm/utilities/math/vec2/liangBarksyClip.js +1 -0
- package/dist/esm/utilities/math/vec2/liangBarksyClip.js.map +1 -0
- package/dist/esm/utilities/math/vec3/interpolateVec3.js +1 -0
- package/dist/esm/utilities/math/vec3/interpolateVec3.js.map +1 -0
- package/dist/esm/utilities/orientation/getOrientationStringLPS.js +1 -0
- package/dist/esm/utilities/orientation/getOrientationStringLPS.js.map +1 -0
- package/dist/esm/utilities/orientation/index.js +1 -0
- package/dist/esm/utilities/orientation/index.js.map +1 -0
- package/dist/esm/utilities/orientation/invertOrientationStringLPS.js +1 -0
- package/dist/esm/utilities/orientation/invertOrientationStringLPS.js.map +1 -0
- package/dist/esm/utilities/planar/filterAnnotationsForDisplay.js +1 -0
- package/dist/esm/utilities/planar/filterAnnotationsForDisplay.js.map +1 -0
- package/dist/esm/utilities/planar/filterAnnotationsWithinPlane.js +1 -0
- package/dist/esm/utilities/planar/filterAnnotationsWithinPlane.js.map +1 -0
- package/dist/esm/utilities/planar/filterAnnotationsWithinSlice.js +1 -0
- package/dist/esm/utilities/planar/filterAnnotationsWithinSlice.js.map +1 -0
- package/dist/esm/utilities/planar/getPointInLineOfSightWithCriteria.js +1 -0
- package/dist/esm/utilities/planar/getPointInLineOfSightWithCriteria.js.map +1 -0
- package/dist/esm/utilities/planar/getWorldWidthAndHeightFromCorners.js +1 -0
- package/dist/esm/utilities/planar/getWorldWidthAndHeightFromCorners.js.map +1 -0
- package/dist/esm/utilities/planar/getWorldWidthAndHeightFromTwoPoints.js +1 -0
- package/dist/esm/utilities/planar/getWorldWidthAndHeightFromTwoPoints.js.map +1 -0
- package/dist/esm/utilities/planar/index.js +1 -0
- package/dist/esm/utilities/planar/index.js.map +1 -0
- package/dist/esm/utilities/planar/isPlaneIntersectingAABB.js +1 -0
- package/dist/esm/utilities/planar/isPlaneIntersectingAABB.js.map +1 -0
- package/dist/esm/utilities/planarFreehandROITool/index.js +1 -0
- package/dist/esm/utilities/planarFreehandROITool/index.js.map +1 -0
- package/dist/esm/utilities/planarFreehandROITool/interpolation/algorithms/bspline.js +1 -0
- package/dist/esm/utilities/planarFreehandROITool/interpolation/algorithms/bspline.js.map +1 -0
- package/dist/esm/utilities/planarFreehandROITool/interpolation/interpolateSegmentPoints.js +1 -0
- package/dist/esm/utilities/planarFreehandROITool/interpolation/interpolateSegmentPoints.js.map +1 -0
- package/dist/esm/utilities/planarFreehandROITool/smoothAnnotation.js +1 -0
- package/dist/esm/utilities/planarFreehandROITool/smoothAnnotation.js.map +1 -0
- package/dist/esm/utilities/planarFreehandROITool/smoothPoints.js +1 -0
- package/dist/esm/utilities/planarFreehandROITool/smoothPoints.js.map +1 -0
- package/dist/esm/utilities/pointToString.js +1 -0
- package/dist/esm/utilities/pointToString.js.map +1 -0
- package/dist/esm/utilities/polyData/utils.js +1 -0
- package/dist/esm/utilities/polyData/utils.js.map +1 -0
- package/dist/esm/utilities/rectangleROITool/getBoundsIJKFromRectangleAnnotations.js +1 -0
- package/dist/esm/utilities/rectangleROITool/getBoundsIJKFromRectangleAnnotations.js.map +1 -0
- package/dist/esm/utilities/rectangleROITool/index.js +1 -0
- package/dist/esm/utilities/rectangleROITool/index.js.map +1 -0
- package/dist/esm/utilities/rectangleROITool/isAxisAlignedRectangle.js +1 -0
- package/dist/esm/utilities/rectangleROITool/isAxisAlignedRectangle.js.map +1 -0
- package/dist/esm/utilities/scroll.js +1 -0
- package/dist/esm/utilities/scroll.js.map +1 -0
- package/dist/esm/utilities/segmentation/InterpolationManager/InterpolationManager.js +1 -0
- package/dist/esm/utilities/segmentation/InterpolationManager/InterpolationManager.js.map +1 -0
- package/dist/esm/utilities/segmentation/InterpolationManager/deleteRelatedAnnotations.js +1 -0
- package/dist/esm/utilities/segmentation/InterpolationManager/deleteRelatedAnnotations.js.map +1 -0
- package/dist/esm/utilities/segmentation/brushSizeForToolGroup.js +1 -0
- package/dist/esm/utilities/segmentation/brushSizeForToolGroup.js.map +1 -0
- package/dist/esm/utilities/segmentation/brushThresholdForToolGroup.js +1 -0
- package/dist/esm/utilities/segmentation/brushThresholdForToolGroup.js.map +1 -0
- package/dist/esm/utilities/segmentation/contourAndFindLargestBidirectional.js +1 -0
- package/dist/esm/utilities/segmentation/contourAndFindLargestBidirectional.js.map +1 -0
- package/dist/esm/utilities/segmentation/createBidirectionalToolData.js +1 -0
- package/dist/esm/utilities/segmentation/createBidirectionalToolData.js.map +1 -0
- package/dist/esm/utilities/segmentation/createLabelmapVolumeForViewport.js +1 -0
- package/dist/esm/utilities/segmentation/createLabelmapVolumeForViewport.js.map +1 -0
- package/dist/esm/utilities/segmentation/createMergedLabelmapForIndex.js +1 -0
- package/dist/esm/utilities/segmentation/createMergedLabelmapForIndex.js.map +1 -0
- package/dist/esm/utilities/segmentation/findLargestBidirectional.js +1 -0
- package/dist/esm/utilities/segmentation/findLargestBidirectional.js.map +1 -0
- package/dist/esm/utilities/segmentation/floodFill.js +1 -0
- package/dist/esm/utilities/segmentation/floodFill.js.map +1 -0
- package/dist/esm/utilities/segmentation/getBrushToolInstances.js +1 -0
- package/dist/esm/utilities/segmentation/getBrushToolInstances.js.map +1 -0
- package/dist/esm/utilities/segmentation/getDefaultRepresentationConfig.js +1 -0
- package/dist/esm/utilities/segmentation/getDefaultRepresentationConfig.js.map +1 -0
- package/dist/esm/utilities/segmentation/getHoveredContourSegmentationAnnotation.js +1 -0
- package/dist/esm/utilities/segmentation/getHoveredContourSegmentationAnnotation.js.map +1 -0
- package/dist/esm/utilities/segmentation/getSegmentIndexAtLabelmapBorder.js +1 -0
- package/dist/esm/utilities/segmentation/getSegmentIndexAtLabelmapBorder.js.map +1 -0
- package/dist/esm/utilities/segmentation/getSegmentIndexAtWorldPoint.js +1 -0
- package/dist/esm/utilities/segmentation/getSegmentIndexAtWorldPoint.js.map +1 -0
- package/dist/esm/utilities/segmentation/getUniqueSegmentIndices.js +1 -0
- package/dist/esm/utilities/segmentation/getUniqueSegmentIndices.js.map +1 -0
- package/dist/esm/utilities/segmentation/index.js +1 -0
- package/dist/esm/utilities/segmentation/index.js.map +1 -0
- package/dist/esm/utilities/segmentation/invalidateBrushCursor.js +1 -0
- package/dist/esm/utilities/segmentation/invalidateBrushCursor.js.map +1 -0
- package/dist/esm/utilities/segmentation/isLineInSegment.js +1 -0
- package/dist/esm/utilities/segmentation/isLineInSegment.js.map +1 -0
- package/dist/esm/utilities/segmentation/isValidRepresentationConfig.js +1 -0
- package/dist/esm/utilities/segmentation/isValidRepresentationConfig.js.map +1 -0
- package/dist/esm/utilities/segmentation/rectangleROIThresholdVolumeByRange.js +1 -0
- package/dist/esm/utilities/segmentation/rectangleROIThresholdVolumeByRange.js.map +1 -0
- package/dist/esm/utilities/segmentation/segmentContourAction.js +1 -0
- package/dist/esm/utilities/segmentation/segmentContourAction.js.map +1 -0
- package/dist/esm/utilities/segmentation/thresholdSegmentationByRange.js +1 -0
- package/dist/esm/utilities/segmentation/thresholdSegmentationByRange.js.map +1 -0
- package/dist/esm/utilities/segmentation/thresholdVolumeByRange.js +1 -0
- package/dist/esm/utilities/segmentation/thresholdVolumeByRange.js.map +1 -0
- package/dist/esm/utilities/segmentation/utilities.js +1 -0
- package/dist/esm/utilities/segmentation/utilities.js.map +1 -0
- package/dist/esm/utilities/stackPrefetch/index.js +1 -0
- package/dist/esm/utilities/stackPrefetch/index.js.map +1 -0
- package/dist/esm/utilities/stackPrefetch/stackContextPrefetch.js +1 -0
- package/dist/esm/utilities/stackPrefetch/stackContextPrefetch.js.map +1 -0
- package/dist/esm/utilities/stackPrefetch/stackPrefetch.js +1 -0
- package/dist/esm/utilities/stackPrefetch/stackPrefetch.js.map +1 -0
- package/dist/esm/utilities/stackPrefetch/stackPrefetchUtils.js +1 -0
- package/dist/esm/utilities/stackPrefetch/stackPrefetchUtils.js.map +1 -0
- package/dist/esm/utilities/stackPrefetch/state.js +1 -0
- package/dist/esm/utilities/stackPrefetch/state.js.map +1 -0
- package/dist/esm/utilities/throttle.js +1 -0
- package/dist/esm/utilities/throttle.js.map +1 -0
- package/dist/esm/utilities/touch/index.js +1 -0
- package/dist/esm/utilities/touch/index.js.map +1 -0
- package/dist/esm/utilities/triggerAnnotationRender.js +1 -0
- package/dist/esm/utilities/triggerAnnotationRender.js.map +1 -0
- package/dist/esm/utilities/triggerAnnotationRenderForToolGroupIds.js +1 -0
- package/dist/esm/utilities/triggerAnnotationRenderForToolGroupIds.js.map +1 -0
- package/dist/esm/utilities/triggerAnnotationRenderForViewportIds.js +1 -0
- package/dist/esm/utilities/triggerAnnotationRenderForViewportIds.js.map +1 -0
- package/dist/esm/utilities/viewport/index.js +1 -0
- package/dist/esm/utilities/viewport/index.js.map +1 -0
- package/dist/esm/utilities/viewport/isViewportPreScaled.js +1 -0
- package/dist/esm/utilities/viewport/isViewportPreScaled.js.map +1 -0
- package/dist/esm/utilities/viewport/jumpToSlice.js +1 -0
- package/dist/esm/utilities/viewport/jumpToSlice.js.map +1 -0
- package/dist/esm/utilities/viewport/jumpToWorld.js +1 -0
- package/dist/esm/utilities/viewport/jumpToWorld.js.map +1 -0
- package/dist/esm/utilities/viewportFilters/filterViewportsWithFrameOfReferenceUID.js +1 -0
- package/dist/esm/utilities/viewportFilters/filterViewportsWithFrameOfReferenceUID.js.map +1 -0
- package/dist/esm/utilities/viewportFilters/filterViewportsWithParallelNormals.js +1 -0
- package/dist/esm/utilities/viewportFilters/filterViewportsWithParallelNormals.js.map +1 -0
- package/dist/esm/utilities/viewportFilters/filterViewportsWithSameOrientation.js +1 -0
- package/dist/esm/utilities/viewportFilters/filterViewportsWithSameOrientation.js.map +1 -0
- package/dist/esm/utilities/viewportFilters/filterViewportsWithToolEnabled.js +1 -0
- package/dist/esm/utilities/viewportFilters/filterViewportsWithToolEnabled.js.map +1 -0
- package/dist/esm/utilities/viewportFilters/getViewportIdsWithToolToRender.js +1 -0
- package/dist/esm/utilities/viewportFilters/getViewportIdsWithToolToRender.js.map +1 -0
- package/dist/esm/utilities/viewportFilters/index.js +1 -0
- package/dist/esm/utilities/viewportFilters/index.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/Colorbar.js +1 -0
- package/dist/esm/utilities/voi/colorbar/Colorbar.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/ColorbarCanvas.js +4 -0
- package/dist/esm/utilities/voi/colorbar/ColorbarCanvas.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/ColorbarTicks.js +1 -0
- package/dist/esm/utilities/voi/colorbar/ColorbarTicks.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/ViewportColorbar.js +1 -0
- package/dist/esm/utilities/voi/colorbar/ViewportColorbar.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/common/areColorbarRangesEqual.js +1 -0
- package/dist/esm/utilities/voi/colorbar/common/areColorbarRangesEqual.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/common/areColorbarSizesEqual.js +1 -0
- package/dist/esm/utilities/voi/colorbar/common/areColorbarSizesEqual.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/common/index.js +1 -0
- package/dist/esm/utilities/voi/colorbar/common/index.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/common/isColorbarSizeValid.js +1 -0
- package/dist/esm/utilities/voi/colorbar/common/isColorbarSizeValid.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/common/isRangeTextPositionValid.js +1 -0
- package/dist/esm/utilities/voi/colorbar/common/isRangeTextPositionValid.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/common/isRangeValid.js +1 -0
- package/dist/esm/utilities/voi/colorbar/common/isRangeValid.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/enums/ColorbarRangeTextPosition.js +1 -0
- package/dist/esm/utilities/voi/colorbar/enums/ColorbarRangeTextPosition.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/enums/index.js +1 -0
- package/dist/esm/utilities/voi/colorbar/enums/index.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/index.js +1 -0
- package/dist/esm/utilities/voi/colorbar/index.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/types/ColorbarCanvasProps.js +1 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarCanvasProps.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/types/ColorbarCommonProps.js +1 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarCommonProps.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/types/ColorbarImageRange.js +1 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarImageRange.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/types/ColorbarProps.js +1 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarProps.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/types/ColorbarSize.js +1 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarSize.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksProps.js +1 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksProps.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksStyle.js +1 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksStyle.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/types/ColorbarVOIRange.js +1 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarVOIRange.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/types/ViewportColorbarProps.js +1 -1
- package/dist/esm/utilities/voi/colorbar/types/ViewportColorbarProps.js.map +1 -0
- package/dist/esm/utilities/voi/colorbar/types/index.js +1 -1
- package/dist/esm/utilities/voi/colorbar/types/index.js.map +1 -0
- package/dist/esm/utilities/voi/index.js +1 -0
- package/dist/esm/utilities/voi/index.js.map +1 -0
- package/dist/esm/utilities/voi/windowlevel/calculateMinMaxMean.js +1 -0
- package/dist/esm/utilities/voi/windowlevel/calculateMinMaxMean.js.map +1 -0
- package/dist/esm/utilities/voi/windowlevel/extractWindowLevelRegionToolData.js +1 -0
- package/dist/esm/utilities/voi/windowlevel/extractWindowLevelRegionToolData.js.map +1 -0
- package/dist/esm/utilities/voi/windowlevel/getLuminanceFromRegion.js +1 -0
- package/dist/esm/utilities/voi/windowlevel/getLuminanceFromRegion.js.map +1 -0
- package/dist/esm/utilities/voi/windowlevel/index.js +1 -0
- package/dist/esm/utilities/voi/windowlevel/index.js.map +1 -0
- package/dist/esm/widgets/Widget.js +1 -0
- package/dist/esm/widgets/Widget.js.map +1 -0
- package/dist/esm/widgets/types/WidgetProps.js +1 -1
- package/dist/esm/widgets/types/WidgetProps.js.map +1 -0
- package/dist/esm/widgets/types/WidgetSize.js +1 -1
- package/dist/esm/widgets/types/WidgetSize.js.map +1 -0
- package/dist/esm/widgets/types/index.js +1 -1
- package/dist/esm/widgets/types/index.js.map +1 -0
- package/dist/esm/workers/polySegConverters.js +1 -0
- package/dist/esm/workers/polySegConverters.js.map +1 -0
- package/package.json +57 -20
- package/dist/umd/17dd54813d5acc10bf8f.wasm +0 -0
- package/dist/umd/78.index.js +0 -3
- package/dist/umd/78.index.js.LICENSE.txt +0 -5
- package/dist/umd/78.index.js.map +0 -1
- package/dist/umd/985.index.js +0 -2
- package/dist/umd/985.index.js.map +0 -1
- package/dist/umd/index.js +0 -3
- package/dist/umd/index.js.LICENSE.txt +0 -6
- package/dist/umd/index.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=AnnotationGroupSelector.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnnotationGroupSelector.js","sourceRoot":"/packages/tools/src/","sources":["types/AnnotationGroupSelector.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=AnnotationRenderContext.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnnotationRenderContext.js","sourceRoot":"/packages/tools/src/","sources":["types/AnnotationRenderContext.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=AnnotationStyle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnnotationStyle.js","sourceRoot":"/packages/tools/src/","sources":["types/AnnotationStyle.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=AnnotationTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnnotationTypes.js","sourceRoot":"/packages/tools/src/","sources":["types/AnnotationTypes.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=BoundsIJK.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BoundsIJK.js","sourceRoot":"/packages/tools/src/","sources":["types/BoundsIJK.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=CINETypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CINETypes.js","sourceRoot":"/packages/tools/src/","sources":["types/CINETypes.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=CalculatorTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalculatorTypes.js","sourceRoot":"/packages/tools/src/","sources":["types/CalculatorTypes.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=CardinalSplineProps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CardinalSplineProps.js","sourceRoot":"/packages/tools/src/","sources":["types/CardinalSplineProps.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=ClosestControlPoint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClosestControlPoint.js","sourceRoot":"/packages/tools/src/","sources":["types/ClosestControlPoint.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=ClosestPoint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClosestPoint.js","sourceRoot":"/packages/tools/src/","sources":["types/ClosestPoint.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=ClosestSplinePoint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClosestSplinePoint.js","sourceRoot":"/packages/tools/src/","sources":["types/ClosestSplinePoint.ts"],"names":[],"mappings":""}
|
|
@@ -4,3 +4,4 @@ export var ContourWindingDirection;
|
|
|
4
4
|
ContourWindingDirection[ContourWindingDirection["Unknown"] = 0] = "Unknown";
|
|
5
5
|
ContourWindingDirection[ContourWindingDirection["Clockwise"] = 1] = "Clockwise";
|
|
6
6
|
})(ContourWindingDirection || (ContourWindingDirection = {}));
|
|
7
|
+
//# sourceMappingURL=ContourAnnotation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContourAnnotation.js","sourceRoot":"/packages/tools/src/","sources":["types/ContourAnnotation.ts"],"names":[],"mappings":"AASA,MAAM,CAAN,IAAY,uBAIX;AAJD,WAAY,uBAAuB;IACjC,8FAAqB,CAAA;IACrB,2EAAW,CAAA;IACX,+EAAa,CAAA;AACf,CAAC,EAJW,uBAAuB,KAAvB,uBAAuB,QAIlC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=ContourSegmentationAnnotation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContourSegmentationAnnotation.js","sourceRoot":"/packages/tools/src/","sources":["types/ContourSegmentationAnnotation.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=ContourTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContourTypes.js","sourceRoot":"/packages/tools/src/","sources":["types/ContourTypes.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=ControlPointInfo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ControlPointInfo.js","sourceRoot":"/packages/tools/src/","sources":["types/ControlPointInfo.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=CursorTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CursorTypes.js","sourceRoot":"/packages/tools/src/","sources":["types/CursorTypes.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=EventTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EventTypes.js","sourceRoot":"/packages/tools/src/","sources":["types/EventTypes.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=FloodFillTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FloodFillTypes.js","sourceRoot":"/packages/tools/src/","sources":["types/FloodFillTypes.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=IAnnotationManager.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IAnnotationManager.js","sourceRoot":"/packages/tools/src/","sources":["types/IAnnotationManager.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=IBaseTool.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IBaseTool.js","sourceRoot":"/packages/tools/src/","sources":["types/IBaseTool.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=IDistance.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IDistance.js","sourceRoot":"/packages/tools/src/","sources":["types/IDistance.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=IPoints.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPoints.js","sourceRoot":"/packages/tools/src/","sources":["types/IPoints.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=ISculptToolShape.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ISculptToolShape.js","sourceRoot":"/packages/tools/src/","sources":["types/ISculptToolShape.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=ISetToolModeOptions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ISetToolModeOptions.js","sourceRoot":"/packages/tools/src/","sources":["types/ISetToolModeOptions.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=ISpline.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ISpline.js","sourceRoot":"/packages/tools/src/","sources":["types/ISpline.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=ISynchronizerEventHandler.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ISynchronizerEventHandler.js","sourceRoot":"/packages/tools/src/","sources":["types/ISynchronizerEventHandler.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=IToolClassReference.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IToolClassReference.js","sourceRoot":"/packages/tools/src/","sources":["types/IToolClassReference.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=IToolGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IToolGroup.js","sourceRoot":"/packages/tools/src/","sources":["types/IToolGroup.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=ITouchPoints.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ITouchPoints.js","sourceRoot":"/packages/tools/src/","sources":["types/ITouchPoints.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=InteractionTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InteractionTypes.js","sourceRoot":"/packages/tools/src/","sources":["types/InteractionTypes.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=InternalToolTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InternalToolTypes.js","sourceRoot":"/packages/tools/src/","sources":["types/InternalToolTypes.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=InterpolationTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InterpolationTypes.js","sourceRoot":"/packages/tools/src/","sources":["types/InterpolationTypes.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=JumpToSliceOptions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JumpToSliceOptions.js","sourceRoot":"/packages/tools/src/","sources":["types/JumpToSliceOptions.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=LabelmapToolOperationData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LabelmapToolOperationData.js","sourceRoot":"/packages/tools/src/","sources":["types/LabelmapToolOperationData.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=LabelmapTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LabelmapTypes.js","sourceRoot":"/packages/tools/src/","sources":["types/LabelmapTypes.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=PlanarBoundingBox.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlanarBoundingBox.js","sourceRoot":"/packages/tools/src/","sources":["types/PlanarBoundingBox.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=PolySeg.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PolySeg.js","sourceRoot":"/packages/tools/src/","sources":["types/PolySeg.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=SVGDrawingHelper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SVGDrawingHelper.js","sourceRoot":"/packages/tools/src/","sources":["types/SVGDrawingHelper.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=ScrollOptions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScrollOptions.js","sourceRoot":"/packages/tools/src/","sources":["types/ScrollOptions.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=SegmentationStateTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SegmentationStateTypes.js","sourceRoot":"/packages/tools/src/","sources":["types/SegmentationStateTypes.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=SplineCurveSegment.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SplineCurveSegment.js","sourceRoot":"/packages/tools/src/","sources":["types/SplineCurveSegment.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=SplineLineSegment.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SplineLineSegment.js","sourceRoot":"/packages/tools/src/","sources":["types/SplineLineSegment.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=SplineProps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SplineProps.js","sourceRoot":"/packages/tools/src/","sources":["types/SplineProps.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=SurfaceTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SurfaceTypes.js","sourceRoot":"/packages/tools/src/","sources":["types/SurfaceTypes.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=ToolAction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolAction.js","sourceRoot":"/packages/tools/src/","sources":["types/ToolAction.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=ToolHandle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolHandle.js","sourceRoot":"/packages/tools/src/","sources":["types/ToolHandle.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=ToolProps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolProps.js","sourceRoot":"/packages/tools/src/","sources":["types/ToolProps.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=ToolSpecificAnnotationTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolSpecificAnnotationTypes.js","sourceRoot":"/packages/tools/src/","sources":["types/ToolSpecificAnnotationTypes.ts"],"names":[],"mappings":""}
|
package/dist/esm/types/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"/packages/tools/src/","sources":["types/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BucketQueue.js","sourceRoot":"/packages/tools/src/","sources":["utilities/BucketQueue.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"annotationFrameRange.js","sourceRoot":"/packages/tools/src/","sources":["utilities/annotationFrameRange.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAChE,OAAO,MAAM,MAAM,iBAAiB,CAAC;AAUrC,MAAM,CAAC,OAAO,OAAO,oBAAoB;aACtB,wBAAmB,GAClC,yCAAyC,CAAC;IAElC,MAAM,CAAC,eAAe,CAAC,OAAe;QAC9C,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QACtD,IAAI,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC;YACxB,OAAO,IAAI,CAAC;QACd,CAAC;QACD,MAAM,KAAK,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC;QAC1D,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YACvB,OAAO,KAAK,CAAC,CAAC,CAAC,CAAC;QAClB,CAAC;QACD,OAAO,KAAoB,CAAC;IAC9B,CAAC;IAEM,MAAM,CAAC,cAAc,CAAC,KAAK;QAChC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC;YACzB,OAAO,GAAG,KAAK,CAAC,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC;QACnC,CAAC;QACD,OAAO,MAAM,CAAC,KAAK,CAAC,CAAC;IACvB,CAAC;IAES,MAAM,CAAC,eAAe,CAC9B,OAAe,EACf,KAA2B;QAE3B,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QACtD,IAAI,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC;YACxB,OAAO,IAAI,CAAC;QACd,CAAC;QACD,MAAM,cAAc,GAAG,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;QAClD,OAAO,OAAO,CAAC,OAAO,CACpB,IAAI,CAAC,mBAAmB,EACxB,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,cAAc,EAAE,CAC/B,CAAC;IACJ,CAAC;IAQM,MAAM,CAAC,aAAa,CACzB,UAAsB,EACtB,KAA2B,EAC3B,SAA6C;QAE7C,MAAM,EAAE,iBAAiB,EAAE,GAAG,UAAU,CAAC,QAAQ,CAAC;QAClD,UAAU,CAAC,QAAQ,CAAC,iBAAiB,GAAG,IAAI,CAAC,eAAe,CAC1D,iBAAiB,EACjB,KAAK,CACN,CAAC;QACF,MAAM,WAAW,GAAG;YAClB,GAAG,SAAS;YACZ,UAAU;SACX,CAAC;QACF,YAAY,CAAC,WAAW,EAAE,MAAM,CAAC,mBAAmB,EAAE,WAAW,CAAC,CAAC;IACrE,CAAC;IAEM,MAAM,CAAC,aAAa,CACzB,UAAsB;QAEtB,OAAO,IAAI,CAAC,eAAe,CAAC,UAAU,CAAC,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IACrE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"annotationHydration.js","sourceRoot":"/packages/tools/src/","sources":["utilities/annotationHydration.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"extend2DBoundingBoxInViewAxis.js","sourceRoot":"/packages/tools/src/","sources":["utilities/boundingBox/extend2DBoundingBoxInViewAxis.ts"],"names":[],"mappings":"AAWA,SAAS,6BAA6B,CACpC,SAAqD,EACrD,kBAA0B;IAG1B,MAAM,gBAAgB,GAAG,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,GAAG,EAAE,GAAG,CAAC,EAAE,EAAE,CAAC,GAAG,KAAK,GAAG,CAAC,CAAC;IAE1E,IAAI,gBAAgB,KAAK,CAAC,CAAC,EAAE,CAAC;QAC5B,MAAM,IAAI,KAAK,CAAC,qDAAqD,CAAC,CAAC;IACzE,CAAC;IAGD,SAAS,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,IAAI,kBAAkB,CAAC;IACrD,SAAS,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,IAAI,kBAAkB,CAAC;IACrD,OAAO,SAAS,CAAC;AACnB,CAAC;AAED,eAAe,6BAA6B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBoundingBoxAroundShape.js","sourceRoot":"/packages/tools/src/","sources":["utilities/boundingBox/getBoundingBoxAroundShape.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import extend2DBoundingBoxInViewAxis from './extend2DBoundingBoxInViewAxis';
|
|
2
2
|
import { getBoundingBoxAroundShapeIJK, getBoundingBoxAroundShapeWorld, } from './getBoundingBoxAroundShape';
|
|
3
3
|
export { extend2DBoundingBoxInViewAxis, getBoundingBoxAroundShapeIJK, getBoundingBoxAroundShapeWorld, getBoundingBoxAroundShapeIJK as getBoundingBoxAroundShape, };
|
|
4
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"/packages/tools/src/","sources":["utilities/boundingBox/index.ts"],"names":[],"mappings":"AAAA,OAAO,6BAA6B,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,4BAA4B,EAC5B,8BAA8B,GAC/B,MAAM,6BAA6B,CAAC;AAErC,OAAO,EACL,6BAA6B,EAC7B,4BAA4B,EAC5B,8BAA8B,EAE9B,4BAA4B,IAAI,yBAAyB,GAC1D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calibrateImageSpacing.js","sourceRoot":"/packages/tools/src/","sources":["utilities/calibrateImageSpacing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAGvD,MAAM,EAAE,sCAAsC,EAAE,GAAG,SAAS,CAAC;AAU7D,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAC3C,OAAe,EACf,eAAuC,EACvC,kBAAoD;IAGpD,IAAI,OAAO,kBAAkB,KAAK,QAAQ,EAAE,CAAC;QAC3C,kBAAkB,GAAG;YACnB,IAAI,EAAE,KAAK,CAAC,gBAAgB,CAAC,IAAI;YACjC,KAAK,EAAE,kBAAkB;SAC1B,CAAC;IACJ,CAAC;IAED,sCAAsC,CAAC,GAAG,CAAC,OAAO,EAAE,kBAAkB,CAAC,CAAC;IAGxE,MAAM,SAAS,GAAG,eAAe,CAAC,iBAAiB,EAAE,CAAC;IAGtD,SAAS,CAAC,OAAO,CAAC,CAAC,QAAQ,EAAE,EAAE;QAC7B,MAAM,QAAQ,GAAG,QAAQ,CAAC,WAAW,EAAE,CAAC;QACxC,IAAI,QAAQ,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE,CAAC;YAC/B,QAAQ,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACrC,CAAC;IACH,CAAC,CAAC,CAAC;AAKL,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.js","sourceRoot":"/packages/tools/src/","sources":["utilities/cine/events.ts"],"names":[],"mappings":"AAGA,IAAK,MAGJ;AAHD,WAAK,MAAM;IACT,wDAA8C,CAAA;IAC9C,wDAA8C,CAAA;AAChD,CAAC,EAHI,MAAM,KAAN,MAAM,QAGV;AAED,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"/packages/tools/src/","sources":["utilities/cine/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAErD,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,YAAY,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"playClip.js","sourceRoot":"/packages/tools/src/","sources":["utilities/cine/playClip.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"state.js","sourceRoot":"/packages/tools/src/","sources":["utilities/cine/state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAGxD,MAAM,KAAK,GAAuC,EAAE,CAAC;AAErD,SAAS,YAAY,CAAC,OAAuB,EAAE,IAAwB;IACrE,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAClD,MAAM,EAAE,UAAU,EAAE,GAAG,cAAc,CAAC;IACtC,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;AAC3B,CAAC;AAED,SAAS,YAAY,CAAC,OAAuB;IAC3C,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAClD,MAAM,EAAE,UAAU,EAAE,GAAG,cAAc,CAAC;IACtC,OAAO,KAAK,CAAC,UAAU,CAAC,CAAC;AAC3B,CAAC;AAED,SAAS,wBAAwB,CAC/B,UAAkB;IAElB,OAAO,KAAK,CAAC,UAAU,CAAC,CAAC;AAC3B,CAAC;AAED,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,wBAAwB,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clip.js","sourceRoot":"/packages/tools/src/","sources":["utilities/clip.js"],"names":[],"mappings":"AAUA,MAAM,UAAU,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI;IACjC,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,EAAE,IAAI,CAAC,CAAC;AAC5C,CAAC;AAWD,MAAM,UAAU,SAAS,CAAC,KAAK,EAAE,GAAG;IAElC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC;IACtC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;AACzC,CAAC;AAED,eAAe,IAAI,CAAC"}
|