@cornerstonejs/tools 1.50.3 → 1.51.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (489) hide show
  1. package/dist/cjs/eventListeners/annotations/annotationCompletedListener.d.ts +2 -0
  2. package/dist/cjs/eventListeners/annotations/annotationCompletedListener.js +35 -0
  3. package/dist/cjs/eventListeners/annotations/annotationCompletedListener.js.map +1 -0
  4. package/dist/cjs/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.d.ts +2 -0
  5. package/dist/cjs/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.js +174 -0
  6. package/dist/cjs/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.js.map +1 -0
  7. package/dist/cjs/eventListeners/annotations/contourSegmentation/index.d.ts +1 -0
  8. package/dist/cjs/eventListeners/annotations/contourSegmentation/index.js +9 -0
  9. package/dist/cjs/eventListeners/annotations/contourSegmentation/index.js.map +1 -0
  10. package/dist/cjs/eventListeners/annotations/index.d.ts +2 -1
  11. package/dist/cjs/eventListeners/annotations/index.js +3 -1
  12. package/dist/cjs/eventListeners/annotations/index.js.map +1 -1
  13. package/dist/cjs/eventListeners/index.d.ts +2 -2
  14. package/dist/cjs/eventListeners/index.js +2 -1
  15. package/dist/cjs/eventListeners/index.js.map +1 -1
  16. package/dist/cjs/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.d.ts +3 -0
  17. package/dist/cjs/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.js +89 -0
  18. package/dist/cjs/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.js.map +1 -0
  19. package/dist/cjs/eventListeners/segmentation/segmentationDataModifiedEventListener.js +5 -53
  20. package/dist/cjs/eventListeners/segmentation/segmentationDataModifiedEventListener.js.map +1 -1
  21. package/dist/cjs/init.js +2 -0
  22. package/dist/cjs/init.js.map +1 -1
  23. package/dist/cjs/stateManagement/annotation/helpers/state.d.ts +3 -1
  24. package/dist/cjs/stateManagement/annotation/helpers/state.js +21 -1
  25. package/dist/cjs/stateManagement/annotation/helpers/state.js.map +1 -1
  26. package/dist/cjs/store/ToolGroupManager/ToolGroup.d.ts +1 -0
  27. package/dist/cjs/store/ToolGroupManager/ToolGroup.js +3 -0
  28. package/dist/cjs/store/ToolGroupManager/ToolGroup.js.map +1 -1
  29. package/dist/cjs/store/addTool.d.ts +1 -0
  30. package/dist/cjs/store/addTool.js +6 -1
  31. package/dist/cjs/store/addTool.js.map +1 -1
  32. package/dist/cjs/store/index.d.ts +2 -2
  33. package/dist/cjs/store/index.js +2 -1
  34. package/dist/cjs/store/index.js.map +1 -1
  35. package/dist/cjs/store/removeEnabledElement.js +1 -2
  36. package/dist/cjs/store/removeEnabledElement.js.map +1 -1
  37. package/dist/cjs/tools/AdvancedMagnifyTool.js +3 -10
  38. package/dist/cjs/tools/AdvancedMagnifyTool.js.map +1 -1
  39. package/dist/cjs/tools/annotation/AngleTool.js +5 -18
  40. package/dist/cjs/tools/annotation/AngleTool.js.map +1 -1
  41. package/dist/cjs/tools/annotation/ArrowAnnotateTool.js +9 -28
  42. package/dist/cjs/tools/annotation/ArrowAnnotateTool.js.map +1 -1
  43. package/dist/cjs/tools/annotation/BidirectionalTool.js +7 -22
  44. package/dist/cjs/tools/annotation/BidirectionalTool.js.map +1 -1
  45. package/dist/cjs/tools/annotation/CircleROITool.js +7 -22
  46. package/dist/cjs/tools/annotation/CircleROITool.js.map +1 -1
  47. package/dist/cjs/tools/annotation/CobbAngleTool.js +5 -18
  48. package/dist/cjs/tools/annotation/CobbAngleTool.js.map +1 -1
  49. package/dist/cjs/tools/annotation/EllipticalROITool.js +7 -22
  50. package/dist/cjs/tools/annotation/EllipticalROITool.js.map +1 -1
  51. package/dist/cjs/tools/annotation/KeyImageTool.js +5 -12
  52. package/dist/cjs/tools/annotation/KeyImageTool.js.map +1 -1
  53. package/dist/cjs/tools/annotation/LengthTool.js +5 -18
  54. package/dist/cjs/tools/annotation/LengthTool.js.map +1 -1
  55. package/dist/cjs/tools/annotation/LivewireContourTool.d.ts +4 -1
  56. package/dist/cjs/tools/annotation/LivewireContourTool.js +30 -22
  57. package/dist/cjs/tools/annotation/LivewireContourTool.js.map +1 -1
  58. package/dist/cjs/tools/annotation/PlanarFreehandContourSegmentationTool.d.ts +2 -1
  59. package/dist/cjs/tools/annotation/PlanarFreehandContourSegmentationTool.js +11 -0
  60. package/dist/cjs/tools/annotation/PlanarFreehandContourSegmentationTool.js.map +1 -1
  61. package/dist/cjs/tools/annotation/PlanarFreehandROITool.d.ts +2 -10
  62. package/dist/cjs/tools/annotation/PlanarFreehandROITool.js +6 -22
  63. package/dist/cjs/tools/annotation/PlanarFreehandROITool.js.map +1 -1
  64. package/dist/cjs/tools/annotation/ProbeTool.js +8 -23
  65. package/dist/cjs/tools/annotation/ProbeTool.js.map +1 -1
  66. package/dist/cjs/tools/annotation/RectangleROITool.js +8 -22
  67. package/dist/cjs/tools/annotation/RectangleROITool.js.map +1 -1
  68. package/dist/cjs/tools/annotation/SplineROITool.d.ts +8 -9
  69. package/dist/cjs/tools/annotation/SplineROITool.js +27 -10
  70. package/dist/cjs/tools/annotation/SplineROITool.js.map +1 -1
  71. package/dist/cjs/tools/annotation/UltrasoundDirectionalTool.js +5 -18
  72. package/dist/cjs/tools/annotation/UltrasoundDirectionalTool.js.map +1 -1
  73. package/dist/cjs/tools/annotation/planarFreehandROITool/closedContourEditLoop.js +7 -6
  74. package/dist/cjs/tools/annotation/planarFreehandROITool/closedContourEditLoop.js.map +1 -1
  75. package/dist/cjs/tools/annotation/planarFreehandROITool/drawLoop.js +8 -5
  76. package/dist/cjs/tools/annotation/planarFreehandROITool/drawLoop.js.map +1 -1
  77. package/dist/cjs/tools/annotation/planarFreehandROITool/editLoopCommon.js +8 -8
  78. package/dist/cjs/tools/annotation/planarFreehandROITool/editLoopCommon.js.map +1 -1
  79. package/dist/cjs/tools/annotation/planarFreehandROITool/openContourEditLoop.js +6 -5
  80. package/dist/cjs/tools/annotation/planarFreehandROITool/openContourEditLoop.js.map +1 -1
  81. package/dist/cjs/tools/base/ContourBaseTool.d.ts +2 -8
  82. package/dist/cjs/tools/base/ContourBaseTool.js.map +1 -1
  83. package/dist/cjs/tools/base/ContourSegmentationBaseTool.d.ts +3 -2
  84. package/dist/cjs/tools/base/ContourSegmentationBaseTool.js +13 -1
  85. package/dist/cjs/tools/base/ContourSegmentationBaseTool.js.map +1 -1
  86. package/dist/cjs/tools/segmentation/RectangleROIStartEndThresholdTool.js +3 -9
  87. package/dist/cjs/tools/segmentation/RectangleROIStartEndThresholdTool.js.map +1 -1
  88. package/dist/cjs/tools/segmentation/RectangleROIThresholdTool.js +3 -9
  89. package/dist/cjs/tools/segmentation/RectangleROIThresholdTool.js.map +1 -1
  90. package/dist/cjs/types/AnnotationRenderContext.d.ts +11 -0
  91. package/dist/cjs/types/AnnotationRenderContext.js +3 -0
  92. package/dist/cjs/types/AnnotationRenderContext.js.map +1 -0
  93. package/dist/cjs/types/IToolGroup.d.ts +2 -1
  94. package/dist/cjs/types/index.d.ts +2 -1
  95. package/dist/cjs/utilities/contourSegmentation/areSameSegment.d.ts +2 -0
  96. package/dist/cjs/utilities/contourSegmentation/areSameSegment.js +12 -0
  97. package/dist/cjs/utilities/contourSegmentation/areSameSegment.js.map +1 -0
  98. package/dist/cjs/utilities/contourSegmentation/index.d.ts +2 -0
  99. package/dist/cjs/utilities/contourSegmentation/index.js +11 -0
  100. package/dist/cjs/utilities/contourSegmentation/index.js.map +1 -0
  101. package/dist/cjs/utilities/contourSegmentation/isContourSegmentationAnnotation.d.ts +3 -0
  102. package/dist/cjs/utilities/contourSegmentation/isContourSegmentationAnnotation.js +8 -0
  103. package/dist/cjs/utilities/contourSegmentation/isContourSegmentationAnnotation.js.map +1 -0
  104. package/dist/cjs/utilities/contours/areCoplanarContours.d.ts +2 -0
  105. package/dist/cjs/utilities/contours/areCoplanarContours.js +19 -0
  106. package/dist/cjs/utilities/contours/areCoplanarContours.js.map +1 -0
  107. package/dist/cjs/utilities/contours/index.d.ts +2 -1
  108. package/dist/cjs/utilities/contours/index.js +3 -1
  109. package/dist/cjs/utilities/contours/index.js.map +1 -1
  110. package/dist/cjs/utilities/contours/reverseIfAntiClockwise.js +3 -22
  111. package/dist/cjs/utilities/contours/reverseIfAntiClockwise.js.map +1 -1
  112. package/dist/cjs/utilities/math/aabb/index.d.ts +1 -0
  113. package/dist/cjs/utilities/math/aabb/index.js +3 -1
  114. package/dist/cjs/utilities/math/aabb/index.js.map +1 -1
  115. package/dist/cjs/utilities/math/aabb/intersectAABB.d.ts +2 -0
  116. package/dist/cjs/utilities/math/aabb/intersectAABB.js +10 -0
  117. package/dist/cjs/utilities/math/aabb/intersectAABB.js.map +1 -0
  118. package/dist/cjs/utilities/math/point/distanceToPointSquared.js +4 -1
  119. package/dist/cjs/utilities/math/point/distanceToPointSquared.js.map +1 -1
  120. package/dist/cjs/utilities/math/polyline/areLineSegmentsIntersecting.d.ts +2 -0
  121. package/dist/cjs/utilities/math/polyline/areLineSegmentsIntersecting.js +59 -0
  122. package/dist/cjs/utilities/math/polyline/areLineSegmentsIntersecting.js.map +1 -0
  123. package/dist/cjs/utilities/math/polyline/combinePolyline.d.ts +4 -0
  124. package/dist/cjs/utilities/math/polyline/combinePolyline.js +213 -0
  125. package/dist/cjs/utilities/math/polyline/combinePolyline.js.map +1 -0
  126. package/dist/cjs/utilities/math/polyline/containsPoint.d.ts +2 -0
  127. package/dist/cjs/utilities/math/polyline/containsPoint.js +36 -0
  128. package/dist/cjs/utilities/math/polyline/containsPoint.js.map +1 -0
  129. package/dist/cjs/utilities/math/polyline/getAABB.d.ts +2 -0
  130. package/dist/cjs/utilities/math/polyline/getAABB.js +18 -0
  131. package/dist/cjs/utilities/math/polyline/getAABB.js.map +1 -0
  132. package/dist/cjs/utilities/math/polyline/getArea.d.ts +2 -0
  133. package/dist/cjs/utilities/math/polyline/{calculateAreaOfPoints.js → getArea.js} +3 -3
  134. package/dist/cjs/utilities/math/polyline/getArea.js.map +1 -0
  135. package/dist/cjs/utilities/math/polyline/getClosestLineSegmentIntersection.d.ts +5 -0
  136. package/dist/cjs/utilities/math/polyline/getClosestLineSegmentIntersection.js +51 -0
  137. package/dist/cjs/utilities/math/polyline/getClosestLineSegmentIntersection.js.map +1 -0
  138. package/dist/cjs/utilities/math/polyline/getFirstLineSegmentIntersectionIndexes.d.ts +2 -0
  139. package/dist/cjs/utilities/math/polyline/getFirstLineSegmentIntersectionIndexes.js +28 -0
  140. package/dist/cjs/utilities/math/polyline/getFirstLineSegmentIntersectionIndexes.js.map +1 -0
  141. package/dist/cjs/utilities/math/polyline/getLineSegmentIntersectionsCoordinates.d.ts +2 -0
  142. package/dist/cjs/utilities/math/polyline/getLineSegmentIntersectionsCoordinates.js +20 -0
  143. package/dist/cjs/utilities/math/polyline/getLineSegmentIntersectionsCoordinates.js.map +1 -0
  144. package/dist/cjs/utilities/math/polyline/getLineSegmentIntersectionsIndexes.d.ts +2 -0
  145. package/dist/cjs/utilities/math/polyline/getLineSegmentIntersectionsIndexes.js +22 -0
  146. package/dist/cjs/utilities/math/polyline/getLineSegmentIntersectionsIndexes.js.map +1 -0
  147. package/dist/cjs/utilities/math/polyline/getLineSegmentsIntersection.d.ts +2 -0
  148. package/dist/cjs/utilities/math/polyline/getLineSegmentsIntersection.js +21 -0
  149. package/dist/cjs/utilities/math/polyline/getLineSegmentsIntersection.js.map +1 -0
  150. package/dist/cjs/utilities/math/polyline/getNormal2.d.ts +2 -0
  151. package/dist/cjs/utilities/math/polyline/getNormal2.js +12 -0
  152. package/dist/cjs/utilities/math/polyline/getNormal2.js.map +1 -0
  153. package/dist/cjs/utilities/math/polyline/getNormal3.d.ts +2 -0
  154. package/dist/cjs/utilities/math/polyline/getNormal3.js +29 -0
  155. package/dist/cjs/utilities/math/polyline/getNormal3.js.map +1 -0
  156. package/dist/cjs/utilities/math/polyline/getSignedArea.d.ts +2 -0
  157. package/dist/cjs/utilities/math/polyline/getSignedArea.js +20 -0
  158. package/dist/cjs/utilities/math/polyline/getSignedArea.js.map +1 -0
  159. package/dist/cjs/utilities/math/polyline/index.d.ts +14 -3
  160. package/dist/cjs/utilities/math/polyline/index.js +28 -6
  161. package/dist/cjs/utilities/math/polyline/index.js.map +1 -1
  162. package/dist/cjs/utilities/math/polyline/intersectPolyline.d.ts +2 -0
  163. package/dist/cjs/utilities/math/polyline/intersectPolyline.js +20 -0
  164. package/dist/cjs/utilities/math/polyline/intersectPolyline.js.map +1 -0
  165. package/dist/cjs/utilities/math/polyline/isClosed.d.ts +2 -0
  166. package/dist/cjs/utilities/math/polyline/isClosed.js +39 -0
  167. package/dist/cjs/utilities/math/polyline/isClosed.js.map +1 -0
  168. package/dist/esm/eventListeners/annotations/annotationCompletedListener.js +9 -0
  169. package/dist/esm/eventListeners/annotations/annotationCompletedListener.js.map +1 -0
  170. package/dist/esm/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.js +153 -0
  171. package/dist/esm/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.js.map +1 -0
  172. package/dist/esm/eventListeners/annotations/contourSegmentation/index.js +2 -0
  173. package/dist/esm/eventListeners/annotations/contourSegmentation/index.js.map +1 -0
  174. package/dist/esm/eventListeners/annotations/index.js +2 -1
  175. package/dist/esm/eventListeners/annotations/index.js.map +1 -1
  176. package/dist/esm/eventListeners/index.js +2 -2
  177. package/dist/esm/eventListeners/index.js.map +1 -1
  178. package/dist/esm/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.js +61 -0
  179. package/dist/esm/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.js.map +1 -0
  180. package/dist/esm/eventListeners/segmentation/segmentationDataModifiedEventListener.js +5 -53
  181. package/dist/esm/eventListeners/segmentation/segmentationDataModifiedEventListener.js.map +1 -1
  182. package/dist/esm/init.js +3 -1
  183. package/dist/esm/init.js.map +1 -1
  184. package/dist/esm/stateManagement/annotation/helpers/state.js +19 -1
  185. package/dist/esm/stateManagement/annotation/helpers/state.js.map +1 -1
  186. package/dist/esm/store/ToolGroupManager/ToolGroup.js +3 -0
  187. package/dist/esm/store/ToolGroupManager/ToolGroup.js.map +1 -1
  188. package/dist/esm/store/addTool.js +4 -0
  189. package/dist/esm/store/addTool.js.map +1 -1
  190. package/dist/esm/store/index.js +2 -2
  191. package/dist/esm/store/index.js.map +1 -1
  192. package/dist/esm/store/removeEnabledElement.js +1 -2
  193. package/dist/esm/store/removeEnabledElement.js.map +1 -1
  194. package/dist/esm/tools/AdvancedMagnifyTool.js +4 -11
  195. package/dist/esm/tools/AdvancedMagnifyTool.js.map +1 -1
  196. package/dist/esm/tools/annotation/AngleTool.js +6 -19
  197. package/dist/esm/tools/annotation/AngleTool.js.map +1 -1
  198. package/dist/esm/tools/annotation/ArrowAnnotateTool.js +10 -29
  199. package/dist/esm/tools/annotation/ArrowAnnotateTool.js.map +1 -1
  200. package/dist/esm/tools/annotation/BidirectionalTool.js +8 -23
  201. package/dist/esm/tools/annotation/BidirectionalTool.js.map +1 -1
  202. package/dist/esm/tools/annotation/CircleROITool.js +8 -23
  203. package/dist/esm/tools/annotation/CircleROITool.js.map +1 -1
  204. package/dist/esm/tools/annotation/CobbAngleTool.js +6 -19
  205. package/dist/esm/tools/annotation/CobbAngleTool.js.map +1 -1
  206. package/dist/esm/tools/annotation/EllipticalROITool.js +8 -23
  207. package/dist/esm/tools/annotation/EllipticalROITool.js.map +1 -1
  208. package/dist/esm/tools/annotation/KeyImageTool.js +6 -13
  209. package/dist/esm/tools/annotation/KeyImageTool.js.map +1 -1
  210. package/dist/esm/tools/annotation/LengthTool.js +6 -19
  211. package/dist/esm/tools/annotation/LengthTool.js.map +1 -1
  212. package/dist/esm/tools/annotation/LivewireContourTool.js +31 -23
  213. package/dist/esm/tools/annotation/LivewireContourTool.js.map +1 -1
  214. package/dist/esm/tools/annotation/PlanarFreehandContourSegmentationTool.js +11 -0
  215. package/dist/esm/tools/annotation/PlanarFreehandContourSegmentationTool.js.map +1 -1
  216. package/dist/esm/tools/annotation/PlanarFreehandROITool.js +7 -23
  217. package/dist/esm/tools/annotation/PlanarFreehandROITool.js.map +1 -1
  218. package/dist/esm/tools/annotation/ProbeTool.js +9 -24
  219. package/dist/esm/tools/annotation/ProbeTool.js.map +1 -1
  220. package/dist/esm/tools/annotation/RectangleROITool.js +9 -23
  221. package/dist/esm/tools/annotation/RectangleROITool.js.map +1 -1
  222. package/dist/esm/tools/annotation/SplineROITool.js +26 -9
  223. package/dist/esm/tools/annotation/SplineROITool.js.map +1 -1
  224. package/dist/esm/tools/annotation/UltrasoundDirectionalTool.js +6 -19
  225. package/dist/esm/tools/annotation/UltrasoundDirectionalTool.js.map +1 -1
  226. package/dist/esm/tools/annotation/planarFreehandROITool/closedContourEditLoop.js +7 -6
  227. package/dist/esm/tools/annotation/planarFreehandROITool/closedContourEditLoop.js.map +1 -1
  228. package/dist/esm/tools/annotation/planarFreehandROITool/drawLoop.js +8 -5
  229. package/dist/esm/tools/annotation/planarFreehandROITool/drawLoop.js.map +1 -1
  230. package/dist/esm/tools/annotation/planarFreehandROITool/editLoopCommon.js +8 -8
  231. package/dist/esm/tools/annotation/planarFreehandROITool/editLoopCommon.js.map +1 -1
  232. package/dist/esm/tools/annotation/planarFreehandROITool/openContourEditLoop.js +6 -5
  233. package/dist/esm/tools/annotation/planarFreehandROITool/openContourEditLoop.js.map +1 -1
  234. package/dist/esm/tools/base/ContourBaseTool.js.map +1 -1
  235. package/dist/esm/tools/base/ContourSegmentationBaseTool.js +13 -1
  236. package/dist/esm/tools/base/ContourSegmentationBaseTool.js.map +1 -1
  237. package/dist/esm/tools/segmentation/RectangleROIStartEndThresholdTool.js +4 -10
  238. package/dist/esm/tools/segmentation/RectangleROIStartEndThresholdTool.js.map +1 -1
  239. package/dist/esm/tools/segmentation/RectangleROIThresholdTool.js +4 -10
  240. package/dist/esm/tools/segmentation/RectangleROIThresholdTool.js.map +1 -1
  241. package/dist/esm/types/AnnotationRenderContext.js +2 -0
  242. package/dist/esm/types/AnnotationRenderContext.js.map +1 -0
  243. package/dist/esm/utilities/contourSegmentation/areSameSegment.js +9 -0
  244. package/dist/esm/utilities/contourSegmentation/areSameSegment.js.map +1 -0
  245. package/dist/esm/utilities/contourSegmentation/index.js +3 -0
  246. package/dist/esm/utilities/contourSegmentation/index.js.map +1 -0
  247. package/dist/esm/utilities/contourSegmentation/isContourSegmentationAnnotation.js +4 -0
  248. package/dist/esm/utilities/contourSegmentation/isContourSegmentationAnnotation.js.map +1 -0
  249. package/dist/esm/utilities/contours/areCoplanarContours.js +16 -0
  250. package/dist/esm/utilities/contours/areCoplanarContours.js.map +1 -0
  251. package/dist/esm/utilities/contours/index.js +2 -1
  252. package/dist/esm/utilities/contours/index.js.map +1 -1
  253. package/dist/esm/utilities/contours/reverseIfAntiClockwise.js +3 -22
  254. package/dist/esm/utilities/contours/reverseIfAntiClockwise.js.map +1 -1
  255. package/dist/esm/utilities/math/aabb/index.js +1 -0
  256. package/dist/esm/utilities/math/aabb/index.js.map +1 -1
  257. package/dist/esm/utilities/math/aabb/intersectAABB.js +7 -0
  258. package/dist/esm/utilities/math/aabb/intersectAABB.js.map +1 -0
  259. package/dist/esm/utilities/math/point/distanceToPointSquared.js +4 -1
  260. package/dist/esm/utilities/math/point/distanceToPointSquared.js.map +1 -1
  261. package/dist/esm/utilities/math/polyline/areLineSegmentsIntersecting.js +56 -0
  262. package/dist/esm/utilities/math/polyline/areLineSegmentsIntersecting.js.map +1 -0
  263. package/dist/esm/utilities/math/polyline/combinePolyline.js +187 -0
  264. package/dist/esm/utilities/math/polyline/combinePolyline.js.map +1 -0
  265. package/dist/esm/utilities/math/polyline/containsPoint.js +30 -0
  266. package/dist/esm/utilities/math/polyline/containsPoint.js.map +1 -0
  267. package/dist/esm/utilities/math/polyline/getAABB.js +15 -0
  268. package/dist/esm/utilities/math/polyline/getAABB.js.map +1 -0
  269. package/dist/esm/utilities/math/polyline/{calculateAreaOfPoints.js → getArea.js} +2 -2
  270. package/dist/esm/utilities/math/polyline/getArea.js.map +1 -0
  271. package/dist/esm/utilities/math/polyline/getClosestLineSegmentIntersection.js +45 -0
  272. package/dist/esm/utilities/math/polyline/getClosestLineSegmentIntersection.js.map +1 -0
  273. package/dist/esm/utilities/math/polyline/getFirstLineSegmentIntersectionIndexes.js +22 -0
  274. package/dist/esm/utilities/math/polyline/getFirstLineSegmentIntersectionIndexes.js.map +1 -0
  275. package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsCoordinates.js +14 -0
  276. package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsCoordinates.js.map +1 -0
  277. package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsIndexes.js +16 -0
  278. package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsIndexes.js.map +1 -0
  279. package/dist/esm/utilities/math/polyline/getLineSegmentsIntersection.js +18 -0
  280. package/dist/esm/utilities/math/polyline/getLineSegmentsIntersection.js.map +1 -0
  281. package/dist/esm/utilities/math/polyline/getNormal2.js +6 -0
  282. package/dist/esm/utilities/math/polyline/getNormal2.js.map +1 -0
  283. package/dist/esm/utilities/math/polyline/getNormal3.js +26 -0
  284. package/dist/esm/utilities/math/polyline/getNormal3.js.map +1 -0
  285. package/dist/esm/utilities/math/polyline/getSignedArea.js +17 -0
  286. package/dist/esm/utilities/math/polyline/getSignedArea.js.map +1 -0
  287. package/dist/esm/utilities/math/polyline/index.js +14 -3
  288. package/dist/esm/utilities/math/polyline/index.js.map +1 -1
  289. package/dist/esm/utilities/math/polyline/intersectPolyline.js +14 -0
  290. package/dist/esm/utilities/math/polyline/intersectPolyline.js.map +1 -0
  291. package/dist/esm/utilities/math/polyline/isClosed.js +13 -0
  292. package/dist/esm/utilities/math/polyline/isClosed.js.map +1 -0
  293. package/dist/types/eventListeners/annotations/annotationCompletedListener.d.ts +3 -0
  294. package/dist/types/eventListeners/annotations/annotationCompletedListener.d.ts.map +1 -0
  295. package/dist/types/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.d.ts +3 -0
  296. package/dist/types/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.d.ts.map +1 -0
  297. package/dist/types/eventListeners/annotations/contourSegmentation/index.d.ts +2 -0
  298. package/dist/types/eventListeners/annotations/contourSegmentation/index.d.ts.map +1 -0
  299. package/dist/types/eventListeners/annotations/index.d.ts +2 -1
  300. package/dist/types/eventListeners/annotations/index.d.ts.map +1 -1
  301. package/dist/types/eventListeners/index.d.ts +2 -2
  302. package/dist/types/eventListeners/index.d.ts.map +1 -1
  303. package/dist/types/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.d.ts +4 -0
  304. package/dist/types/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.d.ts.map +1 -0
  305. package/dist/types/eventListeners/segmentation/segmentationDataModifiedEventListener.d.ts.map +1 -1
  306. package/dist/types/init.d.ts.map +1 -1
  307. package/dist/types/stateManagement/annotation/helpers/state.d.ts +3 -1
  308. package/dist/types/stateManagement/annotation/helpers/state.d.ts.map +1 -1
  309. package/dist/types/store/ToolGroupManager/ToolGroup.d.ts +1 -0
  310. package/dist/types/store/ToolGroupManager/ToolGroup.d.ts.map +1 -1
  311. package/dist/types/store/addTool.d.ts +1 -0
  312. package/dist/types/store/addTool.d.ts.map +1 -1
  313. package/dist/types/store/index.d.ts +2 -2
  314. package/dist/types/store/index.d.ts.map +1 -1
  315. package/dist/types/store/removeEnabledElement.d.ts.map +1 -1
  316. package/dist/types/tools/AdvancedMagnifyTool.d.ts.map +1 -1
  317. package/dist/types/tools/annotation/AngleTool.d.ts.map +1 -1
  318. package/dist/types/tools/annotation/ArrowAnnotateTool.d.ts.map +1 -1
  319. package/dist/types/tools/annotation/BidirectionalTool.d.ts.map +1 -1
  320. package/dist/types/tools/annotation/CircleROITool.d.ts.map +1 -1
  321. package/dist/types/tools/annotation/CobbAngleTool.d.ts.map +1 -1
  322. package/dist/types/tools/annotation/EllipticalROITool.d.ts.map +1 -1
  323. package/dist/types/tools/annotation/KeyImageTool.d.ts.map +1 -1
  324. package/dist/types/tools/annotation/LengthTool.d.ts.map +1 -1
  325. package/dist/types/tools/annotation/LivewireContourTool.d.ts +4 -1
  326. package/dist/types/tools/annotation/LivewireContourTool.d.ts.map +1 -1
  327. package/dist/types/tools/annotation/PlanarFreehandContourSegmentationTool.d.ts +2 -1
  328. package/dist/types/tools/annotation/PlanarFreehandContourSegmentationTool.d.ts.map +1 -1
  329. package/dist/types/tools/annotation/PlanarFreehandROITool.d.ts +2 -10
  330. package/dist/types/tools/annotation/PlanarFreehandROITool.d.ts.map +1 -1
  331. package/dist/types/tools/annotation/ProbeTool.d.ts.map +1 -1
  332. package/dist/types/tools/annotation/RectangleROITool.d.ts.map +1 -1
  333. package/dist/types/tools/annotation/SplineROITool.d.ts +8 -9
  334. package/dist/types/tools/annotation/SplineROITool.d.ts.map +1 -1
  335. package/dist/types/tools/annotation/UltrasoundDirectionalTool.d.ts.map +1 -1
  336. package/dist/types/tools/annotation/planarFreehandROITool/closedContourEditLoop.d.ts.map +1 -1
  337. package/dist/types/tools/annotation/planarFreehandROITool/drawLoop.d.ts.map +1 -1
  338. package/dist/types/tools/annotation/planarFreehandROITool/editLoopCommon.d.ts.map +1 -1
  339. package/dist/types/tools/annotation/planarFreehandROITool/openContourEditLoop.d.ts.map +1 -1
  340. package/dist/types/tools/base/ContourBaseTool.d.ts +2 -8
  341. package/dist/types/tools/base/ContourBaseTool.d.ts.map +1 -1
  342. package/dist/types/tools/base/ContourSegmentationBaseTool.d.ts +3 -2
  343. package/dist/types/tools/base/ContourSegmentationBaseTool.d.ts.map +1 -1
  344. package/dist/types/tools/segmentation/RectangleROIStartEndThresholdTool.d.ts.map +1 -1
  345. package/dist/types/tools/segmentation/RectangleROIThresholdTool.d.ts.map +1 -1
  346. package/dist/types/types/AnnotationRenderContext.d.ts +12 -0
  347. package/dist/types/types/AnnotationRenderContext.d.ts.map +1 -0
  348. package/dist/types/types/IToolGroup.d.ts +2 -1
  349. package/dist/types/types/IToolGroup.d.ts.map +1 -1
  350. package/dist/types/types/index.d.ts +2 -1
  351. package/dist/types/types/index.d.ts.map +1 -1
  352. package/dist/types/utilities/contourSegmentation/areSameSegment.d.ts +3 -0
  353. package/dist/types/utilities/contourSegmentation/areSameSegment.d.ts.map +1 -0
  354. package/dist/types/utilities/contourSegmentation/index.d.ts +3 -0
  355. package/dist/types/utilities/contourSegmentation/index.d.ts.map +1 -0
  356. package/dist/types/utilities/contourSegmentation/isContourSegmentationAnnotation.d.ts +4 -0
  357. package/dist/types/utilities/contourSegmentation/isContourSegmentationAnnotation.d.ts.map +1 -0
  358. package/dist/types/utilities/contours/areCoplanarContours.d.ts +3 -0
  359. package/dist/types/utilities/contours/areCoplanarContours.d.ts.map +1 -0
  360. package/dist/types/utilities/contours/index.d.ts +2 -1
  361. package/dist/types/utilities/contours/index.d.ts.map +1 -1
  362. package/dist/types/utilities/contours/reverseIfAntiClockwise.d.ts.map +1 -1
  363. package/dist/types/utilities/math/aabb/index.d.ts +1 -0
  364. package/dist/types/utilities/math/aabb/index.d.ts.map +1 -1
  365. package/dist/types/utilities/math/aabb/intersectAABB.d.ts +3 -0
  366. package/dist/types/utilities/math/aabb/intersectAABB.d.ts.map +1 -0
  367. package/dist/types/utilities/math/point/distanceToPointSquared.d.ts.map +1 -1
  368. package/dist/types/utilities/math/polyline/areLineSegmentsIntersecting.d.ts +3 -0
  369. package/dist/types/utilities/math/polyline/areLineSegmentsIntersecting.d.ts.map +1 -0
  370. package/dist/types/utilities/math/polyline/combinePolyline.d.ts +5 -0
  371. package/dist/types/utilities/math/polyline/combinePolyline.d.ts.map +1 -0
  372. package/dist/types/utilities/math/polyline/containsPoint.d.ts +3 -0
  373. package/dist/types/utilities/math/polyline/containsPoint.d.ts.map +1 -0
  374. package/dist/types/utilities/math/polyline/getAABB.d.ts +3 -0
  375. package/dist/types/utilities/math/polyline/getAABB.d.ts.map +1 -0
  376. package/dist/types/utilities/math/polyline/getArea.d.ts +3 -0
  377. package/dist/types/utilities/math/polyline/getArea.d.ts.map +1 -0
  378. package/dist/types/utilities/math/polyline/getClosestLineSegmentIntersection.d.ts +6 -0
  379. package/dist/types/utilities/math/polyline/getClosestLineSegmentIntersection.d.ts.map +1 -0
  380. package/dist/types/utilities/math/polyline/getFirstLineSegmentIntersectionIndexes.d.ts +3 -0
  381. package/dist/types/utilities/math/polyline/getFirstLineSegmentIntersectionIndexes.d.ts.map +1 -0
  382. package/dist/types/utilities/math/polyline/getLineSegmentIntersectionsCoordinates.d.ts +3 -0
  383. package/dist/types/utilities/math/polyline/getLineSegmentIntersectionsCoordinates.d.ts.map +1 -0
  384. package/dist/types/utilities/math/polyline/getLineSegmentIntersectionsIndexes.d.ts +3 -0
  385. package/dist/types/utilities/math/polyline/getLineSegmentIntersectionsIndexes.d.ts.map +1 -0
  386. package/dist/types/utilities/math/polyline/getLineSegmentsIntersection.d.ts +3 -0
  387. package/dist/types/utilities/math/polyline/getLineSegmentsIntersection.d.ts.map +1 -0
  388. package/dist/types/utilities/math/polyline/getNormal2.d.ts +3 -0
  389. package/dist/types/utilities/math/polyline/getNormal2.d.ts.map +1 -0
  390. package/dist/types/utilities/math/polyline/getNormal3.d.ts +3 -0
  391. package/dist/types/utilities/math/polyline/getNormal3.d.ts.map +1 -0
  392. package/dist/types/utilities/math/polyline/getSignedArea.d.ts +3 -0
  393. package/dist/types/utilities/math/polyline/getSignedArea.d.ts.map +1 -0
  394. package/dist/types/utilities/math/polyline/index.d.ts +14 -3
  395. package/dist/types/utilities/math/polyline/index.d.ts.map +1 -1
  396. package/dist/types/utilities/math/polyline/intersectPolyline.d.ts +3 -0
  397. package/dist/types/utilities/math/polyline/intersectPolyline.d.ts.map +1 -0
  398. package/dist/types/utilities/math/polyline/isClosed.d.ts +3 -0
  399. package/dist/types/utilities/math/polyline/isClosed.d.ts.map +1 -0
  400. package/dist/umd/index.js +1 -2
  401. package/dist/umd/index.js.map +1 -1
  402. package/package.json +3 -3
  403. package/src/eventListeners/annotations/annotationCompletedListener.ts +13 -0
  404. package/src/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.ts +273 -0
  405. package/src/eventListeners/annotations/contourSegmentation/index.ts +1 -0
  406. package/src/eventListeners/annotations/index.ts +6 -1
  407. package/src/eventListeners/index.ts +2 -0
  408. package/src/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.ts +117 -0
  409. package/src/eventListeners/segmentation/segmentationDataModifiedEventListener.ts +5 -99
  410. package/src/init.ts +12 -1
  411. package/src/stateManagement/annotation/helpers/state.ts +42 -2
  412. package/src/store/ToolGroupManager/ToolGroup.ts +10 -0
  413. package/src/store/addTool.ts +11 -0
  414. package/src/store/index.ts +2 -1
  415. package/src/store/removeEnabledElement.ts +2 -1
  416. package/src/tools/AdvancedMagnifyTool.ts +4 -21
  417. package/src/tools/annotation/AngleTool.ts +8 -32
  418. package/src/tools/annotation/ArrowAnnotateTool.ts +12 -45
  419. package/src/tools/annotation/BidirectionalTool.ts +11 -39
  420. package/src/tools/annotation/CircleROITool.ts +10 -34
  421. package/src/tools/annotation/CobbAngleTool.ts +9 -32
  422. package/src/tools/annotation/EllipticalROITool.ts +10 -34
  423. package/src/tools/annotation/KeyImageTool.ts +9 -23
  424. package/src/tools/annotation/LengthTool.ts +9 -33
  425. package/src/tools/annotation/LivewireContourTool.ts +58 -33
  426. package/src/tools/annotation/PlanarFreehandContourSegmentationTool.ts +22 -1
  427. package/src/tools/annotation/PlanarFreehandROITool.ts +10 -53
  428. package/src/tools/annotation/ProbeTool.ts +11 -36
  429. package/src/tools/annotation/RectangleROITool.ts +11 -33
  430. package/src/tools/annotation/SplineROITool.ts +53 -24
  431. package/src/tools/annotation/UltrasoundDirectionalTool.ts +8 -29
  432. package/src/tools/annotation/planarFreehandROITool/closedContourEditLoop.ts +9 -11
  433. package/src/tools/annotation/planarFreehandROITool/drawLoop.ts +8 -5
  434. package/src/tools/annotation/planarFreehandROITool/editLoopCommon.ts +9 -8
  435. package/src/tools/annotation/planarFreehandROITool/openContourEditLoop.ts +7 -6
  436. package/src/tools/base/ContourBaseTool.ts +5 -8
  437. package/src/tools/base/ContourSegmentationBaseTool.ts +29 -6
  438. package/src/tools/segmentation/RectangleROIStartEndThresholdTool.ts +3 -13
  439. package/src/tools/segmentation/RectangleROIThresholdTool.ts +3 -14
  440. package/src/types/AnnotationRenderContext.ts +13 -0
  441. package/src/types/IToolGroup.ts +3 -1
  442. package/src/types/index.ts +3 -0
  443. package/src/utilities/contourSegmentation/areSameSegment.ts +24 -0
  444. package/src/utilities/contourSegmentation/index.ts +2 -0
  445. package/src/utilities/contourSegmentation/isContourSegmentationAnnotation.ts +8 -0
  446. package/src/utilities/contours/areCoplanarContours.ts +39 -0
  447. package/src/utilities/contours/index.ts +2 -0
  448. package/src/utilities/contours/reverseIfAntiClockwise.ts +6 -25
  449. package/src/utilities/math/aabb/index.ts +1 -0
  450. package/src/utilities/math/aabb/intersectAABB.ts +19 -0
  451. package/src/utilities/math/point/distanceToPointSquared.ts +6 -1
  452. package/src/utilities/math/polyline/areLineSegmentsIntersecting.ts +118 -0
  453. package/src/utilities/math/polyline/combinePolyline.ts +350 -0
  454. package/src/utilities/math/polyline/containsPoint.ts +63 -0
  455. package/src/utilities/math/polyline/getAABB.ts +20 -0
  456. package/src/utilities/math/polyline/{calculateAreaOfPoints.ts → getArea.ts} +1 -1
  457. package/src/utilities/math/polyline/getClosestLineSegmentIntersection.ts +72 -0
  458. package/src/utilities/math/polyline/getFirstLineSegmentIntersectionIndexes.ts +42 -0
  459. package/src/utilities/math/polyline/getLineSegmentIntersectionsCoordinates.ts +30 -0
  460. package/src/utilities/math/polyline/getLineSegmentIntersectionsIndexes.ts +35 -0
  461. package/src/utilities/math/polyline/getLineSegmentsIntersection.ts +47 -0
  462. package/src/utilities/math/polyline/getNormal2.ts +17 -0
  463. package/src/utilities/math/polyline/getNormal3.ts +53 -0
  464. package/src/utilities/math/polyline/getSignedArea.ts +47 -0
  465. package/src/utilities/math/polyline/index.ts +27 -8
  466. package/src/utilities/math/polyline/intersectPolyline.ts +34 -0
  467. package/src/utilities/math/polyline/isClosed.ts +26 -0
  468. package/dist/cjs/utilities/math/polyline/calculateAreaOfPoints.d.ts +0 -2
  469. package/dist/cjs/utilities/math/polyline/calculateAreaOfPoints.js.map +0 -1
  470. package/dist/cjs/utilities/math/polyline/getIntersectionWithPolyline.d.ts +0 -9
  471. package/dist/cjs/utilities/math/polyline/getIntersectionWithPolyline.js +0 -160
  472. package/dist/cjs/utilities/math/polyline/getIntersectionWithPolyline.js.map +0 -1
  473. package/dist/cjs/utilities/math/polyline/pointInPolyline.d.ts +0 -2
  474. package/dist/cjs/utilities/math/polyline/pointInPolyline.js +0 -15
  475. package/dist/cjs/utilities/math/polyline/pointInPolyline.js.map +0 -1
  476. package/dist/esm/utilities/math/polyline/calculateAreaOfPoints.js.map +0 -1
  477. package/dist/esm/utilities/math/polyline/getIntersectionWithPolyline.js +0 -154
  478. package/dist/esm/utilities/math/polyline/getIntersectionWithPolyline.js.map +0 -1
  479. package/dist/esm/utilities/math/polyline/pointInPolyline.js +0 -12
  480. package/dist/esm/utilities/math/polyline/pointInPolyline.js.map +0 -1
  481. package/dist/types/utilities/math/polyline/calculateAreaOfPoints.d.ts +0 -3
  482. package/dist/types/utilities/math/polyline/calculateAreaOfPoints.d.ts.map +0 -1
  483. package/dist/types/utilities/math/polyline/getIntersectionWithPolyline.d.ts +0 -10
  484. package/dist/types/utilities/math/polyline/getIntersectionWithPolyline.d.ts.map +0 -1
  485. package/dist/types/utilities/math/polyline/pointInPolyline.d.ts +0 -3
  486. package/dist/types/utilities/math/polyline/pointInPolyline.d.ts.map +0 -1
  487. package/dist/umd/index.js.LICENSE.txt +0 -6
  488. package/src/utilities/math/polyline/getIntersectionWithPolyline.ts +0 -275
  489. package/src/utilities/math/polyline/pointInPolyline.ts +0 -19
@@ -0,0 +1,2 @@
1
+ import { AnnotationCompletedEventType } from '../../types/EventTypes';
2
+ export default function annotationCompletedListener(evt: AnnotationCompletedEventType): void;
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ const contourSegUtils = __importStar(require("../../utilities/contourSegmentation"));
27
+ const contourSegmentation_1 = require("./contourSegmentation");
28
+ function annotationCompletedListener(evt) {
29
+ const annotation = evt.detail.annotation;
30
+ if (contourSegUtils.isContourSegmentationAnnotation(annotation)) {
31
+ (0, contourSegmentation_1.contourSegmentationCompleted)(evt);
32
+ }
33
+ }
34
+ exports.default = annotationCompletedListener;
35
+ //# sourceMappingURL=annotationCompletedListener.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotationCompletedListener.js","sourceRoot":"","sources":["../../../../src/eventListeners/annotations/annotationCompletedListener.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AACA,qFAAuE;AACvE,+DAAqE;AAErE,SAAwB,2BAA2B,CACjD,GAAiC;IAEjC,MAAM,UAAU,GAAG,GAAG,CAAC,MAAM,CAAC,UAAU,CAAC;IAEzC,IAAI,eAAe,CAAC,+BAA+B,CAAC,UAAU,CAAC,EAAE;QAC/D,IAAA,kDAA4B,EAAC,GAAG,CAAC,CAAC;KACnC;AACH,CAAC;AARD,8CAQC"}
@@ -0,0 +1,2 @@
1
+ import { AnnotationCompletedEventType } from '../../../types/EventTypes';
2
+ export default function contourSegmentationCompletedListener(evt: AnnotationCompletedEventType): void;
@@ -0,0 +1,174 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ const core_1 = require("@cornerstonejs/core");
27
+ const utilities_1 = require("../../../utilities");
28
+ const viewportFilters_1 = require("../../../utilities/viewportFilters");
29
+ const annotationState_1 = require("../../../stateManagement/annotation/annotationState");
30
+ const contourUtils = __importStar(require("../../../utilities/contours"));
31
+ const contourSegUtils = __importStar(require("../../../utilities/contourSegmentation"));
32
+ const store_1 = require("../../../store");
33
+ const tools_1 = require("../../../tools");
34
+ const DEFAULT_CONTOUR_SEG_TOOLNAME = 'PlanarFreehandContourSegmentationTool';
35
+ function contourSegmentationCompletedListener(evt) {
36
+ const sourceAnnotation = evt.detail
37
+ .annotation;
38
+ if (!contourSegUtils.isContourSegmentationAnnotation(sourceAnnotation)) {
39
+ return;
40
+ }
41
+ const viewport = (0, utilities_1.getViewportForAnnotation)(sourceAnnotation);
42
+ const contourSegmentationAnnotations = getValidContourSegmentationAnnotations(sourceAnnotation);
43
+ if (!contourSegmentationAnnotations.length) {
44
+ return;
45
+ }
46
+ const sourcePolyline = convertContourPolylineToCanvasSpace(sourceAnnotation.data.contour.polyline, viewport);
47
+ const targetAnnotationInfo = findIntersectingContour(viewport, sourcePolyline, contourSegmentationAnnotations);
48
+ if (!targetAnnotationInfo) {
49
+ return;
50
+ }
51
+ if (!isFreehandContourSegToolRegistered(viewport)) {
52
+ return;
53
+ }
54
+ const { targetAnnotation, targetPolyline } = targetAnnotationInfo;
55
+ processContours(viewport, sourceAnnotation, sourcePolyline, targetAnnotation, targetPolyline);
56
+ }
57
+ exports.default = contourSegmentationCompletedListener;
58
+ function isFreehandContourSegToolRegistered(viewport) {
59
+ const { toolName } = tools_1.PlanarFreehandContourSegmentationTool;
60
+ if (!(0, store_1.hasTool)(tools_1.PlanarFreehandContourSegmentationTool)) {
61
+ console.warn(`${toolName} is not registered in cornerstone`);
62
+ return false;
63
+ }
64
+ const toolGroup = store_1.ToolGroupManager.getToolGroupForViewport(viewport.id, viewport.renderingEngineId);
65
+ if (!toolGroup.hasTool(toolName)) {
66
+ console.warn(`Tool ${toolName} not added to ${toolGroup.id} toolGroup`);
67
+ return false;
68
+ }
69
+ if (!toolGroup.getToolOptions(toolName)) {
70
+ console.warn(`Tool ${toolName} must be in active/passive state`);
71
+ return false;
72
+ }
73
+ return true;
74
+ }
75
+ function convertContourPolylineToCanvasSpace(polyline, viewport) {
76
+ const numPoints = polyline.length;
77
+ const projectedPolyline = new Array(numPoints);
78
+ for (let i = 0; i < numPoints; i++) {
79
+ projectedPolyline[i] = viewport.worldToCanvas(polyline[i]);
80
+ }
81
+ return projectedPolyline;
82
+ }
83
+ function convertPolylineToWorldSpace(polyline, viewport) {
84
+ const numPoints = polyline.length;
85
+ const projectedPolyline = new Array(numPoints);
86
+ for (let i = 0; i < numPoints; i++) {
87
+ projectedPolyline[i] = viewport.canvasToWorld(polyline[i]);
88
+ }
89
+ return projectedPolyline;
90
+ }
91
+ function getValidContourSegmentationAnnotations(sourceAnnotation) {
92
+ const { annotationUID: sourceAnnotationUID } = sourceAnnotation;
93
+ const { FrameOfReferenceUID } = sourceAnnotation.metadata;
94
+ const toolName = undefined;
95
+ const annotationsGroups = (0, annotationState_1.getAnnotations)(toolName, FrameOfReferenceUID);
96
+ const toolNames = Object.keys(annotationsGroups);
97
+ return toolNames.reduce((validAnnotations, toolName) => {
98
+ const toolAnnotations = annotationsGroups[toolName].filter((targetAnnotation) => targetAnnotation.annotationUID &&
99
+ targetAnnotation.annotationUID !== sourceAnnotationUID &&
100
+ contourSegUtils.isContourSegmentationAnnotation(targetAnnotation) &&
101
+ contourSegUtils.areSameSegment(targetAnnotation, sourceAnnotation) &&
102
+ contourUtils.areCoplanarContours(targetAnnotation, sourceAnnotation));
103
+ return validAnnotations.concat(toolAnnotations);
104
+ }, []);
105
+ }
106
+ function findIntersectingContour(viewport, sourcePolyline, contourSegmentationAnnotations) {
107
+ const sourceAABB = utilities_1.math.polyline.getAABB(sourcePolyline);
108
+ for (let i = 0; i < contourSegmentationAnnotations.length; i++) {
109
+ const targetAnnotation = contourSegmentationAnnotations[i];
110
+ const targetPolyline = convertContourPolylineToCanvasSpace(targetAnnotation.data.contour.polyline, viewport);
111
+ const targetAABB = utilities_1.math.polyline.getAABB(targetPolyline);
112
+ const polylinesIntersect = utilities_1.math.aabb.intersectAABB(sourceAABB, targetAABB) &&
113
+ utilities_1.math.polyline.intersectPolyline(sourcePolyline, targetPolyline);
114
+ if (polylinesIntersect) {
115
+ return { targetAnnotation, targetPolyline };
116
+ }
117
+ }
118
+ }
119
+ function processContours(viewport, sourceAnnotation, sourcePolyline, targetAnnotation, targetPolyline) {
120
+ const sourceStartPoint = sourcePolyline[0];
121
+ const mergePolylines = utilities_1.math.polyline.containsPoint(targetPolyline, sourceStartPoint);
122
+ const newPolylines = [];
123
+ if (mergePolylines) {
124
+ const mergedPolyline = utilities_1.math.polyline.mergePolylines(targetPolyline, sourcePolyline);
125
+ newPolylines.push(mergedPolyline);
126
+ }
127
+ else {
128
+ const subtractedPolylines = utilities_1.math.polyline.subtractPolylines(targetPolyline, sourcePolyline);
129
+ subtractedPolylines.forEach((newPolyline) => newPolylines.push(newPolyline));
130
+ }
131
+ (0, annotationState_1.removeAnnotation)(sourceAnnotation.annotationUID);
132
+ (0, annotationState_1.removeAnnotation)(targetAnnotation.annotationUID);
133
+ const { element } = viewport;
134
+ const enabledElement = (0, core_1.getEnabledElement)(element);
135
+ const { renderingEngine } = enabledElement;
136
+ const { metadata, data } = targetAnnotation;
137
+ const { handles, segmentation } = data;
138
+ const { textBox } = handles;
139
+ for (let i = 0; i < newPolylines.length; i++) {
140
+ const polyline = convertPolylineToWorldSpace(newPolylines[i], viewport);
141
+ const startPoint = polyline[0];
142
+ const endPoint = polyline[polyline.length - 1];
143
+ const newAnnotation = {
144
+ metadata: Object.assign(Object.assign({}, metadata), { toolName: DEFAULT_CONTOUR_SEG_TOOLNAME }),
145
+ data: {
146
+ cachedStats: {},
147
+ handles: {
148
+ points: [startPoint, endPoint],
149
+ textBox: textBox ? Object.assign({}, textBox) : undefined,
150
+ },
151
+ contour: {
152
+ polyline,
153
+ closed: true,
154
+ },
155
+ segmentation: Object.assign({}, segmentation),
156
+ },
157
+ annotationUID: core_1.utilities.uuidv4(),
158
+ highlighted: true,
159
+ invalidated: true,
160
+ isLocked: false,
161
+ isVisible: undefined,
162
+ };
163
+ (0, annotationState_1.addAnnotation)(newAnnotation, element);
164
+ const updatedTtoolNames = new Set([
165
+ DEFAULT_CONTOUR_SEG_TOOLNAME,
166
+ targetAnnotation.metadata.toolName,
167
+ ]);
168
+ for (const toolName of updatedTtoolNames.values()) {
169
+ const viewportIdsToRender = (0, viewportFilters_1.getViewportIdsWithToolToRender)(element, toolName);
170
+ (0, utilities_1.triggerAnnotationRenderForViewportIds)(renderingEngine, viewportIdsToRender);
171
+ }
172
+ }
173
+ }
174
+ //# sourceMappingURL=contourSegmentationCompleted.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contourSegmentationCompleted.js","sourceRoot":"","sources":["../../../../../src/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ export { default as contourSegmentationCompleted } from './contourSegmentationCompleted';
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.contourSegmentationCompleted = void 0;
7
+ var contourSegmentationCompleted_1 = require("./contourSegmentationCompleted");
8
+ Object.defineProperty(exports, "contourSegmentationCompleted", { enumerable: true, get: function () { return __importDefault(contourSegmentationCompleted_1).default; } });
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/eventListeners/annotations/contourSegmentation/index.ts"],"names":[],"mappings":";;;;;;AAAA,+EAAyF;AAAhF,6JAAA,OAAO,OAAgC"}
@@ -1,3 +1,4 @@
1
+ import annotationCompletedListener from './annotationCompletedListener';
1
2
  import annotationSelectionListener from './annotationSelectionListener';
2
3
  import annotationModifiedListener from './annotationModifiedListener';
3
- export { annotationSelectionListener, annotationModifiedListener };
4
+ export { annotationCompletedListener, annotationSelectionListener, annotationModifiedListener, };
@@ -3,7 +3,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.annotationModifiedListener = exports.annotationSelectionListener = void 0;
6
+ exports.annotationModifiedListener = exports.annotationSelectionListener = exports.annotationCompletedListener = void 0;
7
+ const annotationCompletedListener_1 = __importDefault(require("./annotationCompletedListener"));
8
+ exports.annotationCompletedListener = annotationCompletedListener_1.default;
7
9
  const annotationSelectionListener_1 = __importDefault(require("./annotationSelectionListener"));
8
10
  exports.annotationSelectionListener = annotationSelectionListener_1.default;
9
11
  const annotationModifiedListener_1 = __importDefault(require("./annotationModifiedListener"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/eventListeners/annotations/index.ts"],"names":[],"mappings":";;;;;;AAAA,gGAAwE;AAG/D,sCAHF,qCAA2B,CAGE;AAFpC,8FAAsE;AAEhC,qCAF/B,oCAA0B,CAE+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/eventListeners/annotations/index.ts"],"names":[],"mappings":";;;;;;AAAA,gGAAwE;AAKtE,sCALK,qCAA2B,CAKL;AAJ7B,gGAAwE;AAKtE,sCALK,qCAA2B,CAKL;AAJ7B,8FAAsE;AAKpE,qCALK,oCAA0B,CAKL"}
@@ -3,5 +3,5 @@ import touchEventListeners from './touch';
3
3
  import wheelEventListener from './wheel';
4
4
  import keyEventListener from './keyboard';
5
5
  import { segmentationDataModifiedEventListener, segmentationRepresentationModifiedEventListener, segmentationRepresentationRemovedEventListener, segmentationModifiedListener, imageChangeEventListener } from './segmentation';
6
- import { annotationSelectionListener, annotationModifiedListener } from './annotations';
7
- export { mouseEventListeners, touchEventListeners, wheelEventListener, keyEventListener, segmentationRepresentationModifiedEventListener, segmentationModifiedListener, segmentationRepresentationRemovedEventListener, segmentationDataModifiedEventListener, imageChangeEventListener, annotationSelectionListener, annotationModifiedListener, };
6
+ import { annotationCompletedListener, annotationSelectionListener, annotationModifiedListener } from './annotations';
7
+ export { mouseEventListeners, touchEventListeners, wheelEventListener, keyEventListener, segmentationRepresentationModifiedEventListener, segmentationModifiedListener, segmentationRepresentationRemovedEventListener, segmentationDataModifiedEventListener, imageChangeEventListener, annotationCompletedListener, annotationSelectionListener, annotationModifiedListener, };
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.annotationModifiedListener = exports.annotationSelectionListener = exports.imageChangeEventListener = exports.segmentationDataModifiedEventListener = exports.segmentationRepresentationRemovedEventListener = exports.segmentationModifiedListener = exports.segmentationRepresentationModifiedEventListener = exports.keyEventListener = exports.wheelEventListener = exports.touchEventListeners = exports.mouseEventListeners = void 0;
6
+ exports.annotationModifiedListener = exports.annotationSelectionListener = exports.annotationCompletedListener = exports.imageChangeEventListener = exports.segmentationDataModifiedEventListener = exports.segmentationRepresentationRemovedEventListener = exports.segmentationModifiedListener = exports.segmentationRepresentationModifiedEventListener = exports.keyEventListener = exports.wheelEventListener = exports.touchEventListeners = exports.mouseEventListeners = void 0;
7
7
  const mouse_1 = __importDefault(require("./mouse"));
8
8
  exports.mouseEventListeners = mouse_1.default;
9
9
  const touch_1 = __importDefault(require("./touch"));
@@ -19,6 +19,7 @@ Object.defineProperty(exports, "segmentationRepresentationRemovedEventListener",
19
19
  Object.defineProperty(exports, "segmentationModifiedListener", { enumerable: true, get: function () { return segmentation_1.segmentationModifiedListener; } });
20
20
  Object.defineProperty(exports, "imageChangeEventListener", { enumerable: true, get: function () { return segmentation_1.imageChangeEventListener; } });
21
21
  const annotations_1 = require("./annotations");
22
+ Object.defineProperty(exports, "annotationCompletedListener", { enumerable: true, get: function () { return annotations_1.annotationCompletedListener; } });
22
23
  Object.defineProperty(exports, "annotationSelectionListener", { enumerable: true, get: function () { return annotations_1.annotationSelectionListener; } });
23
24
  Object.defineProperty(exports, "annotationModifiedListener", { enumerable: true, get: function () { return annotations_1.annotationModifiedListener; } });
24
25
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/eventListeners/index.ts"],"names":[],"mappings":";;;;;;AAAA,oDAA0C;AAkBxC,8BAlBK,eAAmB,CAkBL;AAjBrB,oDAA0C;AAkBxC,8BAlBK,eAAmB,CAkBL;AAjBrB,oDAAyC;AAkBvC,6BAlBK,eAAkB,CAkBL;AAjBpB,0DAA0C;AAkBxC,2BAlBK,kBAAgB,CAkBL;AAjBlB,iDAMwB;AAetB,sHApBA,oDAAqC,OAoBA;AAHrC,gIAhBA,8DAA+C,OAgBA;AAE/C,+HAjBA,6DAA8C,OAiBA;AAD9C,6GAfA,2CAA4B,OAeA;AAG5B,yGAjBA,uCAAwB,OAiBA;AAf1B,+CAGuB;AAarB,4GAfA,yCAA2B,OAeA;AAC3B,2GAfA,wCAA0B,OAeA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/eventListeners/index.ts"],"names":[],"mappings":";;;;;;AAAA,oDAA0C;AAmBxC,8BAnBK,eAAmB,CAmBL;AAlBrB,oDAA0C;AAmBxC,8BAnBK,eAAmB,CAmBL;AAlBrB,oDAAyC;AAmBvC,6BAnBK,eAAkB,CAmBL;AAlBpB,0DAA0C;AAmBxC,2BAnBK,kBAAgB,CAmBL;AAlBlB,iDAMwB;AAgBtB,sHArBA,oDAAqC,OAqBA;AAHrC,gIAjBA,8DAA+C,OAiBA;AAE/C,+HAlBA,6DAA8C,OAkBA;AAD9C,6GAhBA,2CAA4B,OAgBA;AAG5B,yGAlBA,uCAAwB,OAkBA;AAhB1B,+CAIuB;AAarB,4GAhBA,yCAA2B,OAgBA;AAC3B,4GAhBA,yCAA2B,OAgBA;AAC3B,2GAhBA,wCAA0B,OAgBA"}
@@ -0,0 +1,3 @@
1
+ import { SegmentationDataModifiedEventType } from '../../../types/EventTypes';
2
+ declare const onLabelmapSegmentationDataModified: (evt: SegmentationDataModifiedEventType) => void;
3
+ export default onLabelmapSegmentationDataModified;
@@ -0,0 +1,89 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __importDefault = (this && this.__importDefault) || function (mod) {
26
+ return (mod && mod.__esModule) ? mod : { "default": mod };
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ const core_1 = require("@cornerstonejs/core");
30
+ const SegmentationRepresentations_1 = __importDefault(require("../../../enums/SegmentationRepresentations"));
31
+ const SegmentationState = __importStar(require("../../../stateManagement/segmentation/segmentationState"));
32
+ const stackVolumeCheck_1 = require("../../../tools/segmentation/strategies/utils/stackVolumeCheck");
33
+ const ToolGroupManager_1 = require("../../../store/ToolGroupManager");
34
+ const onLabelmapSegmentationDataModified = function (evt) {
35
+ const { segmentationId, modifiedSlicesToUse } = evt.detail;
36
+ const { representationData, type } = SegmentationState.getSegmentation(segmentationId);
37
+ const toolGroupIds = SegmentationState.getToolGroupIdsWithSegmentation(segmentationId);
38
+ if (type !== SegmentationRepresentations_1.default.Labelmap) {
39
+ throw new Error(`onLabelmapSegmentationDataModifiedListener: representationType ${type} not supported yet`);
40
+ }
41
+ if ((0, stackVolumeCheck_1.isVolumeSegmentation)(representationData[type])) {
42
+ const segmentationVolume = core_1.cache.getVolume(representationData[type].volumeId);
43
+ if (!segmentationVolume) {
44
+ console.warn('segmentation not found in cache');
45
+ return;
46
+ }
47
+ const { imageData, vtkOpenGLTexture } = segmentationVolume;
48
+ let slicesToUpdate;
49
+ if (modifiedSlicesToUse && Array.isArray(modifiedSlicesToUse)) {
50
+ slicesToUpdate = modifiedSlicesToUse;
51
+ }
52
+ else {
53
+ const numSlices = imageData.getDimensions()[2];
54
+ slicesToUpdate = [...Array(numSlices).keys()];
55
+ }
56
+ slicesToUpdate.forEach((i) => {
57
+ vtkOpenGLTexture.setUpdatedFrame(i);
58
+ });
59
+ imageData.modified();
60
+ }
61
+ else {
62
+ toolGroupIds.forEach((toolGroupId) => {
63
+ const toolGroupSegmentationRepresentations = SegmentationState.getSegmentationRepresentations(toolGroupId);
64
+ const toolGroup = (0, ToolGroupManager_1.getToolGroup)(toolGroupId);
65
+ const viewportsInfo = toolGroup.getViewportsInfo();
66
+ toolGroupSegmentationRepresentations.forEach((representation) => {
67
+ if (representation.segmentationId !== segmentationId) {
68
+ return;
69
+ }
70
+ viewportsInfo.forEach(({ viewportId, renderingEngineId }) => {
71
+ const viewport = (0, core_1.getEnabledElementByIds)(viewportId, renderingEngineId).viewport;
72
+ const actorEntry = viewport.getActor(representation.segmentationRepresentationUID);
73
+ if (!actorEntry) {
74
+ return;
75
+ }
76
+ const currentImageId = viewport.getCurrentImageId();
77
+ const segImageData = actorEntry.actor.getMapper().getInputData();
78
+ const { imageIdReferenceMap } = representationData[type];
79
+ const currentSegmentationImageId = imageIdReferenceMap.get(currentImageId);
80
+ const segmentationImage = core_1.cache.getImage(currentSegmentationImageId);
81
+ segImageData.modified();
82
+ core_1.utilities.updateVTKImageDataWithCornerstoneImage(segImageData, segmentationImage);
83
+ });
84
+ });
85
+ });
86
+ }
87
+ };
88
+ exports.default = onLabelmapSegmentationDataModified;
89
+ //# sourceMappingURL=onLabelmapSegmentationDataModified.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"onLabelmapSegmentationDataModified.js","sourceRoot":"","sources":["../../../../../src/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.ts"],"names":[],"mappings":"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"}
@@ -26,64 +26,16 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
26
26
  return (mod && mod.__esModule) ? mod : { "default": mod };
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- const core_1 = require("@cornerstonejs/core");
30
29
  const triggerSegmentationRender_1 = __importDefault(require("../../utilities/segmentation/triggerSegmentationRender"));
31
30
  const SegmentationRepresentations_1 = __importDefault(require("../../enums/SegmentationRepresentations"));
32
31
  const SegmentationState = __importStar(require("../../stateManagement/segmentation/segmentationState"));
33
- const stackVolumeCheck_1 = require("../../tools/segmentation/strategies/utils/stackVolumeCheck");
34
- const ToolGroupManager_1 = require("../../store/ToolGroupManager");
32
+ const onLabelmapSegmentationDataModified_1 = __importDefault(require("./labelmap/onLabelmapSegmentationDataModified"));
35
33
  const onSegmentationDataModified = function (evt) {
36
- const { segmentationId, modifiedSlicesToUse } = evt.detail;
37
- const { representationData, type } = SegmentationState.getSegmentation(segmentationId);
34
+ const { segmentationId } = evt.detail;
35
+ const { type } = SegmentationState.getSegmentation(segmentationId);
38
36
  const toolGroupIds = SegmentationState.getToolGroupIdsWithSegmentation(segmentationId);
39
- if (type !== SegmentationRepresentations_1.default.Labelmap) {
40
- throw new Error(`onSegmentationDataModified: representationType ${type} not supported yet`);
41
- }
42
- if ((0, stackVolumeCheck_1.isVolumeSegmentation)(representationData[type])) {
43
- const segmentationVolume = core_1.cache.getVolume(representationData[type].volumeId);
44
- if (!segmentationVolume) {
45
- console.warn('segmentation not found in cache');
46
- return;
47
- }
48
- const { imageData, vtkOpenGLTexture } = segmentationVolume;
49
- let slicesToUpdate;
50
- if (modifiedSlicesToUse && Array.isArray(modifiedSlicesToUse)) {
51
- slicesToUpdate = modifiedSlicesToUse;
52
- }
53
- else {
54
- const numSlices = imageData.getDimensions()[2];
55
- slicesToUpdate = [...Array(numSlices).keys()];
56
- }
57
- slicesToUpdate.forEach((i) => {
58
- vtkOpenGLTexture.setUpdatedFrame(i);
59
- });
60
- imageData.modified();
61
- }
62
- else {
63
- toolGroupIds.forEach((toolGroupId) => {
64
- const toolGroupSegmentationRepresentations = SegmentationState.getSegmentationRepresentations(toolGroupId);
65
- const toolGroup = (0, ToolGroupManager_1.getToolGroup)(toolGroupId);
66
- const viewportsInfo = toolGroup.getViewportsInfo();
67
- toolGroupSegmentationRepresentations.forEach((representation) => {
68
- if (representation.segmentationId !== segmentationId) {
69
- return;
70
- }
71
- viewportsInfo.forEach(({ viewportId, renderingEngineId }) => {
72
- const viewport = (0, core_1.getEnabledElementByIds)(viewportId, renderingEngineId).viewport;
73
- const actorEntry = viewport.getActor(representation.segmentationRepresentationUID);
74
- if (!actorEntry) {
75
- return;
76
- }
77
- const currentImageId = viewport.getCurrentImageId();
78
- const segImageData = actorEntry.actor.getMapper().getInputData();
79
- const { imageIdReferenceMap } = representationData[type];
80
- const currentSegmentationImageId = imageIdReferenceMap.get(currentImageId);
81
- const segmentationImage = core_1.cache.getImage(currentSegmentationImageId);
82
- segImageData.modified();
83
- core_1.utilities.updateVTKImageDataWithCornerstoneImage(segImageData, segmentationImage);
84
- });
85
- });
86
- });
37
+ if (type === SegmentationRepresentations_1.default.Labelmap) {
38
+ (0, onLabelmapSegmentationDataModified_1.default)(evt);
87
39
  }
88
40
  toolGroupIds.forEach((toolGroupId) => {
89
41
  (0, triggerSegmentationRender_1.default)(toolGroupId);
@@ -1 +1 @@
1
- {"version":3,"file":"segmentationDataModifiedEventListener.js","sourceRoot":"","sources":["../../../../src/eventListeners/segmentation/segmentationDataModifiedEventListener.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"segmentationDataModifiedEventListener.js","sourceRoot":"","sources":["../../../../src/eventListeners/segmentation/segmentationDataModifiedEventListener.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uHAA+F;AAC/F,0GAAkF;AAClF,wGAA0F;AAE1F,uHAA+F;AAK/F,MAAM,0BAA0B,GAAG,UACjC,GAAsC;IAEtC,MAAM,EAAE,cAAc,EAAE,GAAG,GAAG,CAAC,MAAM,CAAC;IACtC,MAAM,EAAE,IAAI,EAAE,GAAG,iBAAiB,CAAC,eAAe,CAAC,cAAc,CAAC,CAAC;IAEnE,MAAM,YAAY,GAChB,iBAAiB,CAAC,+BAA+B,CAAC,cAAc,CAAC,CAAC;IAEpE,IAAI,IAAI,KAAK,qCAA2B,CAAC,QAAQ,EAAE;QACjD,IAAA,4CAAkC,EAAC,GAAG,CAAC,CAAC;KACzC;IAED,YAAY,CAAC,OAAO,CAAC,CAAC,WAAW,EAAE,EAAE;QACnC,IAAA,mCAAyB,EAAC,WAAW,CAAC,CAAC;IACzC,CAAC,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,kBAAe,0BAA0B,CAAC"}
package/dist/cjs/init.js CHANGED
@@ -72,6 +72,7 @@ function _removeCornerstoneEventListeners() {
72
72
  }
73
73
  function _addCornerstoneToolsEventListeners() {
74
74
  _removeCornerstoneToolsEventListeners();
75
+ core_1.eventTarget.addEventListener(enums_1.Events.ANNOTATION_COMPLETED, eventListeners_1.annotationCompletedListener);
75
76
  core_1.eventTarget.addEventListener(enums_1.Events.ANNOTATION_MODIFIED, eventListeners_1.annotationModifiedListener);
76
77
  core_1.eventTarget.addEventListener(enums_1.Events.ANNOTATION_SELECTION_CHANGE, eventListeners_1.annotationSelectionListener);
77
78
  core_1.eventTarget.addEventListener(enums_1.Events.ANNOTATION_SELECTION_CHANGE, eventListeners_1.annotationSelectionListener);
@@ -81,6 +82,7 @@ function _addCornerstoneToolsEventListeners() {
81
82
  core_1.eventTarget.addEventListener(enums_1.Events.SEGMENTATION_REPRESENTATION_REMOVED, eventListeners_1.segmentationRepresentationRemovedEventListener);
82
83
  }
83
84
  function _removeCornerstoneToolsEventListeners() {
85
+ core_1.eventTarget.removeEventListener(enums_1.Events.ANNOTATION_COMPLETED, eventListeners_1.annotationCompletedListener);
84
86
  core_1.eventTarget.removeEventListener(enums_1.Events.ANNOTATION_MODIFIED, eventListeners_1.annotationModifiedListener);
85
87
  core_1.eventTarget.removeEventListener(enums_1.Events.ANNOTATION_SELECTION_CHANGE, eventListeners_1.annotationSelectionListener);
86
88
  core_1.eventTarget.removeEventListener(enums_1.Events.ANNOTATION_SELECTION_CHANGE, eventListeners_1.annotationSelectionListener);
@@ -1 +1 @@
1
- {"version":3,"file":"init.js","sourceRoot":"","sources":["../../src/init.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"init.js","sourceRoot":"","sources":["../../src/init.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,6 @@
1
1
  import { Annotation } from '../../../types/AnnotationTypes';
2
2
  declare function triggerAnnotationAddedForElement(annotation: Annotation, element: HTMLDivElement): void;
3
3
  declare function triggerAnnotationAddedForFOR(annotation: Annotation): void;
4
- export { triggerAnnotationAddedForElement, triggerAnnotationAddedForFOR };
4
+ declare function triggerAnnotationModified(annotation: Annotation, element: HTMLDivElement): void;
5
+ declare function triggerAnnotationCompleted(annotation: Annotation): void;
6
+ export { triggerAnnotationAddedForElement, triggerAnnotationAddedForFOR, triggerAnnotationModified, triggerAnnotationCompleted, };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.triggerAnnotationAddedForFOR = exports.triggerAnnotationAddedForElement = void 0;
3
+ exports.triggerAnnotationCompleted = exports.triggerAnnotationModified = exports.triggerAnnotationAddedForFOR = exports.triggerAnnotationAddedForElement = void 0;
4
4
  const core_1 = require("@cornerstonejs/core");
5
5
  const enums_1 = require("../../../enums");
6
6
  const ToolGroupManager_1 = require("../../../store/ToolGroupManager");
@@ -45,4 +45,24 @@ function triggerAnnotationAddedForFOR(annotation) {
45
45
  });
46
46
  }
47
47
  exports.triggerAnnotationAddedForFOR = triggerAnnotationAddedForFOR;
48
+ function triggerAnnotationModified(annotation, element) {
49
+ const enabledElement = (0, core_1.getEnabledElement)(element);
50
+ const { viewportId, renderingEngineId } = enabledElement;
51
+ const eventType = enums_1.Events.ANNOTATION_MODIFIED;
52
+ const eventDetail = {
53
+ annotation,
54
+ viewportId,
55
+ renderingEngineId,
56
+ };
57
+ (0, core_1.triggerEvent)(core_1.eventTarget, eventType, eventDetail);
58
+ }
59
+ exports.triggerAnnotationModified = triggerAnnotationModified;
60
+ function triggerAnnotationCompleted(annotation) {
61
+ const eventType = enums_1.Events.ANNOTATION_COMPLETED;
62
+ const eventDetail = {
63
+ annotation,
64
+ };
65
+ (0, core_1.triggerEvent)(core_1.eventTarget, eventType, eventDetail);
66
+ }
67
+ exports.triggerAnnotationCompleted = triggerAnnotationCompleted;
48
68
  //# sourceMappingURL=state.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/stateManagement/annotation/helpers/state.ts"],"names":[],"mappings":";;;AAAA,8CAK6B;AAC7B,0CAAwC;AAExC,sEAA4E;AAQ5E,SAAS,gCAAgC,CACvC,UAAsB,EACtB,OAAuB;IAEvB,MAAM,cAAc,GAAG,IAAA,wBAAiB,EAAC,OAAO,CAAC,CAAC;IAClD,MAAM,EAAE,eAAe,EAAE,UAAU,EAAE,GAAG,cAAc,CAAC;IAEvD,MAAM,SAAS,GAAG,cAAM,CAAC,gBAAgB,CAAC;IAE1C,MAAM,WAAW,GAA+B;QAC9C,UAAU;QACV,UAAU;QACV,iBAAiB,EAAE,eAAe,CAAC,EAAE;KACtC,CAAC;IAEF,IAAA,mBAAY,EAAC,kBAAW,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;AACpD,CAAC;AA8CQ,4EAAgC;AAvCzC,SAAS,4BAA4B,CAAC,UAAsB;IAC1D,MAAM,EAAE,QAAQ,EAAE,GAAG,UAAU,CAAC,QAAQ,CAAC;IAEzC,MAAM,UAAU,GAAG,IAAA,4CAAyB,EAAC,QAAQ,CAAC,CAAC;IACvD,IAAI,CAAC,UAAU,CAAC,MAAM,EAAE;QACtB,OAAO;KACR;IAGD,MAAM,iBAAiB,GAAG,EAAE,CAAC;IAC7B,UAAU,CAAC,OAAO,CAAC,CAAC,SAAS,EAAE,EAAE;QAC/B,SAAS,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,YAAY,EAAE,EAAE;YAC/C,MAAM,EAAE,iBAAiB,EAAE,UAAU,EAAE,GAAG,YAAY,CAAC;YACvD,MAAM,EAAE,mBAAmB,EAAE,GAAG,IAAA,6BAAsB,EACpD,UAAU,EACV,iBAAiB,CAClB,CAAC;YAEF,IAAI,UAAU,CAAC,QAAQ,CAAC,mBAAmB,KAAK,mBAAmB,EAAE;gBACnE,iBAAiB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;aACtC;QACH,CAAC,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;IAEH,MAAM,SAAS,GAAG,cAAM,CAAC,gBAAgB,CAAC;IAC1C,MAAM,WAAW,GAA+B,EAAE,UAAU,EAAE,CAAC;IAE/D,IAAI,CAAC,iBAAiB,CAAC,MAAM,EAAE;QAC7B,IAAA,mBAAY,EAAC,kBAAW,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;QAClD,OAAO;KACR;IAED,iBAAiB,CAAC,OAAO,CAAC,CAAC,EAAE,iBAAiB,EAAE,UAAU,EAAE,EAAE,EAAE;QAC9D,WAAW,CAAC,UAAU,GAAG,UAAU,CAAC;QACpC,WAAW,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;QAClD,IAAA,mBAAY,EAAC,kBAAW,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;IACpD,CAAC,CAAC,CAAC;AACL,CAAC;AAE0C,oEAA4B"}
1
+ {"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/stateManagement/annotation/helpers/state.ts"],"names":[],"mappings":";;;AAAA,8CAK6B;AAC7B,0CAAwC;AAExC,sEAA4E;AAY5E,SAAS,gCAAgC,CACvC,UAAsB,EACtB,OAAuB;IAEvB,MAAM,cAAc,GAAG,IAAA,wBAAiB,EAAC,OAAO,CAAC,CAAC;IAClD,MAAM,EAAE,eAAe,EAAE,UAAU,EAAE,GAAG,cAAc,CAAC;IAEvD,MAAM,SAAS,GAAG,cAAM,CAAC,gBAAgB,CAAC;IAE1C,MAAM,WAAW,GAA+B;QAC9C,UAAU;QACV,UAAU;QACV,iBAAiB,EAAE,eAAe,CAAC,EAAE;KACtC,CAAC;IAEF,IAAA,mBAAY,EAAC,kBAAW,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;AACpD,CAAC;AA8EC,4EAAgC;AAvElC,SAAS,4BAA4B,CAAC,UAAsB;IAC1D,MAAM,EAAE,QAAQ,EAAE,GAAG,UAAU,CAAC,QAAQ,CAAC;IAEzC,MAAM,UAAU,GAAG,IAAA,4CAAyB,EAAC,QAAQ,CAAC,CAAC;IACvD,IAAI,CAAC,UAAU,CAAC,MAAM,EAAE;QACtB,OAAO;KACR;IAGD,MAAM,iBAAiB,GAAG,EAAE,CAAC;IAC7B,UAAU,CAAC,OAAO,CAAC,CAAC,SAAS,EAAE,EAAE;QAC/B,SAAS,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,YAAY,EAAE,EAAE;YAC/C,MAAM,EAAE,iBAAiB,EAAE,UAAU,EAAE,GAAG,YAAY,CAAC;YACvD,MAAM,EAAE,mBAAmB,EAAE,GAAG,IAAA,6BAAsB,EACpD,UAAU,EACV,iBAAiB,CAClB,CAAC;YAEF,IAAI,UAAU,CAAC,QAAQ,CAAC,mBAAmB,KAAK,mBAAmB,EAAE;gBACnE,iBAAiB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;aACtC;QACH,CAAC,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;IAEH,MAAM,SAAS,GAAG,cAAM,CAAC,gBAAgB,CAAC;IAC1C,MAAM,WAAW,GAA+B,EAAE,UAAU,EAAE,CAAC;IAE/D,IAAI,CAAC,iBAAiB,CAAC,MAAM,EAAE;QAC7B,IAAA,mBAAY,EAAC,kBAAW,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;QAClD,OAAO;KACR;IAED,iBAAiB,CAAC,OAAO,CAAC,CAAC,EAAE,iBAAiB,EAAE,UAAU,EAAE,EAAE,EAAE;QAC9D,WAAW,CAAC,UAAU,GAAG,UAAU,CAAC;QACpC,WAAW,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;QAClD,IAAA,mBAAY,EAAC,kBAAW,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;IACpD,CAAC,CAAC,CAAC;AACL,CAAC;AAmCC,oEAA4B;AA9B9B,SAAS,yBAAyB,CAChC,UAAsB,EACtB,OAAuB;IAEvB,MAAM,cAAc,GAAG,IAAA,wBAAiB,EAAC,OAAO,CAAC,CAAC;IAClD,MAAM,EAAE,UAAU,EAAE,iBAAiB,EAAE,GAAG,cAAc,CAAC;IACzD,MAAM,SAAS,GAAG,cAAM,CAAC,mBAAmB,CAAC;IAC7C,MAAM,WAAW,GAAkC;QACjD,UAAU;QACV,UAAU;QACV,iBAAiB;KAClB,CAAC;IAEF,IAAA,mBAAY,EAAC,kBAAW,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;AACpD,CAAC;AAiBC,8DAAyB;AAZ3B,SAAS,0BAA0B,CAAC,UAAsB;IACxD,MAAM,SAAS,GAAG,cAAM,CAAC,oBAAoB,CAAC;IAC9C,MAAM,WAAW,GAAmC;QAClD,UAAU;KACX,CAAC;IAEF,IAAA,mBAAY,EAAC,kBAAW,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;AACpD,CAAC;AAMC,gEAA0B"}
@@ -12,6 +12,7 @@ export default class ToolGroup implements IToolGroup {
12
12
  getViewportIds(): string[];
13
13
  getViewportsInfo(): Array<Types.IViewportId>;
14
14
  getToolInstance(toolInstanceName: string): any;
15
+ hasTool(toolName: string): boolean;
15
16
  addTool(toolName: string, configuration?: ToolConfiguration): void;
16
17
  addToolInstance(toolName: string, parentClassName: string, configuration?: {}): void;
17
18
  addViewport(viewportId: string, renderingEngineId?: string): void;
@@ -34,6 +34,9 @@ class ToolGroup {
34
34
  }
35
35
  return toolInstance;
36
36
  }
37
+ hasTool(toolName) {
38
+ return !!this._toolInstances[toolName];
39
+ }
37
40
  addTool(toolName, configuration = {}) {
38
41
  const toolDefinition = index_1.state.tools[toolName];
39
42
  const hasToolName = typeof toolName !== 'undefined' && toolName !== '';