@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.
Files changed (1266) hide show
  1. package/dist/esm/constants/COLOR_LUT.js +1 -0
  2. package/dist/esm/constants/COLOR_LUT.js.map +1 -0
  3. package/dist/esm/constants/index.js +1 -0
  4. package/dist/esm/constants/index.js.map +1 -0
  5. package/dist/esm/cursors/ImageMouseCursor.js +1 -0
  6. package/dist/esm/cursors/ImageMouseCursor.js.map +1 -0
  7. package/dist/esm/cursors/MouseCursor.js +1 -0
  8. package/dist/esm/cursors/MouseCursor.js.map +1 -0
  9. package/dist/esm/cursors/SVGCursorDescriptor.js +1 -0
  10. package/dist/esm/cursors/SVGCursorDescriptor.js.map +1 -0
  11. package/dist/esm/cursors/SVGMouseCursor.js +1 -0
  12. package/dist/esm/cursors/SVGMouseCursor.js.map +1 -0
  13. package/dist/esm/cursors/elementCursor.js +1 -0
  14. package/dist/esm/cursors/elementCursor.js.map +1 -0
  15. package/dist/esm/cursors/index.js +1 -0
  16. package/dist/esm/cursors/index.js.map +1 -0
  17. package/dist/esm/cursors/setCursorForElement.js +1 -0
  18. package/dist/esm/cursors/setCursorForElement.js.map +1 -0
  19. package/dist/esm/drawingSvg/_getHash.js +1 -0
  20. package/dist/esm/drawingSvg/_getHash.js.map +1 -0
  21. package/dist/esm/drawingSvg/clearByToolType.js +1 -0
  22. package/dist/esm/drawingSvg/clearByToolType.js.map +1 -0
  23. package/dist/esm/drawingSvg/draw.js +1 -0
  24. package/dist/esm/drawingSvg/draw.js.map +1 -0
  25. package/dist/esm/drawingSvg/drawArrow.js +1 -0
  26. package/dist/esm/drawingSvg/drawArrow.js.map +1 -0
  27. package/dist/esm/drawingSvg/drawCircle.js +1 -0
  28. package/dist/esm/drawingSvg/drawCircle.js.map +1 -0
  29. package/dist/esm/drawingSvg/drawEllipse.js +1 -0
  30. package/dist/esm/drawingSvg/drawEllipse.js.map +1 -0
  31. package/dist/esm/drawingSvg/drawEllipseByCoordinates.js +1 -0
  32. package/dist/esm/drawingSvg/drawEllipseByCoordinates.js.map +1 -0
  33. package/dist/esm/drawingSvg/drawHandle.js +1 -0
  34. package/dist/esm/drawingSvg/drawHandle.js.map +1 -0
  35. package/dist/esm/drawingSvg/drawHandles.js +1 -0
  36. package/dist/esm/drawingSvg/drawHandles.js.map +1 -0
  37. package/dist/esm/drawingSvg/drawHeight.js +1 -0
  38. package/dist/esm/drawingSvg/drawHeight.js.map +1 -0
  39. package/dist/esm/drawingSvg/drawLine.js +1 -0
  40. package/dist/esm/drawingSvg/drawLine.js.map +1 -0
  41. package/dist/esm/drawingSvg/drawLink.js +1 -0
  42. package/dist/esm/drawingSvg/drawLink.js.map +1 -0
  43. package/dist/esm/drawingSvg/drawLinkedTextBox.js +1 -0
  44. package/dist/esm/drawingSvg/drawLinkedTextBox.js.map +1 -0
  45. package/dist/esm/drawingSvg/drawPath.js +1 -0
  46. package/dist/esm/drawingSvg/drawPath.js.map +1 -0
  47. package/dist/esm/drawingSvg/drawPolyline.js +1 -0
  48. package/dist/esm/drawingSvg/drawPolyline.js.map +1 -0
  49. package/dist/esm/drawingSvg/drawRect.js +1 -0
  50. package/dist/esm/drawingSvg/drawRect.js.map +1 -0
  51. package/dist/esm/drawingSvg/drawRectByCoordinates.js +1 -0
  52. package/dist/esm/drawingSvg/drawRectByCoordinates.js.map +1 -0
  53. package/dist/esm/drawingSvg/drawRedactionRect.js +1 -0
  54. package/dist/esm/drawingSvg/drawRedactionRect.js.map +1 -0
  55. package/dist/esm/drawingSvg/drawTextBox.js +1 -0
  56. package/dist/esm/drawingSvg/drawTextBox.js.map +1 -0
  57. package/dist/esm/drawingSvg/getSvgDrawingHelper.js +1 -0
  58. package/dist/esm/drawingSvg/getSvgDrawingHelper.js.map +1 -0
  59. package/dist/esm/drawingSvg/index.js +1 -0
  60. package/dist/esm/drawingSvg/index.js.map +1 -0
  61. package/dist/esm/drawingSvg/setAttributesIfNecessary.js +1 -0
  62. package/dist/esm/drawingSvg/setAttributesIfNecessary.js.map +1 -0
  63. package/dist/esm/drawingSvg/setNewAttributesIfValid.js +1 -0
  64. package/dist/esm/drawingSvg/setNewAttributesIfValid.js.map +1 -0
  65. package/dist/esm/enums/AnnotationStyleStates.js +1 -0
  66. package/dist/esm/enums/AnnotationStyleStates.js.map +1 -0
  67. package/dist/esm/enums/ChangeTypes.js +1 -0
  68. package/dist/esm/enums/ChangeTypes.js.map +1 -0
  69. package/dist/esm/enums/Events.js +1 -0
  70. package/dist/esm/enums/Events.js.map +1 -0
  71. package/dist/esm/enums/SegmentationRepresentations.js +1 -0
  72. package/dist/esm/enums/SegmentationRepresentations.js.map +1 -0
  73. package/dist/esm/enums/StrategyCallbacks.js +1 -0
  74. package/dist/esm/enums/StrategyCallbacks.js.map +1 -0
  75. package/dist/esm/enums/ToolBindings.js +1 -0
  76. package/dist/esm/enums/ToolBindings.js.map +1 -0
  77. package/dist/esm/enums/ToolModes.js +1 -0
  78. package/dist/esm/enums/ToolModes.js.map +1 -0
  79. package/dist/esm/enums/Touch.js +1 -0
  80. package/dist/esm/enums/Touch.js.map +1 -0
  81. package/dist/esm/enums/WorkerTypes.js +1 -0
  82. package/dist/esm/enums/WorkerTypes.js.map +1 -0
  83. package/dist/esm/enums/index.js +1 -0
  84. package/dist/esm/enums/index.js.map +1 -0
  85. package/dist/esm/eventDispatchers/annotationInterpolationEventDispatcher.js +1 -0
  86. package/dist/esm/eventDispatchers/annotationInterpolationEventDispatcher.js.map +1 -0
  87. package/dist/esm/eventDispatchers/annotationModifiedEventDispatcher.js +1 -0
  88. package/dist/esm/eventDispatchers/annotationModifiedEventDispatcher.js.map +1 -0
  89. package/dist/esm/eventDispatchers/cameraModifiedEventDispatcher.js +1 -0
  90. package/dist/esm/eventDispatchers/cameraModifiedEventDispatcher.js.map +1 -0
  91. package/dist/esm/eventDispatchers/cameraResetEventDispatcher.js +1 -0
  92. package/dist/esm/eventDispatchers/cameraResetEventDispatcher.js.map +1 -0
  93. package/dist/esm/eventDispatchers/imageRenderedEventDispatcher.js +1 -0
  94. package/dist/esm/eventDispatchers/imageRenderedEventDispatcher.js.map +1 -0
  95. package/dist/esm/eventDispatchers/imageSpacingCalibratedEventDispatcher.js +1 -0
  96. package/dist/esm/eventDispatchers/imageSpacingCalibratedEventDispatcher.js.map +1 -0
  97. package/dist/esm/eventDispatchers/index.js +1 -0
  98. package/dist/esm/eventDispatchers/index.js.map +1 -0
  99. package/dist/esm/eventDispatchers/keyboardEventHandlers/index.js +1 -0
  100. package/dist/esm/eventDispatchers/keyboardEventHandlers/index.js.map +1 -0
  101. package/dist/esm/eventDispatchers/keyboardEventHandlers/keyDown.js +1 -0
  102. package/dist/esm/eventDispatchers/keyboardEventHandlers/keyDown.js.map +1 -0
  103. package/dist/esm/eventDispatchers/keyboardEventHandlers/keyUp.js +1 -0
  104. package/dist/esm/eventDispatchers/keyboardEventHandlers/keyUp.js.map +1 -0
  105. package/dist/esm/eventDispatchers/keyboardToolEventDispatcher.js +1 -0
  106. package/dist/esm/eventDispatchers/keyboardToolEventDispatcher.js.map +1 -0
  107. package/dist/esm/eventDispatchers/mouseEventHandlers/index.js +1 -0
  108. package/dist/esm/eventDispatchers/mouseEventHandlers/index.js.map +1 -0
  109. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseClick.js +1 -0
  110. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseClick.js.map +1 -0
  111. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDoubleClick.js +1 -0
  112. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDoubleClick.js.map +1 -0
  113. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDown.js +1 -0
  114. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDown.js.map +1 -0
  115. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownActivate.js +1 -0
  116. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownActivate.js.map +1 -0
  117. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownAnnotationAction.js +1 -0
  118. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownAnnotationAction.js.map +1 -0
  119. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDrag.js +1 -0
  120. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDrag.js.map +1 -0
  121. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseMove.js +1 -0
  122. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseMove.js.map +1 -0
  123. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseUp.js +1 -0
  124. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseUp.js.map +1 -0
  125. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseWheel.js +1 -0
  126. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseWheel.js.map +1 -0
  127. package/dist/esm/eventDispatchers/mouseToolEventDispatcher.js +1 -0
  128. package/dist/esm/eventDispatchers/mouseToolEventDispatcher.js.map +1 -0
  129. package/dist/esm/eventDispatchers/shared/customCallbackHandler.js +1 -0
  130. package/dist/esm/eventDispatchers/shared/customCallbackHandler.js.map +1 -0
  131. package/dist/esm/eventDispatchers/shared/getActiveToolForKeyboardEvent.js +1 -0
  132. package/dist/esm/eventDispatchers/shared/getActiveToolForKeyboardEvent.js.map +1 -0
  133. package/dist/esm/eventDispatchers/shared/getActiveToolForMouseEvent.js +1 -0
  134. package/dist/esm/eventDispatchers/shared/getActiveToolForMouseEvent.js.map +1 -0
  135. package/dist/esm/eventDispatchers/shared/getActiveToolForTouchEvent.js +1 -0
  136. package/dist/esm/eventDispatchers/shared/getActiveToolForTouchEvent.js.map +1 -0
  137. package/dist/esm/eventDispatchers/shared/getMouseModifier.js +1 -0
  138. package/dist/esm/eventDispatchers/shared/getMouseModifier.js.map +1 -0
  139. package/dist/esm/eventDispatchers/shared/getToolsWithActionsForKeyboardEvents.js +1 -0
  140. package/dist/esm/eventDispatchers/shared/getToolsWithActionsForKeyboardEvents.js.map +1 -0
  141. package/dist/esm/eventDispatchers/shared/getToolsWithActionsForMouseEvent.js +1 -0
  142. package/dist/esm/eventDispatchers/shared/getToolsWithActionsForMouseEvent.js.map +1 -0
  143. package/dist/esm/eventDispatchers/shared/getToolsWithModesForMouseEvent.js +1 -0
  144. package/dist/esm/eventDispatchers/shared/getToolsWithModesForMouseEvent.js.map +1 -0
  145. package/dist/esm/eventDispatchers/shared/getToolsWithModesForTouchEvent.js +1 -0
  146. package/dist/esm/eventDispatchers/shared/getToolsWithModesForTouchEvent.js.map +1 -0
  147. package/dist/esm/eventDispatchers/touchEventHandlers/index.js +1 -0
  148. package/dist/esm/eventDispatchers/touchEventHandlers/index.js.map +1 -0
  149. package/dist/esm/eventDispatchers/touchEventHandlers/touchDrag.js +1 -0
  150. package/dist/esm/eventDispatchers/touchEventHandlers/touchDrag.js.map +1 -0
  151. package/dist/esm/eventDispatchers/touchEventHandlers/touchEnd.js +1 -0
  152. package/dist/esm/eventDispatchers/touchEventHandlers/touchEnd.js.map +1 -0
  153. package/dist/esm/eventDispatchers/touchEventHandlers/touchPress.js +1 -0
  154. package/dist/esm/eventDispatchers/touchEventHandlers/touchPress.js.map +1 -0
  155. package/dist/esm/eventDispatchers/touchEventHandlers/touchStart.js +1 -0
  156. package/dist/esm/eventDispatchers/touchEventHandlers/touchStart.js.map +1 -0
  157. package/dist/esm/eventDispatchers/touchEventHandlers/touchStartActivate.js +1 -0
  158. package/dist/esm/eventDispatchers/touchEventHandlers/touchStartActivate.js.map +1 -0
  159. package/dist/esm/eventDispatchers/touchEventHandlers/touchTap.js +1 -0
  160. package/dist/esm/eventDispatchers/touchEventHandlers/touchTap.js.map +1 -0
  161. package/dist/esm/eventDispatchers/touchToolEventDispatcher.js +1 -0
  162. package/dist/esm/eventDispatchers/touchToolEventDispatcher.js.map +1 -0
  163. package/dist/esm/eventListeners/annotations/annotationCompletedListener.js +1 -0
  164. package/dist/esm/eventListeners/annotations/annotationCompletedListener.js.map +1 -0
  165. package/dist/esm/eventListeners/annotations/annotationModifiedListener.js +1 -0
  166. package/dist/esm/eventListeners/annotations/annotationModifiedListener.js.map +1 -0
  167. package/dist/esm/eventListeners/annotations/annotationRemovedListener.js +1 -0
  168. package/dist/esm/eventListeners/annotations/annotationRemovedListener.js.map +1 -0
  169. package/dist/esm/eventListeners/annotations/annotationSelectionListener.js +1 -0
  170. package/dist/esm/eventListeners/annotations/annotationSelectionListener.js.map +1 -0
  171. package/dist/esm/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.js +1 -0
  172. package/dist/esm/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.js.map +1 -0
  173. package/dist/esm/eventListeners/annotations/contourSegmentation/contourSegmentationRemoved.js +1 -0
  174. package/dist/esm/eventListeners/annotations/contourSegmentation/contourSegmentationRemoved.js.map +1 -0
  175. package/dist/esm/eventListeners/annotations/contourSegmentation/index.js +1 -0
  176. package/dist/esm/eventListeners/annotations/contourSegmentation/index.js.map +1 -0
  177. package/dist/esm/eventListeners/annotations/index.js +1 -0
  178. package/dist/esm/eventListeners/annotations/index.js.map +1 -0
  179. package/dist/esm/eventListeners/index.js +1 -0
  180. package/dist/esm/eventListeners/index.js.map +1 -0
  181. package/dist/esm/eventListeners/keyboard/index.js +1 -0
  182. package/dist/esm/eventListeners/keyboard/index.js.map +1 -0
  183. package/dist/esm/eventListeners/keyboard/keyDownListener.js +1 -0
  184. package/dist/esm/eventListeners/keyboard/keyDownListener.js.map +1 -0
  185. package/dist/esm/eventListeners/mouse/getMouseEventPoints.js +1 -0
  186. package/dist/esm/eventListeners/mouse/getMouseEventPoints.js.map +1 -0
  187. package/dist/esm/eventListeners/mouse/index.js +1 -0
  188. package/dist/esm/eventListeners/mouse/index.js.map +1 -0
  189. package/dist/esm/eventListeners/mouse/mouseDoubleClickListener.js +1 -0
  190. package/dist/esm/eventListeners/mouse/mouseDoubleClickListener.js.map +1 -0
  191. package/dist/esm/eventListeners/mouse/mouseDownListener.js +1 -0
  192. package/dist/esm/eventListeners/mouse/mouseDownListener.js.map +1 -0
  193. package/dist/esm/eventListeners/mouse/mouseMoveListener.js +1 -0
  194. package/dist/esm/eventListeners/mouse/mouseMoveListener.js.map +1 -0
  195. package/dist/esm/eventListeners/segmentation/imageChangeEventListener.js +1 -0
  196. package/dist/esm/eventListeners/segmentation/imageChangeEventListener.js.map +1 -0
  197. package/dist/esm/eventListeners/segmentation/index.js +1 -0
  198. package/dist/esm/eventListeners/segmentation/index.js.map +1 -0
  199. package/dist/esm/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.js +1 -0
  200. package/dist/esm/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.js.map +1 -0
  201. package/dist/esm/eventListeners/segmentation/segmentationDataModifiedEventListener.js +1 -0
  202. package/dist/esm/eventListeners/segmentation/segmentationDataModifiedEventListener.js.map +1 -0
  203. package/dist/esm/eventListeners/segmentation/segmentationModifiedEventListener.js +1 -0
  204. package/dist/esm/eventListeners/segmentation/segmentationModifiedEventListener.js.map +1 -0
  205. package/dist/esm/eventListeners/segmentation/segmentationRepresentationModifiedEventListener.js +1 -0
  206. package/dist/esm/eventListeners/segmentation/segmentationRepresentationModifiedEventListener.js.map +1 -0
  207. package/dist/esm/eventListeners/segmentation/segmentationRepresentationRemovedEventListener.js +1 -0
  208. package/dist/esm/eventListeners/segmentation/segmentationRepresentationRemovedEventListener.js.map +1 -0
  209. package/dist/esm/eventListeners/touch/getTouchEventPoints.js +1 -0
  210. package/dist/esm/eventListeners/touch/getTouchEventPoints.js.map +1 -0
  211. package/dist/esm/eventListeners/touch/index.js +1 -0
  212. package/dist/esm/eventListeners/touch/index.js.map +1 -0
  213. package/dist/esm/eventListeners/touch/preventGhostClick.js +1 -0
  214. package/dist/esm/eventListeners/touch/preventGhostClick.js.map +1 -0
  215. package/dist/esm/eventListeners/touch/touchStartListener.js +1 -0
  216. package/dist/esm/eventListeners/touch/touchStartListener.js.map +1 -0
  217. package/dist/esm/eventListeners/wheel/index.js +1 -0
  218. package/dist/esm/eventListeners/wheel/index.js.map +1 -0
  219. package/dist/esm/eventListeners/wheel/normalizeWheel.js +1 -0
  220. package/dist/esm/eventListeners/wheel/normalizeWheel.js.map +1 -0
  221. package/dist/esm/eventListeners/wheel/wheelListener.js +1 -0
  222. package/dist/esm/eventListeners/wheel/wheelListener.js.map +1 -0
  223. package/dist/esm/index.js +1 -0
  224. package/dist/esm/index.js.map +1 -0
  225. package/dist/esm/init.js +1 -0
  226. package/dist/esm/init.js.map +1 -0
  227. package/dist/esm/stateManagement/annotation/AnnotationGroup.js +1 -0
  228. package/dist/esm/stateManagement/annotation/AnnotationGroup.js.map +1 -0
  229. package/dist/esm/stateManagement/annotation/AnnotationRenderingEngine.js +1 -0
  230. package/dist/esm/stateManagement/annotation/AnnotationRenderingEngine.js.map +1 -0
  231. package/dist/esm/stateManagement/annotation/FrameOfReferenceSpecificAnnotationManager.js +1 -0
  232. package/dist/esm/stateManagement/annotation/FrameOfReferenceSpecificAnnotationManager.js.map +1 -0
  233. package/dist/esm/stateManagement/annotation/annotationLocking.js +1 -0
  234. package/dist/esm/stateManagement/annotation/annotationLocking.js.map +1 -0
  235. package/dist/esm/stateManagement/annotation/annotationSelection.js +1 -0
  236. package/dist/esm/stateManagement/annotation/annotationSelection.js.map +1 -0
  237. package/dist/esm/stateManagement/annotation/annotationState.js +1 -0
  238. package/dist/esm/stateManagement/annotation/annotationState.js.map +1 -0
  239. package/dist/esm/stateManagement/annotation/annotationVisibility.js +1 -0
  240. package/dist/esm/stateManagement/annotation/annotationVisibility.js.map +1 -0
  241. package/dist/esm/stateManagement/annotation/config/ToolStyle.js +1 -0
  242. package/dist/esm/stateManagement/annotation/config/ToolStyle.js.map +1 -0
  243. package/dist/esm/stateManagement/annotation/config/getFont.js +1 -0
  244. package/dist/esm/stateManagement/annotation/config/getFont.js.map +1 -0
  245. package/dist/esm/stateManagement/annotation/config/getState.js +1 -0
  246. package/dist/esm/stateManagement/annotation/config/getState.js.map +1 -0
  247. package/dist/esm/stateManagement/annotation/config/helpers.js +1 -0
  248. package/dist/esm/stateManagement/annotation/config/helpers.js.map +1 -0
  249. package/dist/esm/stateManagement/annotation/config/index.js +1 -0
  250. package/dist/esm/stateManagement/annotation/config/index.js.map +1 -0
  251. package/dist/esm/stateManagement/annotation/getAnnotation.js +1 -0
  252. package/dist/esm/stateManagement/annotation/getAnnotation.js.map +1 -0
  253. package/dist/esm/stateManagement/annotation/helpers/state.js +1 -0
  254. package/dist/esm/stateManagement/annotation/helpers/state.js.map +1 -0
  255. package/dist/esm/stateManagement/annotation/index.js +1 -0
  256. package/dist/esm/stateManagement/annotation/index.js.map +1 -0
  257. package/dist/esm/stateManagement/annotation/utilities/defineProperties.js +1 -0
  258. package/dist/esm/stateManagement/annotation/utilities/defineProperties.js.map +1 -0
  259. package/dist/esm/stateManagement/index.js +1 -0
  260. package/dist/esm/stateManagement/index.js.map +1 -0
  261. package/dist/esm/stateManagement/segmentation/SegmentationRenderingEngine.js +1 -0
  262. package/dist/esm/stateManagement/segmentation/SegmentationRenderingEngine.js.map +1 -0
  263. package/dist/esm/stateManagement/segmentation/SegmentationStateManager.js +1 -0
  264. package/dist/esm/stateManagement/segmentation/SegmentationStateManager.js.map +1 -0
  265. package/dist/esm/stateManagement/segmentation/activeSegmentation.js +1 -0
  266. package/dist/esm/stateManagement/segmentation/activeSegmentation.js.map +1 -0
  267. package/dist/esm/stateManagement/segmentation/addColorLUT.js +1 -0
  268. package/dist/esm/stateManagement/segmentation/addColorLUT.js.map +1 -0
  269. package/dist/esm/stateManagement/segmentation/addRepresentationData.js +1 -0
  270. package/dist/esm/stateManagement/segmentation/addRepresentationData.js.map +1 -0
  271. package/dist/esm/stateManagement/segmentation/addSegmentation.js +1 -0
  272. package/dist/esm/stateManagement/segmentation/addSegmentation.js.map +1 -0
  273. package/dist/esm/stateManagement/segmentation/addSegmentationRepresentationState.js +1 -0
  274. package/dist/esm/stateManagement/segmentation/addSegmentationRepresentationState.js.map +1 -0
  275. package/dist/esm/stateManagement/segmentation/addSegmentationRepresentations.js +1 -0
  276. package/dist/esm/stateManagement/segmentation/addSegmentationRepresentations.js.map +1 -0
  277. package/dist/esm/stateManagement/segmentation/addSegmentations.js +1 -0
  278. package/dist/esm/stateManagement/segmentation/addSegmentations.js.map +1 -0
  279. package/dist/esm/stateManagement/segmentation/config/index.js +1 -0
  280. package/dist/esm/stateManagement/segmentation/config/index.js.map +1 -0
  281. package/dist/esm/stateManagement/segmentation/config/segmentationColor.js +1 -0
  282. package/dist/esm/stateManagement/segmentation/config/segmentationColor.js.map +1 -0
  283. package/dist/esm/stateManagement/segmentation/config/segmentationConfig.js +1 -0
  284. package/dist/esm/stateManagement/segmentation/config/segmentationConfig.js.map +1 -0
  285. package/dist/esm/stateManagement/segmentation/config/segmentationVisibility.js +1 -0
  286. package/dist/esm/stateManagement/segmentation/config/segmentationVisibility.js.map +1 -0
  287. package/dist/esm/stateManagement/segmentation/convertVolumeToStackSegmentation.js +1 -0
  288. package/dist/esm/stateManagement/segmentation/convertVolumeToStackSegmentation.js.map +1 -0
  289. package/dist/esm/stateManagement/segmentation/events/triggerSegmentationDataModified.js +1 -0
  290. package/dist/esm/stateManagement/segmentation/events/triggerSegmentationDataModified.js.map +1 -0
  291. package/dist/esm/stateManagement/segmentation/events/triggerSegmentationModified.js +1 -0
  292. package/dist/esm/stateManagement/segmentation/events/triggerSegmentationModified.js.map +1 -0
  293. package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRemoved.js +1 -0
  294. package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRemoved.js.map +1 -0
  295. package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRepresentationModified.js +1 -0
  296. package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRepresentationModified.js.map +1 -0
  297. package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRepresentationRemoved.js +1 -0
  298. package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRepresentationRemoved.js.map +1 -0
  299. package/dist/esm/stateManagement/segmentation/getActiveSegmentIndex.js +1 -0
  300. package/dist/esm/stateManagement/segmentation/getActiveSegmentIndex.js.map +1 -0
  301. package/dist/esm/stateManagement/segmentation/getActiveSegmentationRepresentation.js +1 -0
  302. package/dist/esm/stateManagement/segmentation/getActiveSegmentationRepresentation.js.map +1 -0
  303. package/dist/esm/stateManagement/segmentation/getAllSegmentationRepresentations.js +1 -0
  304. package/dist/esm/stateManagement/segmentation/getAllSegmentationRepresentations.js.map +1 -0
  305. package/dist/esm/stateManagement/segmentation/getColorLUT.js +1 -0
  306. package/dist/esm/stateManagement/segmentation/getColorLUT.js.map +1 -0
  307. package/dist/esm/stateManagement/segmentation/getCurrentLabelmapImageIdForViewport.js +1 -0
  308. package/dist/esm/stateManagement/segmentation/getCurrentLabelmapImageIdForViewport.js.map +1 -0
  309. package/dist/esm/stateManagement/segmentation/getGlobalConfig.js +1 -0
  310. package/dist/esm/stateManagement/segmentation/getGlobalConfig.js.map +1 -0
  311. package/dist/esm/stateManagement/segmentation/getNextColorLUTIndex.js +1 -0
  312. package/dist/esm/stateManagement/segmentation/getNextColorLUTIndex.js.map +1 -0
  313. package/dist/esm/stateManagement/segmentation/getPerSegmentConfig.js +1 -0
  314. package/dist/esm/stateManagement/segmentation/getPerSegmentConfig.js.map +1 -0
  315. package/dist/esm/stateManagement/segmentation/getSegmentation.js +1 -0
  316. package/dist/esm/stateManagement/segmentation/getSegmentation.js.map +1 -0
  317. package/dist/esm/stateManagement/segmentation/getSegmentationRepresentation.js +1 -0
  318. package/dist/esm/stateManagement/segmentation/getSegmentationRepresentation.js.map +1 -0
  319. package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationConfig.js +1 -0
  320. package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationConfig.js.map +1 -0
  321. package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationViewportStates.js +1 -0
  322. package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationViewportStates.js.map +1 -0
  323. package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationVisibility.js +1 -0
  324. package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationVisibility.js.map +1 -0
  325. package/dist/esm/stateManagement/segmentation/getSegmentationRepresentations.js +1 -0
  326. package/dist/esm/stateManagement/segmentation/getSegmentationRepresentations.js.map +1 -0
  327. package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationsForSegmentation.js +1 -0
  328. package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationsForSegmentation.js.map +1 -0
  329. package/dist/esm/stateManagement/segmentation/getSegmentations.js +1 -0
  330. package/dist/esm/stateManagement/segmentation/getSegmentations.js.map +1 -0
  331. package/dist/esm/stateManagement/segmentation/getStackSegmentationImageIdsForViewport.js +1 -0
  332. package/dist/esm/stateManagement/segmentation/getStackSegmentationImageIdsForViewport.js.map +1 -0
  333. package/dist/esm/stateManagement/segmentation/getViewportIdsWithSegmentation.js +1 -0
  334. package/dist/esm/stateManagement/segmentation/getViewportIdsWithSegmentation.js.map +1 -0
  335. package/dist/esm/stateManagement/segmentation/helpers/clipAndCacheSurfacesForViewport.js +1 -0
  336. package/dist/esm/stateManagement/segmentation/helpers/clipAndCacheSurfacesForViewport.js.map +1 -0
  337. package/dist/esm/stateManagement/segmentation/helpers/index.js +1 -0
  338. package/dist/esm/stateManagement/segmentation/helpers/index.js.map +1 -0
  339. package/dist/esm/stateManagement/segmentation/helpers/normalizeSegmentationInput.js +1 -0
  340. package/dist/esm/stateManagement/segmentation/helpers/normalizeSegmentationInput.js.map +1 -0
  341. package/dist/esm/stateManagement/segmentation/helpers/updateStackSegmentationState.js +1 -0
  342. package/dist/esm/stateManagement/segmentation/helpers/updateStackSegmentationState.js.map +1 -0
  343. package/dist/esm/stateManagement/segmentation/helpers/validateSegmentationInput.js +1 -0
  344. package/dist/esm/stateManagement/segmentation/helpers/validateSegmentationInput.js.map +1 -0
  345. package/dist/esm/stateManagement/segmentation/index.js +1 -0
  346. package/dist/esm/stateManagement/segmentation/index.js.map +1 -0
  347. package/dist/esm/stateManagement/segmentation/internalAddSegmentationRepresentation.js +1 -0
  348. package/dist/esm/stateManagement/segmentation/internalAddSegmentationRepresentation.js.map +1 -0
  349. package/dist/esm/stateManagement/segmentation/polySeg/Contour/computeAndAddContourRepresentation.js +1 -0
  350. package/dist/esm/stateManagement/segmentation/polySeg/Contour/computeAndAddContourRepresentation.js.map +1 -0
  351. package/dist/esm/stateManagement/segmentation/polySeg/Contour/contourComputationStrategies.js +1 -0
  352. package/dist/esm/stateManagement/segmentation/polySeg/Contour/contourComputationStrategies.js.map +1 -0
  353. package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/createAndAddContourSegmentationsFromClippedSurfaces.js +1 -0
  354. package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/createAndAddContourSegmentationsFromClippedSurfaces.js.map +1 -0
  355. package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/extractContourData.js +1 -0
  356. package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/extractContourData.js.map +1 -0
  357. package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/updateContoursOnCameraModified.js +1 -0
  358. package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/updateContoursOnCameraModified.js.map +1 -0
  359. package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/computeAndAddLabelmapRepresentation.js +1 -0
  360. package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/computeAndAddLabelmapRepresentation.js.map +1 -0
  361. package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/convertContourToLabelmap.js +1 -0
  362. package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/convertContourToLabelmap.js.map +1 -0
  363. package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/convertSurfaceToLabelmap.js +1 -0
  364. package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/convertSurfaceToLabelmap.js.map +1 -0
  365. package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/labelmapComputationStrategies.js +1 -0
  366. package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/labelmapComputationStrategies.js.map +1 -0
  367. package/dist/esm/stateManagement/segmentation/polySeg/Surface/computeAndAddSurfaceRepresentation.js +1 -0
  368. package/dist/esm/stateManagement/segmentation/polySeg/Surface/computeAndAddSurfaceRepresentation.js.map +1 -0
  369. package/dist/esm/stateManagement/segmentation/polySeg/Surface/convertContourToSurface.js +1 -0
  370. package/dist/esm/stateManagement/segmentation/polySeg/Surface/convertContourToSurface.js.map +1 -0
  371. package/dist/esm/stateManagement/segmentation/polySeg/Surface/convertLabelmapToSurface.js +1 -0
  372. package/dist/esm/stateManagement/segmentation/polySeg/Surface/convertLabelmapToSurface.js.map +1 -0
  373. package/dist/esm/stateManagement/segmentation/polySeg/Surface/createAndCacheSurfacesFromRaw.js +1 -0
  374. package/dist/esm/stateManagement/segmentation/polySeg/Surface/createAndCacheSurfacesFromRaw.js.map +1 -0
  375. package/dist/esm/stateManagement/segmentation/polySeg/Surface/surfaceComputationStrategies.js +1 -0
  376. package/dist/esm/stateManagement/segmentation/polySeg/Surface/surfaceComputationStrategies.js.map +1 -0
  377. package/dist/esm/stateManagement/segmentation/polySeg/Surface/updateSurfaceData.js +1 -0
  378. package/dist/esm/stateManagement/segmentation/polySeg/Surface/updateSurfaceData.js.map +1 -0
  379. package/dist/esm/stateManagement/segmentation/polySeg/canComputeRequestedRepresentation.js +1 -0
  380. package/dist/esm/stateManagement/segmentation/polySeg/canComputeRequestedRepresentation.js.map +1 -0
  381. package/dist/esm/stateManagement/segmentation/polySeg/computeAndAddRepresentation.js +1 -0
  382. package/dist/esm/stateManagement/segmentation/polySeg/computeAndAddRepresentation.js.map +1 -0
  383. package/dist/esm/stateManagement/segmentation/polySeg/index.js +1 -0
  384. package/dist/esm/stateManagement/segmentation/polySeg/index.js.map +1 -0
  385. package/dist/esm/stateManagement/segmentation/polySeg/registerPolySegWorker.js +1 -0
  386. package/dist/esm/stateManagement/segmentation/polySeg/registerPolySegWorker.js.map +1 -0
  387. package/dist/esm/stateManagement/segmentation/removeColorLUT.js +1 -0
  388. package/dist/esm/stateManagement/segmentation/removeColorLUT.js.map +1 -0
  389. package/dist/esm/stateManagement/segmentation/removeRepresentation.js +1 -0
  390. package/dist/esm/stateManagement/segmentation/removeRepresentation.js.map +1 -0
  391. package/dist/esm/stateManagement/segmentation/removeSegmentation.js +1 -0
  392. package/dist/esm/stateManagement/segmentation/removeSegmentation.js.map +1 -0
  393. package/dist/esm/stateManagement/segmentation/removeSegmentationRepresentations.js +1 -0
  394. package/dist/esm/stateManagement/segmentation/removeSegmentationRepresentations.js.map +1 -0
  395. package/dist/esm/stateManagement/segmentation/segmentIndex.js +1 -0
  396. package/dist/esm/stateManagement/segmentation/segmentIndex.js.map +1 -0
  397. package/dist/esm/stateManagement/segmentation/segmentLocking.js +1 -0
  398. package/dist/esm/stateManagement/segmentation/segmentLocking.js.map +1 -0
  399. package/dist/esm/stateManagement/segmentation/segmentationState.js +1 -0
  400. package/dist/esm/stateManagement/segmentation/segmentationState.js.map +1 -0
  401. package/dist/esm/stateManagement/segmentation/setActiveSegmentationRepresentation.js +1 -0
  402. package/dist/esm/stateManagement/segmentation/setActiveSegmentationRepresentation.js.map +1 -0
  403. package/dist/esm/stateManagement/segmentation/setGlobalConfig.js +1 -0
  404. package/dist/esm/stateManagement/segmentation/setGlobalConfig.js.map +1 -0
  405. package/dist/esm/stateManagement/segmentation/setPerSegmentConfig.js +1 -0
  406. package/dist/esm/stateManagement/segmentation/setPerSegmentConfig.js.map +1 -0
  407. package/dist/esm/stateManagement/segmentation/setSegmentationRepresentationConfig.js +1 -0
  408. package/dist/esm/stateManagement/segmentation/setSegmentationRepresentationConfig.js.map +1 -0
  409. package/dist/esm/stateManagement/segmentation/setSegmentationRepresentationVisibility.js +1 -0
  410. package/dist/esm/stateManagement/segmentation/setSegmentationRepresentationVisibility.js.map +1 -0
  411. package/dist/esm/stateManagement/segmentation/triggerSegmentationEvents.js +1 -0
  412. package/dist/esm/stateManagement/segmentation/triggerSegmentationEvents.js.map +1 -0
  413. package/dist/esm/stateManagement/segmentation/updateLabelmapSegmentationImageReferences.js +1 -0
  414. package/dist/esm/stateManagement/segmentation/updateLabelmapSegmentationImageReferences.js.map +1 -0
  415. package/dist/esm/store/SynchronizerManager/Synchronizer.js +1 -0
  416. package/dist/esm/store/SynchronizerManager/Synchronizer.js.map +1 -0
  417. package/dist/esm/store/SynchronizerManager/createSynchronizer.js +1 -0
  418. package/dist/esm/store/SynchronizerManager/createSynchronizer.js.map +1 -0
  419. package/dist/esm/store/SynchronizerManager/destroy.js +1 -0
  420. package/dist/esm/store/SynchronizerManager/destroy.js.map +1 -0
  421. package/dist/esm/store/SynchronizerManager/destroySynchronizer.js +1 -0
  422. package/dist/esm/store/SynchronizerManager/destroySynchronizer.js.map +1 -0
  423. package/dist/esm/store/SynchronizerManager/getAllSynchronizers.js +1 -0
  424. package/dist/esm/store/SynchronizerManager/getAllSynchronizers.js.map +1 -0
  425. package/dist/esm/store/SynchronizerManager/getSynchronizer.js +1 -0
  426. package/dist/esm/store/SynchronizerManager/getSynchronizer.js.map +1 -0
  427. package/dist/esm/store/SynchronizerManager/getSynchronizersForViewport.js +1 -0
  428. package/dist/esm/store/SynchronizerManager/getSynchronizersForViewport.js.map +1 -0
  429. package/dist/esm/store/SynchronizerManager/index.js +1 -0
  430. package/dist/esm/store/SynchronizerManager/index.js.map +1 -0
  431. package/dist/esm/store/ToolGroupManager/ToolGroup.js +1 -0
  432. package/dist/esm/store/ToolGroupManager/ToolGroup.js.map +1 -0
  433. package/dist/esm/store/ToolGroupManager/createToolGroup.js +1 -0
  434. package/dist/esm/store/ToolGroupManager/createToolGroup.js.map +1 -0
  435. package/dist/esm/store/ToolGroupManager/destroy.js +1 -0
  436. package/dist/esm/store/ToolGroupManager/destroy.js.map +1 -0
  437. package/dist/esm/store/ToolGroupManager/destroyToolGroup.js +1 -0
  438. package/dist/esm/store/ToolGroupManager/destroyToolGroup.js.map +1 -0
  439. package/dist/esm/store/ToolGroupManager/getAllToolGroups.js +1 -0
  440. package/dist/esm/store/ToolGroupManager/getAllToolGroups.js.map +1 -0
  441. package/dist/esm/store/ToolGroupManager/getToolGroup.js +1 -0
  442. package/dist/esm/store/ToolGroupManager/getToolGroup.js.map +1 -0
  443. package/dist/esm/store/ToolGroupManager/getToolGroupForViewport.js +1 -0
  444. package/dist/esm/store/ToolGroupManager/getToolGroupForViewport.js.map +1 -0
  445. package/dist/esm/store/ToolGroupManager/getToolGroupsWithToolName.js +1 -0
  446. package/dist/esm/store/ToolGroupManager/getToolGroupsWithToolName.js.map +1 -0
  447. package/dist/esm/store/ToolGroupManager/index.js +1 -0
  448. package/dist/esm/store/ToolGroupManager/index.js.map +1 -0
  449. package/dist/esm/store/addEnabledElement.js +1 -0
  450. package/dist/esm/store/addEnabledElement.js.map +1 -0
  451. package/dist/esm/store/addTool.js +1 -0
  452. package/dist/esm/store/addTool.js.map +1 -0
  453. package/dist/esm/store/cancelActiveManipulations.js +1 -0
  454. package/dist/esm/store/cancelActiveManipulations.js.map +1 -0
  455. package/dist/esm/store/filterMoveableAnnotationTools.js +1 -0
  456. package/dist/esm/store/filterMoveableAnnotationTools.js.map +1 -0
  457. package/dist/esm/store/filterToolsWithAnnotationsForElement.js +1 -0
  458. package/dist/esm/store/filterToolsWithAnnotationsForElement.js.map +1 -0
  459. package/dist/esm/store/filterToolsWithMoveableHandles.js +1 -0
  460. package/dist/esm/store/filterToolsWithMoveableHandles.js.map +1 -0
  461. package/dist/esm/store/index.js +1 -0
  462. package/dist/esm/store/index.js.map +1 -0
  463. package/dist/esm/store/removeEnabledElement.js +1 -0
  464. package/dist/esm/store/removeEnabledElement.js.map +1 -0
  465. package/dist/esm/store/state.js +1 -0
  466. package/dist/esm/store/state.js.map +1 -0
  467. package/dist/esm/store/svgNodeCache.js +1 -0
  468. package/dist/esm/store/svgNodeCache.js.map +1 -0
  469. package/dist/esm/synchronizers/callbacks/areViewportsCoplanar .js +1 -0
  470. package/dist/esm/synchronizers/callbacks/areViewportsCoplanar .js.map +1 -0
  471. package/dist/esm/synchronizers/callbacks/cameraSyncCallback.js +1 -0
  472. package/dist/esm/synchronizers/callbacks/cameraSyncCallback.js.map +1 -0
  473. package/dist/esm/synchronizers/callbacks/imageSliceSyncCallback.js +1 -0
  474. package/dist/esm/synchronizers/callbacks/imageSliceSyncCallback.js.map +1 -0
  475. package/dist/esm/synchronizers/callbacks/presentationViewSyncCallback.js +1 -0
  476. package/dist/esm/synchronizers/callbacks/presentationViewSyncCallback.js.map +1 -0
  477. package/dist/esm/synchronizers/callbacks/slabThicknessSyncCallback.js +1 -0
  478. package/dist/esm/synchronizers/callbacks/slabThicknessSyncCallback.js.map +1 -0
  479. package/dist/esm/synchronizers/callbacks/voiSyncCallback.js +1 -0
  480. package/dist/esm/synchronizers/callbacks/voiSyncCallback.js.map +1 -0
  481. package/dist/esm/synchronizers/callbacks/zoomPanSyncCallback.js +1 -0
  482. package/dist/esm/synchronizers/callbacks/zoomPanSyncCallback.js.map +1 -0
  483. package/dist/esm/synchronizers/index.js +1 -0
  484. package/dist/esm/synchronizers/index.js.map +1 -0
  485. package/dist/esm/synchronizers/synchronizers/createCameraPositionSynchronizer.js +1 -0
  486. package/dist/esm/synchronizers/synchronizers/createCameraPositionSynchronizer.js.map +1 -0
  487. package/dist/esm/synchronizers/synchronizers/createImageSliceSynchronizer.js +1 -0
  488. package/dist/esm/synchronizers/synchronizers/createImageSliceSynchronizer.js.map +1 -0
  489. package/dist/esm/synchronizers/synchronizers/createPresentationViewSynchronizer.js +1 -0
  490. package/dist/esm/synchronizers/synchronizers/createPresentationViewSynchronizer.js.map +1 -0
  491. package/dist/esm/synchronizers/synchronizers/createSlabThicknessSynchronizer.js +1 -0
  492. package/dist/esm/synchronizers/synchronizers/createSlabThicknessSynchronizer.js.map +1 -0
  493. package/dist/esm/synchronizers/synchronizers/createVOISynchronizer.js +1 -0
  494. package/dist/esm/synchronizers/synchronizers/createVOISynchronizer.js.map +1 -0
  495. package/dist/esm/synchronizers/synchronizers/createZoomPanSynchronizer.js +1 -0
  496. package/dist/esm/synchronizers/synchronizers/createZoomPanSynchronizer.js.map +1 -0
  497. package/dist/esm/synchronizers/synchronizers/index.js +1 -0
  498. package/dist/esm/synchronizers/synchronizers/index.js.map +1 -0
  499. package/dist/esm/tools/AdvancedMagnifyTool.js +1 -0
  500. package/dist/esm/tools/AdvancedMagnifyTool.js.map +1 -0
  501. package/dist/esm/tools/AnnotationEraserTool.js +1 -0
  502. package/dist/esm/tools/AnnotationEraserTool.js.map +1 -0
  503. package/dist/esm/tools/CrosshairsTool.js +1 -0
  504. package/dist/esm/tools/CrosshairsTool.js.map +1 -0
  505. package/dist/esm/tools/MIPJumpToClickTool.js +1 -0
  506. package/dist/esm/tools/MIPJumpToClickTool.js.map +1 -0
  507. package/dist/esm/tools/MagnifyTool.js +1 -0
  508. package/dist/esm/tools/MagnifyTool.js.map +1 -0
  509. package/dist/esm/tools/OrientationMarkerTool.js +1 -0
  510. package/dist/esm/tools/OrientationMarkerTool.js.map +1 -0
  511. package/dist/esm/tools/OverlayGridTool.js +1 -0
  512. package/dist/esm/tools/OverlayGridTool.js.map +1 -0
  513. package/dist/esm/tools/PanTool.js +1 -0
  514. package/dist/esm/tools/PanTool.js.map +1 -0
  515. package/dist/esm/tools/PlanarRotateTool.js +1 -0
  516. package/dist/esm/tools/PlanarRotateTool.js.map +1 -0
  517. package/dist/esm/tools/ReferenceCursors.js +1 -0
  518. package/dist/esm/tools/ReferenceCursors.js.map +1 -0
  519. package/dist/esm/tools/ReferenceLinesTool.js +1 -0
  520. package/dist/esm/tools/ReferenceLinesTool.js.map +1 -0
  521. package/dist/esm/tools/ScaleOverlayTool.js +1 -0
  522. package/dist/esm/tools/ScaleOverlayTool.js.map +1 -0
  523. package/dist/esm/tools/SculptorTool/CircleSculptCursor.js +1 -0
  524. package/dist/esm/tools/SculptorTool/CircleSculptCursor.js.map +1 -0
  525. package/dist/esm/tools/SculptorTool.js +1 -0
  526. package/dist/esm/tools/SculptorTool.js.map +1 -0
  527. package/dist/esm/tools/SegmentationIntersectionTool.js +1 -0
  528. package/dist/esm/tools/SegmentationIntersectionTool.js.map +1 -0
  529. package/dist/esm/tools/StackScrollTool.js +1 -0
  530. package/dist/esm/tools/StackScrollTool.js.map +1 -0
  531. package/dist/esm/tools/TrackballRotateTool.js +1 -0
  532. package/dist/esm/tools/TrackballRotateTool.js.map +1 -0
  533. package/dist/esm/tools/VolumeRotateMouseWheelTool.js +1 -0
  534. package/dist/esm/tools/VolumeRotateMouseWheelTool.js.map +1 -0
  535. package/dist/esm/tools/WindowLevelRegionTool.js +1 -0
  536. package/dist/esm/tools/WindowLevelRegionTool.js.map +1 -0
  537. package/dist/esm/tools/WindowLevelTool.js +1 -0
  538. package/dist/esm/tools/WindowLevelTool.js.map +1 -0
  539. package/dist/esm/tools/ZoomTool.js +1 -0
  540. package/dist/esm/tools/ZoomTool.js.map +1 -0
  541. package/dist/esm/tools/annotation/AngleTool.js +1 -0
  542. package/dist/esm/tools/annotation/AngleTool.js.map +1 -0
  543. package/dist/esm/tools/annotation/ArrowAnnotateTool.js +1 -0
  544. package/dist/esm/tools/annotation/ArrowAnnotateTool.js.map +1 -0
  545. package/dist/esm/tools/annotation/BidirectionalTool.js +1 -0
  546. package/dist/esm/tools/annotation/BidirectionalTool.js.map +1 -0
  547. package/dist/esm/tools/annotation/CircleROITool.js +1 -0
  548. package/dist/esm/tools/annotation/CircleROITool.js.map +1 -0
  549. package/dist/esm/tools/annotation/CobbAngleTool.js +1 -0
  550. package/dist/esm/tools/annotation/CobbAngleTool.js.map +1 -0
  551. package/dist/esm/tools/annotation/DragProbeTool.js +1 -0
  552. package/dist/esm/tools/annotation/DragProbeTool.js.map +1 -0
  553. package/dist/esm/tools/annotation/EllipticalROITool.js +1 -0
  554. package/dist/esm/tools/annotation/EllipticalROITool.js.map +1 -0
  555. package/dist/esm/tools/annotation/HeightTool.js +1 -0
  556. package/dist/esm/tools/annotation/HeightTool.js.map +1 -0
  557. package/dist/esm/tools/annotation/KeyImageTool.js +1 -0
  558. package/dist/esm/tools/annotation/KeyImageTool.js.map +1 -0
  559. package/dist/esm/tools/annotation/LengthTool.js +1 -0
  560. package/dist/esm/tools/annotation/LengthTool.js.map +1 -0
  561. package/dist/esm/tools/annotation/LivewireContourSegmentationTool.js +1 -0
  562. package/dist/esm/tools/annotation/LivewireContourSegmentationTool.js.map +1 -0
  563. package/dist/esm/tools/annotation/LivewireContourTool.js +1 -0
  564. package/dist/esm/tools/annotation/LivewireContourTool.js.map +1 -0
  565. package/dist/esm/tools/annotation/PlanarFreehandContourSegmentationTool.js +1 -0
  566. package/dist/esm/tools/annotation/PlanarFreehandContourSegmentationTool.js.map +1 -0
  567. package/dist/esm/tools/annotation/PlanarFreehandROITool.js +1 -0
  568. package/dist/esm/tools/annotation/PlanarFreehandROITool.js.map +1 -0
  569. package/dist/esm/tools/annotation/ProbeTool.js +1 -0
  570. package/dist/esm/tools/annotation/ProbeTool.js.map +1 -0
  571. package/dist/esm/tools/annotation/RectangleROITool.js +1 -0
  572. package/dist/esm/tools/annotation/RectangleROITool.js.map +1 -0
  573. package/dist/esm/tools/annotation/SplineContourSegmentationTool.js +1 -0
  574. package/dist/esm/tools/annotation/SplineContourSegmentationTool.js.map +1 -0
  575. package/dist/esm/tools/annotation/SplineROITool.js +1 -0
  576. package/dist/esm/tools/annotation/SplineROITool.js.map +1 -0
  577. package/dist/esm/tools/annotation/UltrasoundDirectionalTool.js +1 -0
  578. package/dist/esm/tools/annotation/UltrasoundDirectionalTool.js.map +1 -0
  579. package/dist/esm/tools/annotation/VideoRedactionTool.js +1 -0
  580. package/dist/esm/tools/annotation/VideoRedactionTool.js.map +1 -0
  581. package/dist/esm/tools/annotation/planarFreehandROITool/closedContourEditLoop.js +1 -0
  582. package/dist/esm/tools/annotation/planarFreehandROITool/closedContourEditLoop.js.map +1 -0
  583. package/dist/esm/tools/annotation/planarFreehandROITool/drawLoop.js +1 -0
  584. package/dist/esm/tools/annotation/planarFreehandROITool/drawLoop.js.map +1 -0
  585. package/dist/esm/tools/annotation/planarFreehandROITool/editLoopCommon.js +1 -0
  586. package/dist/esm/tools/annotation/planarFreehandROITool/editLoopCommon.js.map +1 -0
  587. package/dist/esm/tools/annotation/planarFreehandROITool/findOpenUShapedContourVectorToPeak.js +1 -0
  588. package/dist/esm/tools/annotation/planarFreehandROITool/findOpenUShapedContourVectorToPeak.js.map +1 -0
  589. package/dist/esm/tools/annotation/planarFreehandROITool/openContourEditLoop.js +1 -0
  590. package/dist/esm/tools/annotation/planarFreehandROITool/openContourEditLoop.js.map +1 -0
  591. package/dist/esm/tools/annotation/planarFreehandROITool/openContourEndEditLoop.js +1 -0
  592. package/dist/esm/tools/annotation/planarFreehandROITool/openContourEndEditLoop.js.map +1 -0
  593. package/dist/esm/tools/annotation/planarFreehandROITool/renderMethods.js +1 -0
  594. package/dist/esm/tools/annotation/planarFreehandROITool/renderMethods.js.map +1 -0
  595. package/dist/esm/tools/annotation/splines/BSpline.js +1 -0
  596. package/dist/esm/tools/annotation/splines/BSpline.js.map +1 -0
  597. package/dist/esm/tools/annotation/splines/CardinalSpline.js +1 -0
  598. package/dist/esm/tools/annotation/splines/CardinalSpline.js.map +1 -0
  599. package/dist/esm/tools/annotation/splines/CatmullRomSpline.js +1 -0
  600. package/dist/esm/tools/annotation/splines/CatmullRomSpline.js.map +1 -0
  601. package/dist/esm/tools/annotation/splines/CubicSpline.js +1 -0
  602. package/dist/esm/tools/annotation/splines/CubicSpline.js.map +1 -0
  603. package/dist/esm/tools/annotation/splines/LinearSpline.js +1 -0
  604. package/dist/esm/tools/annotation/splines/LinearSpline.js.map +1 -0
  605. package/dist/esm/tools/annotation/splines/QuadraticBezier.js +1 -0
  606. package/dist/esm/tools/annotation/splines/QuadraticBezier.js.map +1 -0
  607. package/dist/esm/tools/annotation/splines/QuadraticSpline.js +1 -0
  608. package/dist/esm/tools/annotation/splines/QuadraticSpline.js.map +1 -0
  609. package/dist/esm/tools/annotation/splines/Spline.js +1 -0
  610. package/dist/esm/tools/annotation/splines/Spline.js.map +1 -0
  611. package/dist/esm/tools/base/AnnotationDisplayTool.js +1 -0
  612. package/dist/esm/tools/base/AnnotationDisplayTool.js.map +1 -0
  613. package/dist/esm/tools/base/AnnotationTool.js +1 -0
  614. package/dist/esm/tools/base/AnnotationTool.js.map +1 -0
  615. package/dist/esm/tools/base/BaseTool.js +1 -0
  616. package/dist/esm/tools/base/BaseTool.js.map +1 -0
  617. package/dist/esm/tools/base/ContourBaseTool.js +1 -0
  618. package/dist/esm/tools/base/ContourBaseTool.js.map +1 -0
  619. package/dist/esm/tools/base/ContourSegmentationBaseTool.js +1 -0
  620. package/dist/esm/tools/base/ContourSegmentationBaseTool.js.map +1 -0
  621. package/dist/esm/tools/base/index.js +1 -0
  622. package/dist/esm/tools/base/index.js.map +1 -0
  623. package/dist/esm/tools/displayTools/Contour/contourConfig.js +1 -0
  624. package/dist/esm/tools/displayTools/Contour/contourConfig.js.map +1 -0
  625. package/dist/esm/tools/displayTools/Contour/contourDisplay.js +1 -0
  626. package/dist/esm/tools/displayTools/Contour/contourDisplay.js.map +1 -0
  627. package/dist/esm/tools/displayTools/Contour/contourHandler/contourConfigCache.js +1 -0
  628. package/dist/esm/tools/displayTools/Contour/contourHandler/contourConfigCache.js.map +1 -0
  629. package/dist/esm/tools/displayTools/Contour/contourHandler/handleContourSegmentation.js +1 -0
  630. package/dist/esm/tools/displayTools/Contour/contourHandler/handleContourSegmentation.js.map +1 -0
  631. package/dist/esm/tools/displayTools/Contour/contourHandler/utils.js +1 -0
  632. package/dist/esm/tools/displayTools/Contour/contourHandler/utils.js.map +1 -0
  633. package/dist/esm/tools/displayTools/Contour/index.js +1 -0
  634. package/dist/esm/tools/displayTools/Contour/index.js.map +1 -0
  635. package/dist/esm/tools/displayTools/Contour/removeContourFromElement.js +1 -0
  636. package/dist/esm/tools/displayTools/Contour/removeContourFromElement.js.map +1 -0
  637. package/dist/esm/tools/displayTools/Labelmap/addLabelmapToElement.js +1 -0
  638. package/dist/esm/tools/displayTools/Labelmap/addLabelmapToElement.js.map +1 -0
  639. package/dist/esm/tools/displayTools/Labelmap/index.js +1 -0
  640. package/dist/esm/tools/displayTools/Labelmap/index.js.map +1 -0
  641. package/dist/esm/tools/displayTools/Labelmap/labelmapConfig.js +1 -0
  642. package/dist/esm/tools/displayTools/Labelmap/labelmapConfig.js.map +1 -0
  643. package/dist/esm/tools/displayTools/Labelmap/labelmapDisplay.js +1 -0
  644. package/dist/esm/tools/displayTools/Labelmap/labelmapDisplay.js.map +1 -0
  645. package/dist/esm/tools/displayTools/Labelmap/removeLabelmapFromElement.js +1 -0
  646. package/dist/esm/tools/displayTools/Labelmap/removeLabelmapFromElement.js.map +1 -0
  647. package/dist/esm/tools/displayTools/Labelmap/validateLabelmap.js +1 -0
  648. package/dist/esm/tools/displayTools/Labelmap/validateLabelmap.js.map +1 -0
  649. package/dist/esm/tools/displayTools/Surface/addOrUpdateSurfaceToElement.js +1 -0
  650. package/dist/esm/tools/displayTools/Surface/addOrUpdateSurfaceToElement.js.map +1 -0
  651. package/dist/esm/tools/displayTools/Surface/index.js +1 -0
  652. package/dist/esm/tools/displayTools/Surface/index.js.map +1 -0
  653. package/dist/esm/tools/displayTools/Surface/removeSurfaceFromElement.js +1 -0
  654. package/dist/esm/tools/displayTools/Surface/removeSurfaceFromElement.js.map +1 -0
  655. package/dist/esm/tools/displayTools/Surface/surfaceConfig.js +1 -0
  656. package/dist/esm/tools/displayTools/Surface/surfaceConfig.js.map +1 -0
  657. package/dist/esm/tools/displayTools/Surface/surfaceDisplay.js +1 -0
  658. package/dist/esm/tools/displayTools/Surface/surfaceDisplay.js.map +1 -0
  659. package/dist/esm/tools/distancePointToContour.js +1 -0
  660. package/dist/esm/tools/distancePointToContour.js.map +1 -0
  661. package/dist/esm/tools/index.js +1 -0
  662. package/dist/esm/tools/index.js.map +1 -0
  663. package/dist/esm/tools/segmentation/BrushTool.js +1 -0
  664. package/dist/esm/tools/segmentation/BrushTool.js.map +1 -0
  665. package/dist/esm/tools/segmentation/CircleROIStartEndThresholdTool.js +1 -0
  666. package/dist/esm/tools/segmentation/CircleROIStartEndThresholdTool.js.map +1 -0
  667. package/dist/esm/tools/segmentation/CircleScissorsTool.js +1 -0
  668. package/dist/esm/tools/segmentation/CircleScissorsTool.js.map +1 -0
  669. package/dist/esm/tools/segmentation/PaintFillTool.js +1 -0
  670. package/dist/esm/tools/segmentation/PaintFillTool.js.map +1 -0
  671. package/dist/esm/tools/segmentation/RectangleROIStartEndThresholdTool.js +1 -0
  672. package/dist/esm/tools/segmentation/RectangleROIStartEndThresholdTool.js.map +1 -0
  673. package/dist/esm/tools/segmentation/RectangleROIThresholdTool.js +1 -0
  674. package/dist/esm/tools/segmentation/RectangleROIThresholdTool.js.map +1 -0
  675. package/dist/esm/tools/segmentation/RectangleScissorsTool.js +1 -0
  676. package/dist/esm/tools/segmentation/RectangleScissorsTool.js.map +1 -0
  677. package/dist/esm/tools/segmentation/SegmentSelectTool.js +1 -0
  678. package/dist/esm/tools/segmentation/SegmentSelectTool.js.map +1 -0
  679. package/dist/esm/tools/segmentation/SphereScissorsTool.js +1 -0
  680. package/dist/esm/tools/segmentation/SphereScissorsTool.js.map +1 -0
  681. package/dist/esm/tools/segmentation/strategies/BrushStrategy.js +1 -0
  682. package/dist/esm/tools/segmentation/strategies/BrushStrategy.js.map +1 -0
  683. package/dist/esm/tools/segmentation/strategies/compositions/determineSegmentIndex.js +1 -0
  684. package/dist/esm/tools/segmentation/strategies/compositions/determineSegmentIndex.js.map +1 -0
  685. package/dist/esm/tools/segmentation/strategies/compositions/dynamicThreshold.js +1 -0
  686. package/dist/esm/tools/segmentation/strategies/compositions/dynamicThreshold.js.map +1 -0
  687. package/dist/esm/tools/segmentation/strategies/compositions/erase.js +1 -0
  688. package/dist/esm/tools/segmentation/strategies/compositions/erase.js.map +1 -0
  689. package/dist/esm/tools/segmentation/strategies/compositions/index.js +1 -0
  690. package/dist/esm/tools/segmentation/strategies/compositions/index.js.map +1 -0
  691. package/dist/esm/tools/segmentation/strategies/compositions/islandRemoval.js +1 -0
  692. package/dist/esm/tools/segmentation/strategies/compositions/islandRemoval.js.map +1 -0
  693. package/dist/esm/tools/segmentation/strategies/compositions/preview.js +1 -0
  694. package/dist/esm/tools/segmentation/strategies/compositions/preview.js.map +1 -0
  695. package/dist/esm/tools/segmentation/strategies/compositions/regionFill.js +1 -0
  696. package/dist/esm/tools/segmentation/strategies/compositions/regionFill.js.map +1 -0
  697. package/dist/esm/tools/segmentation/strategies/compositions/setValue.js +1 -0
  698. package/dist/esm/tools/segmentation/strategies/compositions/setValue.js.map +1 -0
  699. package/dist/esm/tools/segmentation/strategies/compositions/threshold.js +1 -0
  700. package/dist/esm/tools/segmentation/strategies/compositions/threshold.js.map +1 -0
  701. package/dist/esm/tools/segmentation/strategies/eraseCircle.js +1 -0
  702. package/dist/esm/tools/segmentation/strategies/eraseCircle.js.map +1 -0
  703. package/dist/esm/tools/segmentation/strategies/eraseRectangle.js +1 -0
  704. package/dist/esm/tools/segmentation/strategies/eraseRectangle.js.map +1 -0
  705. package/dist/esm/tools/segmentation/strategies/eraseSphere.js +1 -0
  706. package/dist/esm/tools/segmentation/strategies/eraseSphere.js.map +1 -0
  707. package/dist/esm/tools/segmentation/strategies/fillCircle.js +1 -0
  708. package/dist/esm/tools/segmentation/strategies/fillCircle.js.map +1 -0
  709. package/dist/esm/tools/segmentation/strategies/fillRectangle.js +1 -0
  710. package/dist/esm/tools/segmentation/strategies/fillRectangle.js.map +1 -0
  711. package/dist/esm/tools/segmentation/strategies/fillSphere.js +1 -0
  712. package/dist/esm/tools/segmentation/strategies/fillSphere.js.map +1 -0
  713. package/dist/esm/tools/segmentation/strategies/index.js +1 -0
  714. package/dist/esm/tools/segmentation/strategies/index.js.map +1 -0
  715. package/dist/esm/tools/segmentation/strategies/utils/getStrategyData.js +1 -0
  716. package/dist/esm/tools/segmentation/strategies/utils/getStrategyData.js.map +1 -0
  717. package/dist/esm/tools/segmentation/strategies/utils/isWithinThreshold.js +1 -0
  718. package/dist/esm/tools/segmentation/strategies/utils/isWithinThreshold.js.map +1 -0
  719. package/dist/esm/tools/segmentation/strategies/utils/stackVolumeCheck.js +1 -0
  720. package/dist/esm/tools/segmentation/strategies/utils/stackVolumeCheck.js.map +1 -0
  721. package/dist/esm/types/AnnotationGroupSelector.js +1 -1
  722. package/dist/esm/types/AnnotationGroupSelector.js.map +1 -0
  723. package/dist/esm/types/AnnotationRenderContext.js +1 -1
  724. package/dist/esm/types/AnnotationRenderContext.js.map +1 -0
  725. package/dist/esm/types/AnnotationStyle.js +1 -1
  726. package/dist/esm/types/AnnotationStyle.js.map +1 -0
  727. package/dist/esm/types/AnnotationTypes.js +1 -1
  728. package/dist/esm/types/AnnotationTypes.js.map +1 -0
  729. package/dist/esm/types/BoundsIJK.js +1 -1
  730. package/dist/esm/types/BoundsIJK.js.map +1 -0
  731. package/dist/esm/types/CINETypes.js +1 -1
  732. package/dist/esm/types/CINETypes.js.map +1 -0
  733. package/dist/esm/types/CalculatorTypes.js +1 -1
  734. package/dist/esm/types/CalculatorTypes.js.map +1 -0
  735. package/dist/esm/types/CardinalSplineProps.js +1 -1
  736. package/dist/esm/types/CardinalSplineProps.js.map +1 -0
  737. package/dist/esm/types/ClosestControlPoint.js +1 -1
  738. package/dist/esm/types/ClosestControlPoint.js.map +1 -0
  739. package/dist/esm/types/ClosestPoint.js +1 -1
  740. package/dist/esm/types/ClosestPoint.js.map +1 -0
  741. package/dist/esm/types/ClosestSplinePoint.js +1 -1
  742. package/dist/esm/types/ClosestSplinePoint.js.map +1 -0
  743. package/dist/esm/types/ContourAnnotation.js +1 -0
  744. package/dist/esm/types/ContourAnnotation.js.map +1 -0
  745. package/dist/esm/types/ContourSegmentationAnnotation.js +1 -1
  746. package/dist/esm/types/ContourSegmentationAnnotation.js.map +1 -0
  747. package/dist/esm/types/ContourTypes.js +1 -1
  748. package/dist/esm/types/ContourTypes.js.map +1 -0
  749. package/dist/esm/types/ControlPointInfo.js +1 -1
  750. package/dist/esm/types/ControlPointInfo.js.map +1 -0
  751. package/dist/esm/types/CursorTypes.js +1 -1
  752. package/dist/esm/types/CursorTypes.js.map +1 -0
  753. package/dist/esm/types/EventTypes.js +1 -1
  754. package/dist/esm/types/EventTypes.js.map +1 -0
  755. package/dist/esm/types/FloodFillTypes.js +1 -1
  756. package/dist/esm/types/FloodFillTypes.js.map +1 -0
  757. package/dist/esm/types/IAnnotationManager.js +1 -1
  758. package/dist/esm/types/IAnnotationManager.js.map +1 -0
  759. package/dist/esm/types/IBaseTool.js +1 -1
  760. package/dist/esm/types/IBaseTool.js.map +1 -0
  761. package/dist/esm/types/IDistance.js +1 -1
  762. package/dist/esm/types/IDistance.js.map +1 -0
  763. package/dist/esm/types/IPoints.js +1 -1
  764. package/dist/esm/types/IPoints.js.map +1 -0
  765. package/dist/esm/types/ISculptToolShape.js +1 -1
  766. package/dist/esm/types/ISculptToolShape.js.map +1 -0
  767. package/dist/esm/types/ISetToolModeOptions.js +1 -1
  768. package/dist/esm/types/ISetToolModeOptions.js.map +1 -0
  769. package/dist/esm/types/ISpline.js +1 -1
  770. package/dist/esm/types/ISpline.js.map +1 -0
  771. package/dist/esm/types/ISynchronizerEventHandler.js +1 -1
  772. package/dist/esm/types/ISynchronizerEventHandler.js.map +1 -0
  773. package/dist/esm/types/IToolClassReference.js +1 -1
  774. package/dist/esm/types/IToolClassReference.js.map +1 -0
  775. package/dist/esm/types/IToolGroup.js +1 -1
  776. package/dist/esm/types/IToolGroup.js.map +1 -0
  777. package/dist/esm/types/ITouchPoints.js +1 -1
  778. package/dist/esm/types/ITouchPoints.js.map +1 -0
  779. package/dist/esm/types/InteractionTypes.js +1 -1
  780. package/dist/esm/types/InteractionTypes.js.map +1 -0
  781. package/dist/esm/types/InternalToolTypes.js +1 -1
  782. package/dist/esm/types/InternalToolTypes.js.map +1 -0
  783. package/dist/esm/types/InterpolationTypes.js +1 -1
  784. package/dist/esm/types/InterpolationTypes.js.map +1 -0
  785. package/dist/esm/types/JumpToSliceOptions.js +1 -1
  786. package/dist/esm/types/JumpToSliceOptions.js.map +1 -0
  787. package/dist/esm/types/LabelmapToolOperationData.js +1 -1
  788. package/dist/esm/types/LabelmapToolOperationData.js.map +1 -0
  789. package/dist/esm/types/LabelmapTypes.js +1 -1
  790. package/dist/esm/types/LabelmapTypes.js.map +1 -0
  791. package/dist/esm/types/PlanarBoundingBox.js +1 -1
  792. package/dist/esm/types/PlanarBoundingBox.js.map +1 -0
  793. package/dist/esm/types/PolySeg.js +1 -1
  794. package/dist/esm/types/PolySeg.js.map +1 -0
  795. package/dist/esm/types/SVGDrawingHelper.js +1 -1
  796. package/dist/esm/types/SVGDrawingHelper.js.map +1 -0
  797. package/dist/esm/types/ScrollOptions.js +1 -1
  798. package/dist/esm/types/ScrollOptions.js.map +1 -0
  799. package/dist/esm/types/SegmentationStateTypes.js +1 -1
  800. package/dist/esm/types/SegmentationStateTypes.js.map +1 -0
  801. package/dist/esm/types/SplineCurveSegment.js +1 -1
  802. package/dist/esm/types/SplineCurveSegment.js.map +1 -0
  803. package/dist/esm/types/SplineLineSegment.js +1 -1
  804. package/dist/esm/types/SplineLineSegment.js.map +1 -0
  805. package/dist/esm/types/SplineProps.js +1 -1
  806. package/dist/esm/types/SplineProps.js.map +1 -0
  807. package/dist/esm/types/SurfaceTypes.js +1 -1
  808. package/dist/esm/types/SurfaceTypes.js.map +1 -0
  809. package/dist/esm/types/ToolAction.js +1 -1
  810. package/dist/esm/types/ToolAction.js.map +1 -0
  811. package/dist/esm/types/ToolHandle.js +1 -1
  812. package/dist/esm/types/ToolHandle.js.map +1 -0
  813. package/dist/esm/types/ToolProps.js +1 -1
  814. package/dist/esm/types/ToolProps.js.map +1 -0
  815. package/dist/esm/types/ToolSpecificAnnotationTypes.js +1 -1
  816. package/dist/esm/types/ToolSpecificAnnotationTypes.js.map +1 -0
  817. package/dist/esm/types/index.js +1 -1
  818. package/dist/esm/types/index.js.map +1 -0
  819. package/dist/esm/utilities/BucketQueue.js +1 -0
  820. package/dist/esm/utilities/BucketQueue.js.map +1 -0
  821. package/dist/esm/utilities/annotationFrameRange.js +1 -0
  822. package/dist/esm/utilities/annotationFrameRange.js.map +1 -0
  823. package/dist/esm/utilities/annotationHydration.js +1 -0
  824. package/dist/esm/utilities/annotationHydration.js.map +1 -0
  825. package/dist/esm/utilities/boundingBox/extend2DBoundingBoxInViewAxis.js +1 -0
  826. package/dist/esm/utilities/boundingBox/extend2DBoundingBoxInViewAxis.js.map +1 -0
  827. package/dist/esm/utilities/boundingBox/getBoundingBoxAroundShape.js +1 -0
  828. package/dist/esm/utilities/boundingBox/getBoundingBoxAroundShape.js.map +1 -0
  829. package/dist/esm/utilities/boundingBox/index.js +1 -0
  830. package/dist/esm/utilities/boundingBox/index.js.map +1 -0
  831. package/dist/esm/utilities/calibrateImageSpacing.js +1 -0
  832. package/dist/esm/utilities/calibrateImageSpacing.js.map +1 -0
  833. package/dist/esm/utilities/cine/events.js +1 -0
  834. package/dist/esm/utilities/cine/events.js.map +1 -0
  835. package/dist/esm/utilities/cine/index.js +1 -0
  836. package/dist/esm/utilities/cine/index.js.map +1 -0
  837. package/dist/esm/utilities/cine/playClip.js +1 -0
  838. package/dist/esm/utilities/cine/playClip.js.map +1 -0
  839. package/dist/esm/utilities/cine/state.js +1 -0
  840. package/dist/esm/utilities/cine/state.js.map +1 -0
  841. package/dist/esm/utilities/clip.js +1 -0
  842. package/dist/esm/utilities/clip.js.map +1 -0
  843. package/dist/esm/utilities/contourSegmentation/addContourSegmentationAnnotation.js +1 -0
  844. package/dist/esm/utilities/contourSegmentation/addContourSegmentationAnnotation.js.map +1 -0
  845. package/dist/esm/utilities/contourSegmentation/areSameSegment.js +1 -0
  846. package/dist/esm/utilities/contourSegmentation/areSameSegment.js.map +1 -0
  847. package/dist/esm/utilities/contourSegmentation/index.js +1 -0
  848. package/dist/esm/utilities/contourSegmentation/index.js.map +1 -0
  849. package/dist/esm/utilities/contourSegmentation/isContourSegmentationAnnotation.js +1 -0
  850. package/dist/esm/utilities/contourSegmentation/isContourSegmentationAnnotation.js.map +1 -0
  851. package/dist/esm/utilities/contourSegmentation/removeContourSegmentationAnnotation.js +1 -0
  852. package/dist/esm/utilities/contourSegmentation/removeContourSegmentationAnnotation.js.map +1 -0
  853. package/dist/esm/utilities/contours/AnnotationToPointData.js +1 -0
  854. package/dist/esm/utilities/contours/AnnotationToPointData.js.map +1 -0
  855. package/dist/esm/utilities/contours/RectangleROIStartEndThreshold.js +1 -0
  856. package/dist/esm/utilities/contours/RectangleROIStartEndThreshold.js.map +1 -0
  857. package/dist/esm/utilities/contours/areCoplanarContours.js +1 -0
  858. package/dist/esm/utilities/contours/areCoplanarContours.js.map +1 -0
  859. package/dist/esm/utilities/contours/calculatePerimeter.js +1 -0
  860. package/dist/esm/utilities/contours/calculatePerimeter.js.map +1 -0
  861. package/dist/esm/utilities/contours/contourFinder.js +1 -0
  862. package/dist/esm/utilities/contours/contourFinder.js.map +1 -0
  863. package/dist/esm/utilities/contours/detectContourHoles.js +1 -0
  864. package/dist/esm/utilities/contours/detectContourHoles.js.map +1 -0
  865. package/dist/esm/utilities/contours/findHandlePolylineIndex.js +1 -0
  866. package/dist/esm/utilities/contours/findHandlePolylineIndex.js.map +1 -0
  867. package/dist/esm/utilities/contours/generateContourSetsFromLabelmap.js +1 -0
  868. package/dist/esm/utilities/contours/generateContourSetsFromLabelmap.js.map +1 -0
  869. package/dist/esm/utilities/contours/getContourHolesDataCanvas.js +1 -0
  870. package/dist/esm/utilities/contours/getContourHolesDataCanvas.js.map +1 -0
  871. package/dist/esm/utilities/contours/getContourHolesDataWorld.js +1 -0
  872. package/dist/esm/utilities/contours/getContourHolesDataWorld.js.map +1 -0
  873. package/dist/esm/utilities/contours/getDeduplicatedVTKPolyDataPoints.js +1 -0
  874. package/dist/esm/utilities/contours/getDeduplicatedVTKPolyDataPoints.js.map +1 -0
  875. package/dist/esm/utilities/contours/index.js +1 -0
  876. package/dist/esm/utilities/contours/index.js.map +1 -0
  877. package/dist/esm/utilities/contours/interpolation/acceptAutogeneratedInterpolations.js +1 -0
  878. package/dist/esm/utilities/contours/interpolation/acceptAutogeneratedInterpolations.js.map +1 -0
  879. package/dist/esm/utilities/contours/interpolation/createPolylineToolData.js +1 -0
  880. package/dist/esm/utilities/contours/interpolation/createPolylineToolData.js.map +1 -0
  881. package/dist/esm/utilities/contours/interpolation/findAnnotationForInterpolation.js +1 -0
  882. package/dist/esm/utilities/contours/interpolation/findAnnotationForInterpolation.js.map +1 -0
  883. package/dist/esm/utilities/contours/interpolation/getInterpolationData.js +1 -0
  884. package/dist/esm/utilities/contours/interpolation/getInterpolationData.js.map +1 -0
  885. package/dist/esm/utilities/contours/interpolation/getInterpolationDataCollection.js +1 -0
  886. package/dist/esm/utilities/contours/interpolation/getInterpolationDataCollection.js.map +1 -0
  887. package/dist/esm/utilities/contours/interpolation/interpolate.js +1 -0
  888. package/dist/esm/utilities/contours/interpolation/interpolate.js.map +1 -0
  889. package/dist/esm/utilities/contours/interpolation/selectHandles.js +1 -0
  890. package/dist/esm/utilities/contours/interpolation/selectHandles.js.map +1 -0
  891. package/dist/esm/utilities/contours/interpolation/updateChildInterpolationUID.js +1 -0
  892. package/dist/esm/utilities/contours/interpolation/updateChildInterpolationUID.js.map +1 -0
  893. package/dist/esm/utilities/contours/reverseIfAntiClockwise.js +1 -0
  894. package/dist/esm/utilities/contours/reverseIfAntiClockwise.js.map +1 -0
  895. package/dist/esm/utilities/contours/updateContourPolyline.js +1 -0
  896. package/dist/esm/utilities/contours/updateContourPolyline.js.map +1 -0
  897. package/dist/esm/utilities/debounce.js +1 -0
  898. package/dist/esm/utilities/debounce.js.map +1 -0
  899. package/dist/esm/utilities/drawing/getTextBoxCoordsCanvas.js +1 -0
  900. package/dist/esm/utilities/drawing/getTextBoxCoordsCanvas.js.map +1 -0
  901. package/dist/esm/utilities/drawing/index.js +1 -0
  902. package/dist/esm/utilities/drawing/index.js.map +1 -0
  903. package/dist/esm/utilities/dynamicVolume/generateImageFromTimeData.js +1 -0
  904. package/dist/esm/utilities/dynamicVolume/generateImageFromTimeData.js.map +1 -0
  905. package/dist/esm/utilities/dynamicVolume/getDataInTime.js +1 -0
  906. package/dist/esm/utilities/dynamicVolume/getDataInTime.js.map +1 -0
  907. package/dist/esm/utilities/dynamicVolume/index.js +1 -0
  908. package/dist/esm/utilities/dynamicVolume/index.js.map +1 -0
  909. package/dist/esm/utilities/getAnnotationNearPoint.js +1 -0
  910. package/dist/esm/utilities/getAnnotationNearPoint.js.map +1 -0
  911. package/dist/esm/utilities/getCalibratedUnits.js +1 -0
  912. package/dist/esm/utilities/getCalibratedUnits.js.map +1 -0
  913. package/dist/esm/utilities/getPixelValueUnits.js +1 -0
  914. package/dist/esm/utilities/getPixelValueUnits.js.map +1 -0
  915. package/dist/esm/utilities/getSphereBoundsInfo.js +1 -0
  916. package/dist/esm/utilities/getSphereBoundsInfo.js.map +1 -0
  917. package/dist/esm/utilities/getToolsWithModesForElement.js +1 -0
  918. package/dist/esm/utilities/getToolsWithModesForElement.js.map +1 -0
  919. package/dist/esm/utilities/getVOIMultipliers.js +1 -0
  920. package/dist/esm/utilities/getVOIMultipliers.js.map +1 -0
  921. package/dist/esm/utilities/getViewportForAnnotation.js +1 -0
  922. package/dist/esm/utilities/getViewportForAnnotation.js.map +1 -0
  923. package/dist/esm/utilities/getViewportsForAnnotation.js +1 -0
  924. package/dist/esm/utilities/getViewportsForAnnotation.js.map +1 -0
  925. package/dist/esm/utilities/index.js +1 -0
  926. package/dist/esm/utilities/index.js.map +1 -0
  927. package/dist/esm/utilities/isObject.js +1 -0
  928. package/dist/esm/utilities/isObject.js.map +1 -0
  929. package/dist/esm/utilities/livewire/LiveWirePath.js +1 -0
  930. package/dist/esm/utilities/livewire/LiveWirePath.js.map +1 -0
  931. package/dist/esm/utilities/livewire/LivewireScissors.js +1 -0
  932. package/dist/esm/utilities/livewire/LivewireScissors.js.map +1 -0
  933. package/dist/esm/utilities/math/aabb/distanceToPoint.js +1 -0
  934. package/dist/esm/utilities/math/aabb/distanceToPoint.js.map +1 -0
  935. package/dist/esm/utilities/math/aabb/distanceToPointSquared.js +1 -0
  936. package/dist/esm/utilities/math/aabb/distanceToPointSquared.js.map +1 -0
  937. package/dist/esm/utilities/math/aabb/index.js +1 -0
  938. package/dist/esm/utilities/math/aabb/index.js.map +1 -0
  939. package/dist/esm/utilities/math/aabb/intersectAABB.js +1 -0
  940. package/dist/esm/utilities/math/aabb/intersectAABB.js.map +1 -0
  941. package/dist/esm/utilities/math/angle/angleBetweenLines.js +1 -0
  942. package/dist/esm/utilities/math/angle/angleBetweenLines.js.map +1 -0
  943. package/dist/esm/utilities/math/basic/BasicStatsCalculator.js +1 -0
  944. package/dist/esm/utilities/math/basic/BasicStatsCalculator.js.map +1 -0
  945. package/dist/esm/utilities/math/basic/Calculator.js +1 -0
  946. package/dist/esm/utilities/math/basic/Calculator.js.map +1 -0
  947. package/dist/esm/utilities/math/basic/index.js +1 -0
  948. package/dist/esm/utilities/math/basic/index.js.map +1 -0
  949. package/dist/esm/utilities/math/circle/_types.js +1 -1
  950. package/dist/esm/utilities/math/circle/_types.js.map +1 -0
  951. package/dist/esm/utilities/math/circle/getCanvasCircleCorners.js +1 -0
  952. package/dist/esm/utilities/math/circle/getCanvasCircleCorners.js.map +1 -0
  953. package/dist/esm/utilities/math/circle/getCanvasCircleRadius.js +1 -0
  954. package/dist/esm/utilities/math/circle/getCanvasCircleRadius.js.map +1 -0
  955. package/dist/esm/utilities/math/circle/index.js +1 -0
  956. package/dist/esm/utilities/math/circle/index.js.map +1 -0
  957. package/dist/esm/utilities/math/ellipse/getCanvasEllipseCorners.js +1 -0
  958. package/dist/esm/utilities/math/ellipse/getCanvasEllipseCorners.js.map +1 -0
  959. package/dist/esm/utilities/math/ellipse/index.js +1 -0
  960. package/dist/esm/utilities/math/ellipse/index.js.map +1 -0
  961. package/dist/esm/utilities/math/ellipse/pointInEllipse.js +1 -0
  962. package/dist/esm/utilities/math/ellipse/pointInEllipse.js.map +1 -0
  963. package/dist/esm/utilities/math/ellipse/pointInEllipsoidWithConstraint.js +1 -0
  964. package/dist/esm/utilities/math/ellipse/pointInEllipsoidWithConstraint.js.map +1 -0
  965. package/dist/esm/utilities/math/index.js +1 -0
  966. package/dist/esm/utilities/math/index.js.map +1 -0
  967. package/dist/esm/utilities/math/line/distanceToPoint.js +1 -0
  968. package/dist/esm/utilities/math/line/distanceToPoint.js.map +1 -0
  969. package/dist/esm/utilities/math/line/distanceToPointSquared.js +1 -0
  970. package/dist/esm/utilities/math/line/distanceToPointSquared.js.map +1 -0
  971. package/dist/esm/utilities/math/line/distanceToPointSquaredInfo.js +1 -0
  972. package/dist/esm/utilities/math/line/distanceToPointSquaredInfo.js.map +1 -0
  973. package/dist/esm/utilities/math/line/index.js +1 -0
  974. package/dist/esm/utilities/math/line/index.js.map +1 -0
  975. package/dist/esm/utilities/math/line/intersectLine.js +1 -0
  976. package/dist/esm/utilities/math/line/intersectLine.js.map +1 -0
  977. package/dist/esm/utilities/math/line/isPointOnLineSegment.js +1 -0
  978. package/dist/esm/utilities/math/line/isPointOnLineSegment.js.map +1 -0
  979. package/dist/esm/utilities/math/midPoint.js +1 -0
  980. package/dist/esm/utilities/math/midPoint.js.map +1 -0
  981. package/dist/esm/utilities/math/point/distanceToPoint.js +1 -0
  982. package/dist/esm/utilities/math/point/distanceToPoint.js.map +1 -0
  983. package/dist/esm/utilities/math/point/distanceToPointSquared.js +1 -0
  984. package/dist/esm/utilities/math/point/distanceToPointSquared.js.map +1 -0
  985. package/dist/esm/utilities/math/point/index.js +1 -0
  986. package/dist/esm/utilities/math/point/index.js.map +1 -0
  987. package/dist/esm/utilities/math/point/mirror.js +1 -0
  988. package/dist/esm/utilities/math/point/mirror.js.map +1 -0
  989. package/dist/esm/utilities/math/polyline/addCanvasPointsToArray.js +1 -0
  990. package/dist/esm/utilities/math/polyline/addCanvasPointsToArray.js.map +1 -0
  991. package/dist/esm/utilities/math/polyline/areLineSegmentsIntersecting.js +1 -0
  992. package/dist/esm/utilities/math/polyline/areLineSegmentsIntersecting.js.map +1 -0
  993. package/dist/esm/utilities/math/polyline/combinePolyline.js +1 -0
  994. package/dist/esm/utilities/math/polyline/combinePolyline.js.map +1 -0
  995. package/dist/esm/utilities/math/polyline/containsPoint.js +1 -0
  996. package/dist/esm/utilities/math/polyline/containsPoint.js.map +1 -0
  997. package/dist/esm/utilities/math/polyline/containsPoints.js +1 -0
  998. package/dist/esm/utilities/math/polyline/containsPoints.js.map +1 -0
  999. package/dist/esm/utilities/math/polyline/decimate.js +1 -0
  1000. package/dist/esm/utilities/math/polyline/decimate.js.map +1 -0
  1001. package/dist/esm/utilities/math/polyline/getAABB.js +1 -0
  1002. package/dist/esm/utilities/math/polyline/getAABB.js.map +1 -0
  1003. package/dist/esm/utilities/math/polyline/getArea.js +1 -0
  1004. package/dist/esm/utilities/math/polyline/getArea.js.map +1 -0
  1005. package/dist/esm/utilities/math/polyline/getClosestLineSegmentIntersection.js +1 -0
  1006. package/dist/esm/utilities/math/polyline/getClosestLineSegmentIntersection.js.map +1 -0
  1007. package/dist/esm/utilities/math/polyline/getFirstLineSegmentIntersectionIndexes.js +1 -0
  1008. package/dist/esm/utilities/math/polyline/getFirstLineSegmentIntersectionIndexes.js.map +1 -0
  1009. package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsCoordinates.js +1 -0
  1010. package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsCoordinates.js.map +1 -0
  1011. package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsIndexes.js +1 -0
  1012. package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsIndexes.js.map +1 -0
  1013. package/dist/esm/utilities/math/polyline/getLinesIntersection.js +1 -0
  1014. package/dist/esm/utilities/math/polyline/getLinesIntersection.js.map +1 -0
  1015. package/dist/esm/utilities/math/polyline/getNormal2.js +1 -0
  1016. package/dist/esm/utilities/math/polyline/getNormal2.js.map +1 -0
  1017. package/dist/esm/utilities/math/polyline/getNormal3.js +1 -0
  1018. package/dist/esm/utilities/math/polyline/getNormal3.js.map +1 -0
  1019. package/dist/esm/utilities/math/polyline/getSignedArea.js +1 -0
  1020. package/dist/esm/utilities/math/polyline/getSignedArea.js.map +1 -0
  1021. package/dist/esm/utilities/math/polyline/getSubPixelSpacingAndXYDirections.js +1 -0
  1022. package/dist/esm/utilities/math/polyline/getSubPixelSpacingAndXYDirections.js.map +1 -0
  1023. package/dist/esm/utilities/math/polyline/getWindingDirection.js +1 -0
  1024. package/dist/esm/utilities/math/polyline/getWindingDirection.js.map +1 -0
  1025. package/dist/esm/utilities/math/polyline/index.js +1 -0
  1026. package/dist/esm/utilities/math/polyline/index.js.map +1 -0
  1027. package/dist/esm/utilities/math/polyline/intersectPolyline.js +1 -0
  1028. package/dist/esm/utilities/math/polyline/intersectPolyline.js.map +1 -0
  1029. package/dist/esm/utilities/math/polyline/isClosed.js +1 -0
  1030. package/dist/esm/utilities/math/polyline/isClosed.js.map +1 -0
  1031. package/dist/esm/utilities/math/polyline/isPointInsidePolyline3D.js +1 -0
  1032. package/dist/esm/utilities/math/polyline/isPointInsidePolyline3D.js.map +1 -0
  1033. package/dist/esm/utilities/math/polyline/planarFreehandROIInternalTypes.js +1 -1
  1034. package/dist/esm/utilities/math/polyline/planarFreehandROIInternalTypes.js.map +1 -0
  1035. package/dist/esm/utilities/math/polyline/pointCanProjectOnLine.js +1 -0
  1036. package/dist/esm/utilities/math/polyline/pointCanProjectOnLine.js.map +1 -0
  1037. package/dist/esm/utilities/math/polyline/pointsAreWithinCloseContourProximity.js +1 -0
  1038. package/dist/esm/utilities/math/polyline/pointsAreWithinCloseContourProximity.js.map +1 -0
  1039. package/dist/esm/utilities/math/polyline/projectTo2D.js +1 -0
  1040. package/dist/esm/utilities/math/polyline/projectTo2D.js.map +1 -0
  1041. package/dist/esm/utilities/math/rectangle/distanceToPoint.js +1 -0
  1042. package/dist/esm/utilities/math/rectangle/distanceToPoint.js.map +1 -0
  1043. package/dist/esm/utilities/math/rectangle/index.js +1 -0
  1044. package/dist/esm/utilities/math/rectangle/index.js.map +1 -0
  1045. package/dist/esm/utilities/math/sphere/index.js +1 -0
  1046. package/dist/esm/utilities/math/sphere/index.js.map +1 -0
  1047. package/dist/esm/utilities/math/sphere/pointInSphere.js +1 -0
  1048. package/dist/esm/utilities/math/sphere/pointInSphere.js.map +1 -0
  1049. package/dist/esm/utilities/math/vec2/findClosestPoint.js +1 -0
  1050. package/dist/esm/utilities/math/vec2/findClosestPoint.js.map +1 -0
  1051. package/dist/esm/utilities/math/vec2/index.js +1 -0
  1052. package/dist/esm/utilities/math/vec2/index.js.map +1 -0
  1053. package/dist/esm/utilities/math/vec2/liangBarksyClip.js +1 -0
  1054. package/dist/esm/utilities/math/vec2/liangBarksyClip.js.map +1 -0
  1055. package/dist/esm/utilities/math/vec3/interpolateVec3.js +1 -0
  1056. package/dist/esm/utilities/math/vec3/interpolateVec3.js.map +1 -0
  1057. package/dist/esm/utilities/orientation/getOrientationStringLPS.js +1 -0
  1058. package/dist/esm/utilities/orientation/getOrientationStringLPS.js.map +1 -0
  1059. package/dist/esm/utilities/orientation/index.js +1 -0
  1060. package/dist/esm/utilities/orientation/index.js.map +1 -0
  1061. package/dist/esm/utilities/orientation/invertOrientationStringLPS.js +1 -0
  1062. package/dist/esm/utilities/orientation/invertOrientationStringLPS.js.map +1 -0
  1063. package/dist/esm/utilities/planar/filterAnnotationsForDisplay.js +1 -0
  1064. package/dist/esm/utilities/planar/filterAnnotationsForDisplay.js.map +1 -0
  1065. package/dist/esm/utilities/planar/filterAnnotationsWithinPlane.js +1 -0
  1066. package/dist/esm/utilities/planar/filterAnnotationsWithinPlane.js.map +1 -0
  1067. package/dist/esm/utilities/planar/filterAnnotationsWithinSlice.js +1 -0
  1068. package/dist/esm/utilities/planar/filterAnnotationsWithinSlice.js.map +1 -0
  1069. package/dist/esm/utilities/planar/getPointInLineOfSightWithCriteria.js +1 -0
  1070. package/dist/esm/utilities/planar/getPointInLineOfSightWithCriteria.js.map +1 -0
  1071. package/dist/esm/utilities/planar/getWorldWidthAndHeightFromCorners.js +1 -0
  1072. package/dist/esm/utilities/planar/getWorldWidthAndHeightFromCorners.js.map +1 -0
  1073. package/dist/esm/utilities/planar/getWorldWidthAndHeightFromTwoPoints.js +1 -0
  1074. package/dist/esm/utilities/planar/getWorldWidthAndHeightFromTwoPoints.js.map +1 -0
  1075. package/dist/esm/utilities/planar/index.js +1 -0
  1076. package/dist/esm/utilities/planar/index.js.map +1 -0
  1077. package/dist/esm/utilities/planar/isPlaneIntersectingAABB.js +1 -0
  1078. package/dist/esm/utilities/planar/isPlaneIntersectingAABB.js.map +1 -0
  1079. package/dist/esm/utilities/planarFreehandROITool/index.js +1 -0
  1080. package/dist/esm/utilities/planarFreehandROITool/index.js.map +1 -0
  1081. package/dist/esm/utilities/planarFreehandROITool/interpolation/algorithms/bspline.js +1 -0
  1082. package/dist/esm/utilities/planarFreehandROITool/interpolation/algorithms/bspline.js.map +1 -0
  1083. package/dist/esm/utilities/planarFreehandROITool/interpolation/interpolateSegmentPoints.js +1 -0
  1084. package/dist/esm/utilities/planarFreehandROITool/interpolation/interpolateSegmentPoints.js.map +1 -0
  1085. package/dist/esm/utilities/planarFreehandROITool/smoothAnnotation.js +1 -0
  1086. package/dist/esm/utilities/planarFreehandROITool/smoothAnnotation.js.map +1 -0
  1087. package/dist/esm/utilities/planarFreehandROITool/smoothPoints.js +1 -0
  1088. package/dist/esm/utilities/planarFreehandROITool/smoothPoints.js.map +1 -0
  1089. package/dist/esm/utilities/pointToString.js +1 -0
  1090. package/dist/esm/utilities/pointToString.js.map +1 -0
  1091. package/dist/esm/utilities/polyData/utils.js +1 -0
  1092. package/dist/esm/utilities/polyData/utils.js.map +1 -0
  1093. package/dist/esm/utilities/rectangleROITool/getBoundsIJKFromRectangleAnnotations.js +1 -0
  1094. package/dist/esm/utilities/rectangleROITool/getBoundsIJKFromRectangleAnnotations.js.map +1 -0
  1095. package/dist/esm/utilities/rectangleROITool/index.js +1 -0
  1096. package/dist/esm/utilities/rectangleROITool/index.js.map +1 -0
  1097. package/dist/esm/utilities/rectangleROITool/isAxisAlignedRectangle.js +1 -0
  1098. package/dist/esm/utilities/rectangleROITool/isAxisAlignedRectangle.js.map +1 -0
  1099. package/dist/esm/utilities/scroll.js +1 -0
  1100. package/dist/esm/utilities/scroll.js.map +1 -0
  1101. package/dist/esm/utilities/segmentation/InterpolationManager/InterpolationManager.js +1 -0
  1102. package/dist/esm/utilities/segmentation/InterpolationManager/InterpolationManager.js.map +1 -0
  1103. package/dist/esm/utilities/segmentation/InterpolationManager/deleteRelatedAnnotations.js +1 -0
  1104. package/dist/esm/utilities/segmentation/InterpolationManager/deleteRelatedAnnotations.js.map +1 -0
  1105. package/dist/esm/utilities/segmentation/brushSizeForToolGroup.js +1 -0
  1106. package/dist/esm/utilities/segmentation/brushSizeForToolGroup.js.map +1 -0
  1107. package/dist/esm/utilities/segmentation/brushThresholdForToolGroup.js +1 -0
  1108. package/dist/esm/utilities/segmentation/brushThresholdForToolGroup.js.map +1 -0
  1109. package/dist/esm/utilities/segmentation/contourAndFindLargestBidirectional.js +1 -0
  1110. package/dist/esm/utilities/segmentation/contourAndFindLargestBidirectional.js.map +1 -0
  1111. package/dist/esm/utilities/segmentation/createBidirectionalToolData.js +1 -0
  1112. package/dist/esm/utilities/segmentation/createBidirectionalToolData.js.map +1 -0
  1113. package/dist/esm/utilities/segmentation/createLabelmapVolumeForViewport.js +1 -0
  1114. package/dist/esm/utilities/segmentation/createLabelmapVolumeForViewport.js.map +1 -0
  1115. package/dist/esm/utilities/segmentation/createMergedLabelmapForIndex.js +1 -0
  1116. package/dist/esm/utilities/segmentation/createMergedLabelmapForIndex.js.map +1 -0
  1117. package/dist/esm/utilities/segmentation/findLargestBidirectional.js +1 -0
  1118. package/dist/esm/utilities/segmentation/findLargestBidirectional.js.map +1 -0
  1119. package/dist/esm/utilities/segmentation/floodFill.js +1 -0
  1120. package/dist/esm/utilities/segmentation/floodFill.js.map +1 -0
  1121. package/dist/esm/utilities/segmentation/getBrushToolInstances.js +1 -0
  1122. package/dist/esm/utilities/segmentation/getBrushToolInstances.js.map +1 -0
  1123. package/dist/esm/utilities/segmentation/getDefaultRepresentationConfig.js +1 -0
  1124. package/dist/esm/utilities/segmentation/getDefaultRepresentationConfig.js.map +1 -0
  1125. package/dist/esm/utilities/segmentation/getHoveredContourSegmentationAnnotation.js +1 -0
  1126. package/dist/esm/utilities/segmentation/getHoveredContourSegmentationAnnotation.js.map +1 -0
  1127. package/dist/esm/utilities/segmentation/getSegmentIndexAtLabelmapBorder.js +1 -0
  1128. package/dist/esm/utilities/segmentation/getSegmentIndexAtLabelmapBorder.js.map +1 -0
  1129. package/dist/esm/utilities/segmentation/getSegmentIndexAtWorldPoint.js +1 -0
  1130. package/dist/esm/utilities/segmentation/getSegmentIndexAtWorldPoint.js.map +1 -0
  1131. package/dist/esm/utilities/segmentation/getUniqueSegmentIndices.js +1 -0
  1132. package/dist/esm/utilities/segmentation/getUniqueSegmentIndices.js.map +1 -0
  1133. package/dist/esm/utilities/segmentation/index.js +1 -0
  1134. package/dist/esm/utilities/segmentation/index.js.map +1 -0
  1135. package/dist/esm/utilities/segmentation/invalidateBrushCursor.js +1 -0
  1136. package/dist/esm/utilities/segmentation/invalidateBrushCursor.js.map +1 -0
  1137. package/dist/esm/utilities/segmentation/isLineInSegment.js +1 -0
  1138. package/dist/esm/utilities/segmentation/isLineInSegment.js.map +1 -0
  1139. package/dist/esm/utilities/segmentation/isValidRepresentationConfig.js +1 -0
  1140. package/dist/esm/utilities/segmentation/isValidRepresentationConfig.js.map +1 -0
  1141. package/dist/esm/utilities/segmentation/rectangleROIThresholdVolumeByRange.js +1 -0
  1142. package/dist/esm/utilities/segmentation/rectangleROIThresholdVolumeByRange.js.map +1 -0
  1143. package/dist/esm/utilities/segmentation/segmentContourAction.js +1 -0
  1144. package/dist/esm/utilities/segmentation/segmentContourAction.js.map +1 -0
  1145. package/dist/esm/utilities/segmentation/thresholdSegmentationByRange.js +1 -0
  1146. package/dist/esm/utilities/segmentation/thresholdSegmentationByRange.js.map +1 -0
  1147. package/dist/esm/utilities/segmentation/thresholdVolumeByRange.js +1 -0
  1148. package/dist/esm/utilities/segmentation/thresholdVolumeByRange.js.map +1 -0
  1149. package/dist/esm/utilities/segmentation/utilities.js +1 -0
  1150. package/dist/esm/utilities/segmentation/utilities.js.map +1 -0
  1151. package/dist/esm/utilities/stackPrefetch/index.js +1 -0
  1152. package/dist/esm/utilities/stackPrefetch/index.js.map +1 -0
  1153. package/dist/esm/utilities/stackPrefetch/stackContextPrefetch.js +1 -0
  1154. package/dist/esm/utilities/stackPrefetch/stackContextPrefetch.js.map +1 -0
  1155. package/dist/esm/utilities/stackPrefetch/stackPrefetch.js +1 -0
  1156. package/dist/esm/utilities/stackPrefetch/stackPrefetch.js.map +1 -0
  1157. package/dist/esm/utilities/stackPrefetch/stackPrefetchUtils.js +1 -0
  1158. package/dist/esm/utilities/stackPrefetch/stackPrefetchUtils.js.map +1 -0
  1159. package/dist/esm/utilities/stackPrefetch/state.js +1 -0
  1160. package/dist/esm/utilities/stackPrefetch/state.js.map +1 -0
  1161. package/dist/esm/utilities/throttle.js +1 -0
  1162. package/dist/esm/utilities/throttle.js.map +1 -0
  1163. package/dist/esm/utilities/touch/index.js +1 -0
  1164. package/dist/esm/utilities/touch/index.js.map +1 -0
  1165. package/dist/esm/utilities/triggerAnnotationRender.js +1 -0
  1166. package/dist/esm/utilities/triggerAnnotationRender.js.map +1 -0
  1167. package/dist/esm/utilities/triggerAnnotationRenderForToolGroupIds.js +1 -0
  1168. package/dist/esm/utilities/triggerAnnotationRenderForToolGroupIds.js.map +1 -0
  1169. package/dist/esm/utilities/triggerAnnotationRenderForViewportIds.js +1 -0
  1170. package/dist/esm/utilities/triggerAnnotationRenderForViewportIds.js.map +1 -0
  1171. package/dist/esm/utilities/viewport/index.js +1 -0
  1172. package/dist/esm/utilities/viewport/index.js.map +1 -0
  1173. package/dist/esm/utilities/viewport/isViewportPreScaled.js +1 -0
  1174. package/dist/esm/utilities/viewport/isViewportPreScaled.js.map +1 -0
  1175. package/dist/esm/utilities/viewport/jumpToSlice.js +1 -0
  1176. package/dist/esm/utilities/viewport/jumpToSlice.js.map +1 -0
  1177. package/dist/esm/utilities/viewport/jumpToWorld.js +1 -0
  1178. package/dist/esm/utilities/viewport/jumpToWorld.js.map +1 -0
  1179. package/dist/esm/utilities/viewportFilters/filterViewportsWithFrameOfReferenceUID.js +1 -0
  1180. package/dist/esm/utilities/viewportFilters/filterViewportsWithFrameOfReferenceUID.js.map +1 -0
  1181. package/dist/esm/utilities/viewportFilters/filterViewportsWithParallelNormals.js +1 -0
  1182. package/dist/esm/utilities/viewportFilters/filterViewportsWithParallelNormals.js.map +1 -0
  1183. package/dist/esm/utilities/viewportFilters/filterViewportsWithSameOrientation.js +1 -0
  1184. package/dist/esm/utilities/viewportFilters/filterViewportsWithSameOrientation.js.map +1 -0
  1185. package/dist/esm/utilities/viewportFilters/filterViewportsWithToolEnabled.js +1 -0
  1186. package/dist/esm/utilities/viewportFilters/filterViewportsWithToolEnabled.js.map +1 -0
  1187. package/dist/esm/utilities/viewportFilters/getViewportIdsWithToolToRender.js +1 -0
  1188. package/dist/esm/utilities/viewportFilters/getViewportIdsWithToolToRender.js.map +1 -0
  1189. package/dist/esm/utilities/viewportFilters/index.js +1 -0
  1190. package/dist/esm/utilities/viewportFilters/index.js.map +1 -0
  1191. package/dist/esm/utilities/voi/colorbar/Colorbar.js +1 -0
  1192. package/dist/esm/utilities/voi/colorbar/Colorbar.js.map +1 -0
  1193. package/dist/esm/utilities/voi/colorbar/ColorbarCanvas.js +4 -0
  1194. package/dist/esm/utilities/voi/colorbar/ColorbarCanvas.js.map +1 -0
  1195. package/dist/esm/utilities/voi/colorbar/ColorbarTicks.js +1 -0
  1196. package/dist/esm/utilities/voi/colorbar/ColorbarTicks.js.map +1 -0
  1197. package/dist/esm/utilities/voi/colorbar/ViewportColorbar.js +1 -0
  1198. package/dist/esm/utilities/voi/colorbar/ViewportColorbar.js.map +1 -0
  1199. package/dist/esm/utilities/voi/colorbar/common/areColorbarRangesEqual.js +1 -0
  1200. package/dist/esm/utilities/voi/colorbar/common/areColorbarRangesEqual.js.map +1 -0
  1201. package/dist/esm/utilities/voi/colorbar/common/areColorbarSizesEqual.js +1 -0
  1202. package/dist/esm/utilities/voi/colorbar/common/areColorbarSizesEqual.js.map +1 -0
  1203. package/dist/esm/utilities/voi/colorbar/common/index.js +1 -0
  1204. package/dist/esm/utilities/voi/colorbar/common/index.js.map +1 -0
  1205. package/dist/esm/utilities/voi/colorbar/common/isColorbarSizeValid.js +1 -0
  1206. package/dist/esm/utilities/voi/colorbar/common/isColorbarSizeValid.js.map +1 -0
  1207. package/dist/esm/utilities/voi/colorbar/common/isRangeTextPositionValid.js +1 -0
  1208. package/dist/esm/utilities/voi/colorbar/common/isRangeTextPositionValid.js.map +1 -0
  1209. package/dist/esm/utilities/voi/colorbar/common/isRangeValid.js +1 -0
  1210. package/dist/esm/utilities/voi/colorbar/common/isRangeValid.js.map +1 -0
  1211. package/dist/esm/utilities/voi/colorbar/enums/ColorbarRangeTextPosition.js +1 -0
  1212. package/dist/esm/utilities/voi/colorbar/enums/ColorbarRangeTextPosition.js.map +1 -0
  1213. package/dist/esm/utilities/voi/colorbar/enums/index.js +1 -0
  1214. package/dist/esm/utilities/voi/colorbar/enums/index.js.map +1 -0
  1215. package/dist/esm/utilities/voi/colorbar/index.js +1 -0
  1216. package/dist/esm/utilities/voi/colorbar/index.js.map +1 -0
  1217. package/dist/esm/utilities/voi/colorbar/types/ColorbarCanvasProps.js +1 -1
  1218. package/dist/esm/utilities/voi/colorbar/types/ColorbarCanvasProps.js.map +1 -0
  1219. package/dist/esm/utilities/voi/colorbar/types/ColorbarCommonProps.js +1 -1
  1220. package/dist/esm/utilities/voi/colorbar/types/ColorbarCommonProps.js.map +1 -0
  1221. package/dist/esm/utilities/voi/colorbar/types/ColorbarImageRange.js +1 -1
  1222. package/dist/esm/utilities/voi/colorbar/types/ColorbarImageRange.js.map +1 -0
  1223. package/dist/esm/utilities/voi/colorbar/types/ColorbarProps.js +1 -1
  1224. package/dist/esm/utilities/voi/colorbar/types/ColorbarProps.js.map +1 -0
  1225. package/dist/esm/utilities/voi/colorbar/types/ColorbarSize.js +1 -1
  1226. package/dist/esm/utilities/voi/colorbar/types/ColorbarSize.js.map +1 -0
  1227. package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksProps.js +1 -1
  1228. package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksProps.js.map +1 -0
  1229. package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksStyle.js +1 -1
  1230. package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksStyle.js.map +1 -0
  1231. package/dist/esm/utilities/voi/colorbar/types/ColorbarVOIRange.js +1 -1
  1232. package/dist/esm/utilities/voi/colorbar/types/ColorbarVOIRange.js.map +1 -0
  1233. package/dist/esm/utilities/voi/colorbar/types/ViewportColorbarProps.js +1 -1
  1234. package/dist/esm/utilities/voi/colorbar/types/ViewportColorbarProps.js.map +1 -0
  1235. package/dist/esm/utilities/voi/colorbar/types/index.js +1 -1
  1236. package/dist/esm/utilities/voi/colorbar/types/index.js.map +1 -0
  1237. package/dist/esm/utilities/voi/index.js +1 -0
  1238. package/dist/esm/utilities/voi/index.js.map +1 -0
  1239. package/dist/esm/utilities/voi/windowlevel/calculateMinMaxMean.js +1 -0
  1240. package/dist/esm/utilities/voi/windowlevel/calculateMinMaxMean.js.map +1 -0
  1241. package/dist/esm/utilities/voi/windowlevel/extractWindowLevelRegionToolData.js +1 -0
  1242. package/dist/esm/utilities/voi/windowlevel/extractWindowLevelRegionToolData.js.map +1 -0
  1243. package/dist/esm/utilities/voi/windowlevel/getLuminanceFromRegion.js +1 -0
  1244. package/dist/esm/utilities/voi/windowlevel/getLuminanceFromRegion.js.map +1 -0
  1245. package/dist/esm/utilities/voi/windowlevel/index.js +1 -0
  1246. package/dist/esm/utilities/voi/windowlevel/index.js.map +1 -0
  1247. package/dist/esm/widgets/Widget.js +1 -0
  1248. package/dist/esm/widgets/Widget.js.map +1 -0
  1249. package/dist/esm/widgets/types/WidgetProps.js +1 -1
  1250. package/dist/esm/widgets/types/WidgetProps.js.map +1 -0
  1251. package/dist/esm/widgets/types/WidgetSize.js +1 -1
  1252. package/dist/esm/widgets/types/WidgetSize.js.map +1 -0
  1253. package/dist/esm/widgets/types/index.js +1 -1
  1254. package/dist/esm/widgets/types/index.js.map +1 -0
  1255. package/dist/esm/workers/polySegConverters.js +1 -0
  1256. package/dist/esm/workers/polySegConverters.js.map +1 -0
  1257. package/package.json +57 -20
  1258. package/dist/umd/17dd54813d5acc10bf8f.wasm +0 -0
  1259. package/dist/umd/78.index.js +0 -3
  1260. package/dist/umd/78.index.js.LICENSE.txt +0 -5
  1261. package/dist/umd/78.index.js.map +0 -1
  1262. package/dist/umd/985.index.js +0 -2
  1263. package/dist/umd/985.index.js.map +0 -1
  1264. package/dist/umd/index.js +0 -3
  1265. package/dist/umd/index.js.LICENSE.txt +0 -6
  1266. package/dist/umd/index.js.map +0 -1
@@ -1 +1 @@
1
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
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
- export {};
1
+ //# sourceMappingURL=ToolSpecificAnnotationTypes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToolSpecificAnnotationTypes.js","sourceRoot":"/packages/tools/src/","sources":["types/ToolSpecificAnnotationTypes.ts"],"names":[],"mappings":""}
@@ -1 +1 @@
1
- export {};
1
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"/packages/tools/src/","sources":["types/index.ts"],"names":[],"mappings":""}
@@ -76,3 +76,4 @@ export class BucketQueue {
76
76
  return buckets;
77
77
  }
78
78
  }
79
+ //# sourceMappingURL=BucketQueue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BucketQueue.js","sourceRoot":"/packages/tools/src/","sources":["utilities/BucketQueue.ts"],"names":[],"mappings":"AAcA,MAAM,OAAO,WAAW;IAatB,YAAY,EACV,OAAO,EACP,WAAW,EACX,QAAQ,GAKT;QACC,IAAI,CAAC,YAAY,GAAG,CAAC,IAAI,OAAO,CAAC;QACjC,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,YAAY,GAAG,CAAC,CAAC;QACnC,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC;QACf,IAAI,CAAC,mBAAmB,GAAG,CAAC,CAAC;QAC7B,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAEpD,IAAI,CAAC,YAAY;YACf,OAAO,WAAW,KAAK,WAAW;gBAChC,CAAC,CAAC,WAAW;gBACb,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAyB,CAAC;QAE1C,IAAI,CAAC,SAAS;YACZ,OAAO,QAAQ,KAAK,UAAU;gBAC5B,CAAC,CAAC,QAAQ;gBACV,CAAC,CAAC,CAAC,KAAK,EAAE,KAAK,EAAE,EAAE,CAAC,KAAK,KAAK,KAAK,CAAC;IAC1C,CAAC;IAMM,IAAI,CAAC,IAAO;QACjB,MAAM,WAAW,GAAG,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;QAC/C,MAAM,OAAO,GAAG,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC;QAC3C,MAAM,OAAO,GAAkB;YAC7B,KAAK,EAAE,IAAI;YACX,IAAI,EAAE,OAAO;SACd,CAAC;QAEF,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,GAAG,OAAO,CAAC;QACrC,IAAI,CAAC,KAAK,EAAE,CAAC;IACf,CAAC;IAEM,GAAG;QACR,IAAI,IAAI,CAAC,KAAK,KAAK,CAAC,EAAE,CAAC;YACrB,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;QAC5D,CAAC;QAGD,OAAO,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,mBAAmB,CAAC,KAAK,IAAI,EAAE,CAAC;YACxD,IAAI,CAAC,mBAAmB;gBACtB,CAAC,IAAI,CAAC,mBAAmB,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,YAAY,CAAC;QACvD,CAAC;QAGD,MAAM,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QAEpD,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,mBAAmB,CAAC,GAAG,GAAG,CAAC,IAAI,CAAC;QACnD,IAAI,CAAC,KAAK,EAAE,CAAC;QAEb,OAAO,GAAG,CAAC,KAAK,CAAC;IACnB,CAAC;IAOM,MAAM,CAAC,IAAO;QACnB,IAAI,CAAC,IAAI,EAAE,CAAC;YACV,OAAO,KAAK,CAAC;QACf,CAAC;QAGD,MAAM,WAAW,GAAG,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;QAC/C,MAAM,eAAe,GAAG,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC;QACnD,IAAI,IAAI,GAAG,eAAe,CAAC;QAC3B,IAAI,QAAuB,CAAC;QAE5B,OAAO,IAAI,KAAK,IAAI,EAAE,CAAC;YACrB,IAAI,IAAI,CAAC,SAAS,CAAC,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;gBACrC,MAAM;YACR,CAAC;YAED,QAAQ,GAAG,IAAI,CAAC;YAChB,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;QACnB,CAAC;QAGD,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;YAClB,OAAO,KAAK,CAAC;QACf,CAAC;QAGD,IAAI,IAAI,KAAK,eAAe,EAAE,CAAC;YAC7B,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC;QACzC,CAAC;aAAM,CAAC;YACN,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;QAC5B,CAAC;QAED,IAAI,CAAC,KAAK,EAAE,CAAC;QACb,OAAO,IAAI,CAAC;IACd,CAAC;IAEM,OAAO;QACZ,OAAO,IAAI,CAAC,KAAK,KAAK,CAAC,CAAC;IAC1B,CAAC;IAOO,eAAe,CAAC,IAAI;QAC1B,OAAO,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC;IAC9C,CAAC;IAOO,WAAW,CAAC,IAAI;QACtB,MAAM,OAAO,GAAG,IAAI,KAAK,CAAC,IAAI,CAAC,CAAC;QAChC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACnB,OAAO,OAAO,CAAC;IACjB,CAAC;CACF"}
@@ -40,3 +40,4 @@ export default class AnnotationFrameRange {
40
40
  return this.imageIdToFrames(annotation.metadata.referencedImageId);
41
41
  }
42
42
  }
43
+ //# sourceMappingURL=annotationFrameRange.js.map
@@ -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"}
@@ -80,3 +80,4 @@ function calculateDistanceToImage(worldPos, ImagePositionPatient, viewPlaneNorma
80
80
  return Math.abs(dot);
81
81
  }
82
82
  export { annotationHydration, getClosestImageIdForStackViewport };
83
+ //# sourceMappingURL=annotationHydration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotationHydration.js","sourceRoot":"/packages/tools/src/","sources":["utilities/annotationHydration.ts"],"names":[],"mappings":"AACA,OAAO,EACL,SAAS,EACT,kBAAkB,EAClB,aAAa,EACb,KAAK,EACL,QAAQ,GACT,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;AAC9E,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEjC,SAAS,mBAAmB,CAC1B,QAAyB,EACzB,QAAgB,EAChB,WAA2B,EAC3B,OAGC;IAED,MAAM,aAAa,GAAG,QAAQ,CAAC,gBAAgB,EAAE,CAAC;IAClD,MAAM,EAAE,eAAe,EAAE,mBAAmB,EAAE,GAAG,aAAa,CAAC;IAC/D,MAAM,UAAU,GAAG;QACjB,aAAa,EAAE,OAAO,EAAE,aAAa,IAAI,SAAS,CAAC,MAAM,EAAE;QAC3D,IAAI,EAAE;YACJ,OAAO,EAAE;gBACP,MAAM,EAAE,WAAW;aACpB;SACF;QACD,WAAW,EAAE,KAAK;QAClB,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,QAAQ,EAAE,KAAK;QACf,SAAS,EAAE,IAAI;QACf,QAAQ,EAAE;YACR,QAAQ;YACR,eAAe;YACf,mBAAmB;YACnB,iBAAiB,EAAE,oBAAoB,CACrC,QAAQ,EACR,WAAW,CAAC,CAAC,CAAC,EACd,eAAe,CAChB;YACD,GAAG,OAAO;SACX;KACF,CAAC;IACF,aAAa,CAAC,UAAU,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;IAC5C,OAAO,UAAU,CAAC;AACpB,CAAC;AAED,SAAS,oBAAoB,CAC3B,QAAyB,EACzB,QAAsB,EACtB,eAA6B;IAE7B,IAAI,iBAAiB,CAAC;IAEtB,IAAI,QAAQ,YAAY,aAAa,EAAE,CAAC;QACtC,iBAAiB,GAAG,iCAAiC,CACnD,QAAQ,EACR,QAAQ,EACR,eAAe,CAChB,CAAC;IACJ,CAAC;SAAM,IAAI,QAAQ,YAAY,kBAAkB,EAAE,CAAC;QAClD,MAAM,QAAQ,GAAG,WAAW,CAAC,QAAQ,CAAC,CAAC;QACvC,MAAM,QAAQ,GAAG,SAAS,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;QACjD,MAAM,WAAW,GAAG,KAAK,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC;QAE9C,iBAAiB,GAAG,SAAS,CAAC,iBAAiB,CAC7C,WAAW,EACX,QAAQ,EACR,eAAe,CAChB,CAAC;IACJ,CAAC;SAAM,CAAC;QACN,MAAM,IAAI,KAAK,CACb,8EAA8E,CAC/E,CAAC;IACJ,CAAC;IAED,OAAO,iBAAiB,CAAC;AAC3B,CAAC;AAED,SAAS,WAAW,CAAC,QAAyB;IAC5C,MAAM,QAAQ,GAAG,QAAQ,CAAC,kBAAkB,EAAE,EAAE,CAAC;IACjD,IAAI,QAAQ,EAAE,CAAC;QACb,OAAO,QAAQ,CAAC;IAClB,CAAC;IACD,IAAI,QAAQ,YAAY,kBAAkB,EAAE,CAAC;QAC3C,OAAO,YAAY,iBAAiB,CAAC,QAAQ,CAAC,EAAE,CAAC;IACnD,CAAC;IACD,MAAM,IAAI,KAAK,CAAC,sDAAsD,CAAC,CAAC;AAC1E,CAAC;AAED,SAAS,iBAAiB,CAAC,QAAyB;IAClD,MAAM,YAAY,GAAG,QAAQ,CAAC,SAAS,EAAE,CAAC;IAE1C,IAAI,CAAC,YAAY,EAAE,CAAC;QAClB,OAAO;IACT,CAAC;IACD,OAAO,YAAY,CAAC,IAAI,CACtB,CAAC,UAAU,EAAE,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC,YAAY,EAAE,KAAK,WAAW,CAChE,EAAE,GAAG,CAAC;AACT,CAAC;AAED,SAAS,iCAAiC,CACxC,QAAuB,EACvB,QAAsB,EACtB,eAA6B;IAE7B,MAAM,QAAQ,GAAG,QAAQ,CAAC,WAAW,EAAE,CAAC;IACxC,IAAI,CAAC,QAAQ,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC;QAClC,OAAO;IACT,CAAC;IAED,MAAM,kBAAkB,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC,OAAO,EAAE,EAAE;QAClD,MAAM,EAAE,oBAAoB,EAAE,GAAG,QAAQ,CAAC,GAAG,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;QAC3E,MAAM,QAAQ,GAAG,wBAAwB,CACvC,QAAQ,EACR,oBAAoB,EACpB,eAAe,CAChB,CAAC;QACF,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,CAAC;IAC/B,CAAC,CAAC,CAAC;IAEH,kBAAkB,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,QAAQ,CAAC,CAAC;IAE3D,OAAO,kBAAkB,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC;AACvC,CAAC;AAED,SAAS,wBAAwB,CAC/B,QAAsB,EACtB,oBAAkC,EAClC,eAA6B;IAE7B,MAAM,GAAG,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC;IAC1B,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,QAAQ,EAAE,oBAAoB,CAAC,CAAC;IAE9C,MAAM,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,eAAe,CAAC,CAAC;IAE3C,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AACvB,CAAC;AACD,OAAO,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,CAAC"}
@@ -8,3 +8,4 @@ function extend2DBoundingBoxInViewAxis(boundsIJK, numSlicesToProject) {
8
8
  return boundsIJK;
9
9
  }
10
10
  export default extend2DBoundingBoxInViewAxis;
11
+ //# sourceMappingURL=extend2DBoundingBoxInViewAxis.js.map
@@ -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"}
@@ -53,3 +53,4 @@ export function getBoundingBoxAroundShapeIJK(points, dimensions) {
53
53
  export function getBoundingBoxAroundShapeWorld(points, clipBounds) {
54
54
  return calculateBoundingBox(points, clipBounds, true);
55
55
  }
56
+ //# sourceMappingURL=getBoundingBoxAroundShape.js.map
@@ -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"}
@@ -16,3 +16,4 @@ export default function calibrateImageSpacing(imageId, renderingEngine, calibrat
16
16
  }
17
17
  });
18
18
  }
19
+ //# sourceMappingURL=calibrateImageSpacing.js.map
@@ -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"}
@@ -4,3 +4,4 @@ var Events;
4
4
  Events["CLIP_STARTED"] = "CORNERSTONE_CINE_TOOL_STARTED";
5
5
  })(Events || (Events = {}));
6
6
  export default Events;
7
+ //# sourceMappingURL=events.js.map
@@ -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"}
@@ -2,3 +2,4 @@ import { playClip, stopClip } from './playClip';
2
2
  import Events from './events';
3
3
  import { getToolState, addToolState } from './state';
4
4
  export { playClip, stopClip, Events, getToolState, addToolState };
5
+ //# sourceMappingURL=index.js.map
@@ -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"}
@@ -346,3 +346,4 @@ function _createCinePlayContext(viewport, playClipOptions) {
346
346
  throw new Error('Unknown viewport type');
347
347
  }
348
348
  export { playClip, stopClip };
349
+ //# sourceMappingURL=playClip.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"playClip.js","sourceRoot":"/packages/tools/src/","sources":["utilities/cine/playClip.ts"],"names":[],"mappings":"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"}
@@ -14,3 +14,4 @@ function getToolStateByViewportId(viewportId) {
14
14
  return state[viewportId];
15
15
  }
16
16
  export { addToolState, getToolState, getToolStateByViewportId };
17
+ //# sourceMappingURL=state.js.map
@@ -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"}
@@ -6,3 +6,4 @@ export function clipToBox(point, box) {
6
6
  point.y = clip(point.y, 0, box.height);
7
7
  }
8
8
  export default clip;
9
+ //# sourceMappingURL=clip.js.map
@@ -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"}