@cornerstonejs/tools 2.15.3 → 2.15.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.d.ts +2 -1
- package/dist/esm/index.js +2 -1
- package/dist/esm/stateManagement/annotation/index.d.ts +7 -0
- package/dist/esm/stateManagement/annotation/index.js +2 -0
- package/dist/esm/store/index.d.ts +2 -1
- package/dist/esm/store/index.js +2 -1
- package/dist/esm/utilities/index.d.ts +2 -1
- package/dist/esm/utilities/index.js +2 -1
- package/dist/esm/utilities/math/angle/index.d.ts +2 -0
- package/dist/esm/utilities/math/angle/index.js +2 -0
- package/dist/esm/utilities/math/index.d.ts +2 -1
- package/dist/esm/utilities/math/index.js +2 -1
- package/dist/esm/utilities/planar/index.d.ts +3 -1
- package/dist/esm/utilities/planar/index.js +3 -1
- package/package.json +3 -3
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { init, destroy } from './init';
|
|
2
2
|
import { addTool, removeTool, ToolGroupManager, SynchronizerManager, Synchronizer, cancelActiveManipulations } from './store';
|
|
3
3
|
import { state } from './store/state';
|
|
4
|
+
import * as store from './store';
|
|
4
5
|
import * as CONSTANTS from './constants';
|
|
5
6
|
import * as synchronizers from './synchronizers';
|
|
6
7
|
import * as drawing from './drawingSvg';
|
|
@@ -13,4 +14,4 @@ import * as splines from './tools/annotation/splines';
|
|
|
13
14
|
import { BaseTool, AnnotationTool, AnnotationDisplayTool, PanTool, TrackballRotateTool, DragProbeTool, WindowLevelTool, ZoomTool, StackScrollTool, PlanarRotateTool, MIPJumpToClickTool, LengthTool, HeightTool, ProbeTool, RectangleROITool, EllipticalROITool, CircleROITool, ETDRSGridTool, SplineROITool, SplineContourSegmentationTool, BidirectionalTool, PlanarFreehandROITool, PlanarFreehandContourSegmentationTool, LivewireContourTool, LivewireContourSegmentationTool, ArrowAnnotateTool, KeyImageTool, CrosshairsTool, ReferenceLinesTool, RectangleScissorsTool, CircleScissorsTool, SphereScissorsTool, RectangleROIThresholdTool, RectangleROIStartEndThresholdTool, CircleROIStartEndThresholdTool, BrushTool, AngleTool, CobbAngleTool, UltrasoundDirectionalTool, MagnifyTool, AdvancedMagnifyTool, ReferenceCursors, PaintFillTool, ScaleOverlayTool, OrientationMarkerTool, OverlayGridTool, SegmentationIntersectionTool, EraserTool, SculptorTool, SegmentSelectTool, WindowLevelRegionTool, VolumeRotateTool, RegionSegmentPlusTool, RegionSegmentTool, WholeBodySegmentTool, LabelmapBaseTool } from './tools';
|
|
14
15
|
import VideoRedactionTool from './tools/annotation/VideoRedactionTool';
|
|
15
16
|
import * as Enums from './enums';
|
|
16
|
-
export { VideoRedactionTool, init, destroy, addTool, removeTool, cancelActiveManipulations, BaseTool, AnnotationTool, AnnotationDisplayTool, PanTool, TrackballRotateTool, DragProbeTool, WindowLevelTool, WindowLevelRegionTool, ZoomTool, StackScrollTool, PlanarRotateTool, MIPJumpToClickTool, LengthTool, HeightTool, CrosshairsTool, ReferenceLinesTool, OverlayGridTool, SegmentationIntersectionTool, ProbeTool, RectangleROITool, EllipticalROITool, CircleROITool, ETDRSGridTool, SplineROITool, SplineContourSegmentationTool, BidirectionalTool, PlanarFreehandROITool, PlanarFreehandContourSegmentationTool, LivewireContourTool, LivewireContourSegmentationTool, ArrowAnnotateTool, AngleTool, CobbAngleTool, UltrasoundDirectionalTool, KeyImageTool, MagnifyTool, AdvancedMagnifyTool, ReferenceCursors, ScaleOverlayTool, SculptorTool, EraserTool, RectangleScissorsTool, CircleScissorsTool, SphereScissorsTool, RectangleROIThresholdTool, RectangleROIStartEndThresholdTool, CircleROIStartEndThresholdTool, BrushTool, OrientationMarkerTool, SegmentSelectTool, synchronizers, Synchronizer, SynchronizerManager, PaintFillTool, Types, state, ToolGroupManager, Enums, CONSTANTS, drawing, annotation, segmentation, utilities, cursors, VolumeRotateTool, RegionSegmentPlusTool, RegionSegmentTool, WholeBodySegmentTool, LabelmapBaseTool, splines, };
|
|
17
|
+
export { VideoRedactionTool, init, destroy, addTool, removeTool, cancelActiveManipulations, BaseTool, AnnotationTool, AnnotationDisplayTool, PanTool, TrackballRotateTool, DragProbeTool, WindowLevelTool, WindowLevelRegionTool, ZoomTool, StackScrollTool, PlanarRotateTool, MIPJumpToClickTool, LengthTool, HeightTool, CrosshairsTool, ReferenceLinesTool, OverlayGridTool, SegmentationIntersectionTool, ProbeTool, RectangleROITool, EllipticalROITool, CircleROITool, ETDRSGridTool, SplineROITool, SplineContourSegmentationTool, BidirectionalTool, PlanarFreehandROITool, PlanarFreehandContourSegmentationTool, LivewireContourTool, LivewireContourSegmentationTool, ArrowAnnotateTool, AngleTool, CobbAngleTool, UltrasoundDirectionalTool, KeyImageTool, MagnifyTool, AdvancedMagnifyTool, ReferenceCursors, ScaleOverlayTool, SculptorTool, EraserTool, RectangleScissorsTool, CircleScissorsTool, SphereScissorsTool, RectangleROIThresholdTool, RectangleROIStartEndThresholdTool, CircleROIStartEndThresholdTool, BrushTool, OrientationMarkerTool, SegmentSelectTool, synchronizers, Synchronizer, SynchronizerManager, PaintFillTool, Types, state, ToolGroupManager, store, Enums, CONSTANTS, drawing, annotation, segmentation, utilities, cursors, VolumeRotateTool, RegionSegmentPlusTool, RegionSegmentTool, WholeBodySegmentTool, LabelmapBaseTool, splines, };
|
package/dist/esm/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { init, destroy } from './init';
|
|
2
2
|
import { addTool, removeTool, ToolGroupManager, SynchronizerManager, Synchronizer, cancelActiveManipulations, } from './store';
|
|
3
3
|
import { state } from './store/state';
|
|
4
|
+
import * as store from './store';
|
|
4
5
|
import * as CONSTANTS from './constants';
|
|
5
6
|
import * as synchronizers from './synchronizers';
|
|
6
7
|
import * as drawing from './drawingSvg';
|
|
@@ -13,4 +14,4 @@ import * as splines from './tools/annotation/splines';
|
|
|
13
14
|
import { BaseTool, AnnotationTool, AnnotationDisplayTool, PanTool, TrackballRotateTool, DragProbeTool, WindowLevelTool, ZoomTool, StackScrollTool, PlanarRotateTool, MIPJumpToClickTool, LengthTool, HeightTool, ProbeTool, RectangleROITool, EllipticalROITool, CircleROITool, ETDRSGridTool, SplineROITool, SplineContourSegmentationTool, BidirectionalTool, PlanarFreehandROITool, PlanarFreehandContourSegmentationTool, LivewireContourTool, LivewireContourSegmentationTool, ArrowAnnotateTool, KeyImageTool, CrosshairsTool, ReferenceLinesTool, RectangleScissorsTool, CircleScissorsTool, SphereScissorsTool, RectangleROIThresholdTool, RectangleROIStartEndThresholdTool, CircleROIStartEndThresholdTool, BrushTool, AngleTool, CobbAngleTool, UltrasoundDirectionalTool, MagnifyTool, AdvancedMagnifyTool, ReferenceCursors, PaintFillTool, ScaleOverlayTool, OrientationMarkerTool, OverlayGridTool, SegmentationIntersectionTool, EraserTool, SculptorTool, SegmentSelectTool, WindowLevelRegionTool, VolumeRotateTool, RegionSegmentPlusTool, RegionSegmentTool, WholeBodySegmentTool, LabelmapBaseTool, } from './tools';
|
|
14
15
|
import VideoRedactionTool from './tools/annotation/VideoRedactionTool';
|
|
15
16
|
import * as Enums from './enums';
|
|
16
|
-
export { VideoRedactionTool, init, destroy, addTool, removeTool, cancelActiveManipulations, BaseTool, AnnotationTool, AnnotationDisplayTool, PanTool, TrackballRotateTool, DragProbeTool, WindowLevelTool, WindowLevelRegionTool, ZoomTool, StackScrollTool, PlanarRotateTool, MIPJumpToClickTool, LengthTool, HeightTool, CrosshairsTool, ReferenceLinesTool, OverlayGridTool, SegmentationIntersectionTool, ProbeTool, RectangleROITool, EllipticalROITool, CircleROITool, ETDRSGridTool, SplineROITool, SplineContourSegmentationTool, BidirectionalTool, PlanarFreehandROITool, PlanarFreehandContourSegmentationTool, LivewireContourTool, LivewireContourSegmentationTool, ArrowAnnotateTool, AngleTool, CobbAngleTool, UltrasoundDirectionalTool, KeyImageTool, MagnifyTool, AdvancedMagnifyTool, ReferenceCursors, ScaleOverlayTool, SculptorTool, EraserTool, RectangleScissorsTool, CircleScissorsTool, SphereScissorsTool, RectangleROIThresholdTool, RectangleROIStartEndThresholdTool, CircleROIStartEndThresholdTool, BrushTool, OrientationMarkerTool, SegmentSelectTool, synchronizers, Synchronizer, SynchronizerManager, PaintFillTool, Types, state, ToolGroupManager, Enums, CONSTANTS, drawing, annotation, segmentation, utilities, cursors, VolumeRotateTool, RegionSegmentPlusTool, RegionSegmentTool, WholeBodySegmentTool, LabelmapBaseTool, splines, };
|
|
17
|
+
export { VideoRedactionTool, init, destroy, addTool, removeTool, cancelActiveManipulations, BaseTool, AnnotationTool, AnnotationDisplayTool, PanTool, TrackballRotateTool, DragProbeTool, WindowLevelTool, WindowLevelRegionTool, ZoomTool, StackScrollTool, PlanarRotateTool, MIPJumpToClickTool, LengthTool, HeightTool, CrosshairsTool, ReferenceLinesTool, OverlayGridTool, SegmentationIntersectionTool, ProbeTool, RectangleROITool, EllipticalROITool, CircleROITool, ETDRSGridTool, SplineROITool, SplineContourSegmentationTool, BidirectionalTool, PlanarFreehandROITool, PlanarFreehandContourSegmentationTool, LivewireContourTool, LivewireContourSegmentationTool, ArrowAnnotateTool, AngleTool, CobbAngleTool, UltrasoundDirectionalTool, KeyImageTool, MagnifyTool, AdvancedMagnifyTool, ReferenceCursors, ScaleOverlayTool, SculptorTool, EraserTool, RectangleScissorsTool, CircleScissorsTool, SphereScissorsTool, RectangleROIThresholdTool, RectangleROIStartEndThresholdTool, CircleROIStartEndThresholdTool, BrushTool, OrientationMarkerTool, SegmentSelectTool, synchronizers, Synchronizer, SynchronizerManager, PaintFillTool, Types, state, ToolGroupManager, store, Enums, CONSTANTS, drawing, annotation, segmentation, utilities, cursors, VolumeRotateTool, RegionSegmentPlusTool, RegionSegmentTool, WholeBodySegmentTool, LabelmapBaseTool, splines, };
|
|
@@ -2,12 +2,19 @@ import * as config from './config';
|
|
|
2
2
|
import * as locking from './annotationLocking';
|
|
3
3
|
import * as selection from './annotationSelection';
|
|
4
4
|
import * as annotationState from './annotationState';
|
|
5
|
+
import * as annotationStateHelpers from './helpers/state';
|
|
5
6
|
import * as visibility from './annotationVisibility';
|
|
6
7
|
import FrameOfReferenceSpecificAnnotationManager from './FrameOfReferenceSpecificAnnotationManager';
|
|
7
8
|
import AnnotationGroup from './AnnotationGroup';
|
|
8
9
|
import { resetAnnotationManager } from './resetAnnotationManager';
|
|
9
10
|
declare const state: {
|
|
10
11
|
resetAnnotationManager: typeof resetAnnotationManager;
|
|
12
|
+
triggerAnnotationAddedForElement: typeof annotationStateHelpers.triggerAnnotationAddedForElement;
|
|
13
|
+
triggerAnnotationAddedForFOR: typeof annotationStateHelpers.triggerAnnotationAddedForFOR;
|
|
14
|
+
triggerAnnotationRemoved: typeof annotationStateHelpers.triggerAnnotationRemoved;
|
|
15
|
+
triggerAnnotationModified: typeof annotationStateHelpers.triggerAnnotationModified;
|
|
16
|
+
triggerAnnotationCompleted: typeof annotationStateHelpers.triggerAnnotationCompleted;
|
|
17
|
+
triggerContourAnnotationCompleted: typeof annotationStateHelpers.triggerContourAnnotationCompleted;
|
|
11
18
|
getAllAnnotations: typeof annotationState.getAllAnnotations;
|
|
12
19
|
getAnnotations: typeof annotationState.getAnnotations;
|
|
13
20
|
getParentAnnotation: typeof annotationState.getParentAnnotation;
|
|
@@ -2,12 +2,14 @@ import * as config from './config';
|
|
|
2
2
|
import * as locking from './annotationLocking';
|
|
3
3
|
import * as selection from './annotationSelection';
|
|
4
4
|
import * as annotationState from './annotationState';
|
|
5
|
+
import * as annotationStateHelpers from './helpers/state';
|
|
5
6
|
import * as visibility from './annotationVisibility';
|
|
6
7
|
import FrameOfReferenceSpecificAnnotationManager from './FrameOfReferenceSpecificAnnotationManager';
|
|
7
8
|
import AnnotationGroup from './AnnotationGroup';
|
|
8
9
|
import { resetAnnotationManager } from './resetAnnotationManager';
|
|
9
10
|
const state = {
|
|
10
11
|
...annotationState,
|
|
12
|
+
...annotationStateHelpers,
|
|
11
13
|
resetAnnotationManager,
|
|
12
14
|
};
|
|
13
15
|
export { config, locking, selection, state, visibility, FrameOfReferenceSpecificAnnotationManager, AnnotationGroup, };
|
|
@@ -2,8 +2,9 @@ import { addTool, hasTool, removeTool } from './addTool';
|
|
|
2
2
|
import addEnabledElement from './addEnabledElement';
|
|
3
3
|
import removeEnabledElement from './removeEnabledElement';
|
|
4
4
|
import cancelActiveManipulations from './cancelActiveManipulations';
|
|
5
|
+
import state from './state';
|
|
5
6
|
import Synchronizer from './SynchronizerManager/Synchronizer';
|
|
6
7
|
import svgNodeCache from './svgNodeCache';
|
|
7
8
|
import * as ToolGroupManager from './ToolGroupManager';
|
|
8
9
|
import * as SynchronizerManager from './SynchronizerManager';
|
|
9
|
-
export { addTool, hasTool, removeTool, addEnabledElement, removeEnabledElement, cancelActiveManipulations, svgNodeCache, ToolGroupManager, SynchronizerManager, Synchronizer, };
|
|
10
|
+
export { addTool, hasTool, removeTool, addEnabledElement, removeEnabledElement, cancelActiveManipulations, svgNodeCache, ToolGroupManager, SynchronizerManager, Synchronizer, state, };
|
package/dist/esm/store/index.js
CHANGED
|
@@ -2,8 +2,9 @@ import { addTool, hasTool, removeTool } from './addTool';
|
|
|
2
2
|
import addEnabledElement from './addEnabledElement';
|
|
3
3
|
import removeEnabledElement from './removeEnabledElement';
|
|
4
4
|
import cancelActiveManipulations from './cancelActiveManipulations';
|
|
5
|
+
import state from './state';
|
|
5
6
|
import Synchronizer from './SynchronizerManager/Synchronizer';
|
|
6
7
|
import svgNodeCache from './svgNodeCache';
|
|
7
8
|
import * as ToolGroupManager from './ToolGroupManager';
|
|
8
9
|
import * as SynchronizerManager from './SynchronizerManager';
|
|
9
|
-
export { addTool, hasTool, removeTool, addEnabledElement, removeEnabledElement, cancelActiveManipulations, svgNodeCache, ToolGroupManager, SynchronizerManager, Synchronizer, };
|
|
10
|
+
export { addTool, hasTool, removeTool, addEnabledElement, removeEnabledElement, cancelActiveManipulations, svgNodeCache, ToolGroupManager, SynchronizerManager, Synchronizer, state, };
|
|
@@ -35,4 +35,5 @@ import { pointInSurroundingSphereCallback } from './pointInSurroundingSphereCall
|
|
|
35
35
|
declare const roundNumber: typeof utilities.roundNumber;
|
|
36
36
|
import normalizeViewportPlane from './normalizeViewportPlane';
|
|
37
37
|
import IslandRemoval from './segmentation/islandRemoval';
|
|
38
|
-
|
|
38
|
+
import { getPixelValueUnits } from './getPixelValueUnits';
|
|
39
|
+
export { math, planar, viewportFilters, drawing, debounce, dynamicVolume, throttle, orientation, isObject, touch, triggerEvent, calibrateImageSpacing, getCalibratedLengthUnitsAndScale, getCalibratedProbeUnitsAndValue, getCalibratedAspect, getPixelValueUnits, segmentation, contours, triggerAnnotationRenderForViewportIds, triggerAnnotationRenderForToolGroupIds, triggerAnnotationRender, getSphereBoundsInfo, getAnnotationNearPoint, getViewportForAnnotation, getAnnotationNearPointOnEnabledElement, viewport, cine, boundingBox, rectangleROITool, planarFreehandROITool, stackPrefetch, stackContextPrefetch, roundNumber, pointToString, polyDataUtils, voi, annotationFrameRange, contourSegmentation, annotationHydration, getClosestImageIdForStackViewport, pointInSurroundingSphereCallback, normalizeViewportPlane, IslandRemoval, };
|
|
@@ -35,4 +35,5 @@ import { pointInSurroundingSphereCallback } from './pointInSurroundingSphereCall
|
|
|
35
35
|
const roundNumber = utilities.roundNumber;
|
|
36
36
|
import normalizeViewportPlane from './normalizeViewportPlane';
|
|
37
37
|
import IslandRemoval from './segmentation/islandRemoval';
|
|
38
|
-
|
|
38
|
+
import { getPixelValueUnits } from './getPixelValueUnits';
|
|
39
|
+
export { math, planar, viewportFilters, drawing, debounce, dynamicVolume, throttle, orientation, isObject, touch, triggerEvent, calibrateImageSpacing, getCalibratedLengthUnitsAndScale, getCalibratedProbeUnitsAndValue, getCalibratedAspect, getPixelValueUnits, segmentation, contours, triggerAnnotationRenderForViewportIds, triggerAnnotationRenderForToolGroupIds, triggerAnnotationRender, getSphereBoundsInfo, getAnnotationNearPoint, getViewportForAnnotation, getAnnotationNearPointOnEnabledElement, viewport, cine, boundingBox, rectangleROITool, planarFreehandROITool, stackPrefetch, stackContextPrefetch, roundNumber, pointToString, polyDataUtils, voi, annotationFrameRange, contourSegmentation, annotationHydration, getClosestImageIdForStackViewport, pointInSurroundingSphereCallback, normalizeViewportPlane, IslandRemoval, };
|
|
@@ -7,4 +7,5 @@ import * as point from './point';
|
|
|
7
7
|
import * as polyline from './polyline';
|
|
8
8
|
import * as rectangle from './rectangle';
|
|
9
9
|
import * as vec2 from './vec2';
|
|
10
|
-
|
|
10
|
+
import * as angle from './angle';
|
|
11
|
+
export { aabb, BasicStatsCalculator, circle, ellipse, lineSegment, point, polyline, rectangle, vec2, angle, };
|
|
@@ -7,4 +7,5 @@ import * as point from './point';
|
|
|
7
7
|
import * as polyline from './polyline';
|
|
8
8
|
import * as rectangle from './rectangle';
|
|
9
9
|
import * as vec2 from './vec2';
|
|
10
|
-
|
|
10
|
+
import * as angle from './angle';
|
|
11
|
+
export { aabb, BasicStatsCalculator, circle, ellipse, lineSegment, point, polyline, rectangle, vec2, angle, };
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import filterAnnotationsWithinSlice from './filterAnnotationsWithinSlice';
|
|
2
2
|
import getWorldWidthAndHeightFromCorners from './getWorldWidthAndHeightFromCorners';
|
|
3
3
|
import filterAnnotationsForDisplay from './filterAnnotationsForDisplay';
|
|
4
|
+
import getWorldWidthAndHeightFromTwoPoints from './getWorldWidthAndHeightFromTwoPoints';
|
|
4
5
|
import { getPointInLineOfSightWithCriteria, getPointsInLineOfSight } from './getPointInLineOfSightWithCriteria';
|
|
5
6
|
import { isPlaneIntersectingAABB } from './isPlaneIntersectingAABB';
|
|
6
7
|
import { filterAnnotationsWithinSamePlane } from './filterAnnotationsWithinPlane';
|
|
7
8
|
declare const _default: {
|
|
8
9
|
filterAnnotationsWithinSlice: typeof filterAnnotationsWithinSlice;
|
|
9
10
|
getWorldWidthAndHeightFromCorners: typeof getWorldWidthAndHeightFromCorners;
|
|
11
|
+
getWorldWidthAndHeightFromTwoPoints: typeof getWorldWidthAndHeightFromTwoPoints;
|
|
10
12
|
filterAnnotationsForDisplay: typeof filterAnnotationsForDisplay;
|
|
11
13
|
getPointInLineOfSightWithCriteria: typeof getPointInLineOfSightWithCriteria;
|
|
12
14
|
isPlaneIntersectingAABB: (origin: any, normal: any, minX: any, minY: any, minZ: any, maxX: any, maxY: any, maxZ: any) => boolean;
|
|
@@ -14,4 +16,4 @@ declare const _default: {
|
|
|
14
16
|
getPointsInLineOfSight: typeof getPointsInLineOfSight;
|
|
15
17
|
};
|
|
16
18
|
export default _default;
|
|
17
|
-
export { filterAnnotationsWithinSlice, getWorldWidthAndHeightFromCorners, filterAnnotationsForDisplay, getPointInLineOfSightWithCriteria, isPlaneIntersectingAABB, filterAnnotationsWithinSamePlane, getPointsInLineOfSight, };
|
|
19
|
+
export { filterAnnotationsWithinSlice, getWorldWidthAndHeightFromCorners, getWorldWidthAndHeightFromTwoPoints, filterAnnotationsForDisplay, getPointInLineOfSightWithCriteria, isPlaneIntersectingAABB, filterAnnotationsWithinSamePlane, getPointsInLineOfSight, };
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
import filterAnnotationsWithinSlice from './filterAnnotationsWithinSlice';
|
|
2
2
|
import getWorldWidthAndHeightFromCorners from './getWorldWidthAndHeightFromCorners';
|
|
3
3
|
import filterAnnotationsForDisplay from './filterAnnotationsForDisplay';
|
|
4
|
+
import getWorldWidthAndHeightFromTwoPoints from './getWorldWidthAndHeightFromTwoPoints';
|
|
4
5
|
import { getPointInLineOfSightWithCriteria, getPointsInLineOfSight, } from './getPointInLineOfSightWithCriteria';
|
|
5
6
|
import { isPlaneIntersectingAABB } from './isPlaneIntersectingAABB';
|
|
6
7
|
import { filterAnnotationsWithinSamePlane } from './filterAnnotationsWithinPlane';
|
|
7
8
|
export default {
|
|
8
9
|
filterAnnotationsWithinSlice,
|
|
9
10
|
getWorldWidthAndHeightFromCorners,
|
|
11
|
+
getWorldWidthAndHeightFromTwoPoints,
|
|
10
12
|
filterAnnotationsForDisplay,
|
|
11
13
|
getPointInLineOfSightWithCriteria,
|
|
12
14
|
isPlaneIntersectingAABB,
|
|
13
15
|
filterAnnotationsWithinSamePlane,
|
|
14
16
|
getPointsInLineOfSight,
|
|
15
17
|
};
|
|
16
|
-
export { filterAnnotationsWithinSlice, getWorldWidthAndHeightFromCorners, filterAnnotationsForDisplay, getPointInLineOfSightWithCriteria, isPlaneIntersectingAABB, filterAnnotationsWithinSamePlane, getPointsInLineOfSight, };
|
|
18
|
+
export { filterAnnotationsWithinSlice, getWorldWidthAndHeightFromCorners, getWorldWidthAndHeightFromTwoPoints, filterAnnotationsForDisplay, getPointInLineOfSightWithCriteria, isPlaneIntersectingAABB, filterAnnotationsWithinSamePlane, getPointsInLineOfSight, };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cornerstonejs/tools",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.5",
|
|
4
4
|
"description": "Cornerstone3D Tools",
|
|
5
5
|
"types": "./dist/esm/index.d.ts",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"canvas": "^2.11.2"
|
|
105
105
|
},
|
|
106
106
|
"peerDependencies": {
|
|
107
|
-
"@cornerstonejs/core": "^2.15.
|
|
107
|
+
"@cornerstonejs/core": "^2.15.5",
|
|
108
108
|
"@kitware/vtk.js": "32.9.0",
|
|
109
109
|
"@types/d3-array": "^3.0.4",
|
|
110
110
|
"@types/d3-interpolate": "^3.0.1",
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
"type": "individual",
|
|
124
124
|
"url": "https://ohif.org/donate"
|
|
125
125
|
},
|
|
126
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "382df4deb7311b011fed61935d1cccf28a27c4b8"
|
|
127
127
|
}
|