@cornerstonejs/tools 4.18.4 → 4.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/esm/stateManagement/segmentation/helpers/normalizeSegmentationInput.js +1 -0
- package/dist/esm/tools/OrientationControllerTool.d.ts +38 -0
- package/dist/esm/tools/OrientationControllerTool.js +415 -0
- package/dist/esm/tools/index.d.ts +2 -1
- package/dist/esm/tools/index.js +2 -1
- package/dist/esm/types/SegmentationStateTypes.d.ts +2 -0
- package/dist/esm/utilities/vtkjs/AnnotatedRhombicuboctahedronActor/index.d.ts +31 -0
- package/dist/esm/utilities/vtkjs/AnnotatedRhombicuboctahedronActor/index.js +391 -0
- package/dist/esm/utilities/vtkjs/OrientationControllerWidget/index.d.ts +59 -0
- package/dist/esm/utilities/vtkjs/OrientationControllerWidget/index.js +486 -0
- package/dist/esm/utilities/vtkjs/RhombicuboctahedronSource/index.d.ts +7 -0
- package/dist/esm/utilities/vtkjs/RhombicuboctahedronSource/index.js +144 -0
- package/dist/esm/utilities/vtkjs/index.d.ts +3 -0
- package/dist/esm/utilities/vtkjs/index.js +3 -0
- package/dist/esm/version.d.ts +1 -1
- package/dist/esm/version.js +1 -1
- package/package.json +3 -3
package/dist/esm/index.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ import * as Types from './types';
|
|
|
12
12
|
import * as annotation from './stateManagement/annotation';
|
|
13
13
|
import * as segmentation from './stateManagement/segmentation';
|
|
14
14
|
import * as splines from './tools/annotation/splines';
|
|
15
|
-
import { BaseTool, AnnotationTool, AnnotationDisplayTool, PanTool, TrackballRotateTool, VolumeCroppingTool, VolumeCroppingControlTool, DragProbeTool, WindowLevelTool, ZoomTool, StackScrollTool, SegmentBidirectionalTool, PlanarRotateTool, MIPJumpToClickTool, LabelTool, 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, UltrasoundPleuraBLineTool, MagnifyTool, AdvancedMagnifyTool, ReferenceCursors, PaintFillTool, ScaleOverlayTool, OrientationMarkerTool, OverlayGridTool, SegmentationIntersectionTool, EraserTool, SculptorTool, SegmentSelectTool, WindowLevelRegionTool, VolumeRotateTool, RegionSegmentPlusTool, RegionSegmentTool, WholeBodySegmentTool, LabelmapBaseTool, SegmentLabelTool, LabelMapEditWithContourTool } from './tools';
|
|
15
|
+
import { BaseTool, AnnotationTool, AnnotationDisplayTool, PanTool, TrackballRotateTool, VolumeCroppingTool, VolumeCroppingControlTool, DragProbeTool, WindowLevelTool, ZoomTool, StackScrollTool, SegmentBidirectionalTool, PlanarRotateTool, MIPJumpToClickTool, LabelTool, 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, UltrasoundPleuraBLineTool, MagnifyTool, AdvancedMagnifyTool, ReferenceCursors, PaintFillTool, ScaleOverlayTool, OrientationMarkerTool, OrientationControllerTool, OverlayGridTool, SegmentationIntersectionTool, EraserTool, SculptorTool, SegmentSelectTool, WindowLevelRegionTool, VolumeRotateTool, RegionSegmentPlusTool, RegionSegmentTool, WholeBodySegmentTool, LabelmapBaseTool, SegmentLabelTool, LabelMapEditWithContourTool } from './tools';
|
|
16
16
|
import VideoRedactionTool from './tools/annotation/VideoRedactionTool';
|
|
17
17
|
import * as Enums from './enums';
|
|
18
|
-
export { VideoRedactionTool, init, destroy, addTool, removeTool, cancelActiveManipulations, BaseTool, AnnotationTool, AnnotationDisplayTool, PanTool, SegmentBidirectionalTool, TrackballRotateTool, VolumeCroppingTool, VolumeCroppingControlTool, DragProbeTool, WindowLevelTool, WindowLevelRegionTool, ZoomTool, StackScrollTool, PlanarRotateTool, MIPJumpToClickTool, LabelTool, LengthTool, HeightTool, CrosshairsTool, ReferenceLinesTool, OverlayGridTool, SegmentationIntersectionTool, ProbeTool, RectangleROITool, EllipticalROITool, CircleROITool, ETDRSGridTool, SplineROITool, SplineContourSegmentationTool, BidirectionalTool, PlanarFreehandROITool, PlanarFreehandContourSegmentationTool, LivewireContourTool, LivewireContourSegmentationTool, ArrowAnnotateTool, AngleTool, CobbAngleTool, UltrasoundDirectionalTool, UltrasoundPleuraBLineTool, KeyImageTool, MagnifyTool, AdvancedMagnifyTool, ReferenceCursors, ScaleOverlayTool, SculptorTool, EraserTool, RectangleScissorsTool, CircleScissorsTool, SphereScissorsTool, RectangleROIThresholdTool, RectangleROIStartEndThresholdTool, CircleROIStartEndThresholdTool, BrushTool, OrientationMarkerTool, SegmentSelectTool, SegmentLabelTool, synchronizers, Synchronizer, SynchronizerManager, PaintFillTool, Types, state, ToolGroupManager, store, Enums, CONSTANTS, drawing, annotation, segmentation, utilities, cursors, VolumeRotateTool, RegionSegmentPlusTool, RegionSegmentTool, WholeBodySegmentTool, LabelmapBaseTool, LabelMapEditWithContourTool, splines, version, };
|
|
18
|
+
export { VideoRedactionTool, init, destroy, addTool, removeTool, cancelActiveManipulations, BaseTool, AnnotationTool, AnnotationDisplayTool, PanTool, SegmentBidirectionalTool, TrackballRotateTool, VolumeCroppingTool, VolumeCroppingControlTool, DragProbeTool, WindowLevelTool, WindowLevelRegionTool, ZoomTool, StackScrollTool, PlanarRotateTool, MIPJumpToClickTool, LabelTool, LengthTool, HeightTool, CrosshairsTool, ReferenceLinesTool, OverlayGridTool, SegmentationIntersectionTool, ProbeTool, RectangleROITool, EllipticalROITool, CircleROITool, ETDRSGridTool, SplineROITool, SplineContourSegmentationTool, BidirectionalTool, PlanarFreehandROITool, PlanarFreehandContourSegmentationTool, LivewireContourTool, LivewireContourSegmentationTool, ArrowAnnotateTool, AngleTool, CobbAngleTool, UltrasoundDirectionalTool, UltrasoundPleuraBLineTool, KeyImageTool, MagnifyTool, AdvancedMagnifyTool, ReferenceCursors, ScaleOverlayTool, SculptorTool, EraserTool, RectangleScissorsTool, CircleScissorsTool, SphereScissorsTool, RectangleROIThresholdTool, RectangleROIStartEndThresholdTool, CircleROIStartEndThresholdTool, BrushTool, OrientationMarkerTool, OrientationControllerTool, SegmentSelectTool, SegmentLabelTool, synchronizers, Synchronizer, SynchronizerManager, PaintFillTool, Types, state, ToolGroupManager, store, Enums, CONSTANTS, drawing, annotation, segmentation, utilities, cursors, VolumeRotateTool, RegionSegmentPlusTool, RegionSegmentTool, WholeBodySegmentTool, LabelmapBaseTool, LabelMapEditWithContourTool, splines, version, };
|
package/dist/esm/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import * as Types from './types';
|
|
|
12
12
|
import * as annotation from './stateManagement/annotation';
|
|
13
13
|
import * as segmentation from './stateManagement/segmentation';
|
|
14
14
|
import * as splines from './tools/annotation/splines';
|
|
15
|
-
import { BaseTool, AnnotationTool, AnnotationDisplayTool, PanTool, TrackballRotateTool, VolumeCroppingTool, VolumeCroppingControlTool, DragProbeTool, WindowLevelTool, ZoomTool, StackScrollTool, SegmentBidirectionalTool, PlanarRotateTool, MIPJumpToClickTool, LabelTool, 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, UltrasoundPleuraBLineTool, MagnifyTool, AdvancedMagnifyTool, ReferenceCursors, PaintFillTool, ScaleOverlayTool, OrientationMarkerTool, OverlayGridTool, SegmentationIntersectionTool, EraserTool, SculptorTool, SegmentSelectTool, WindowLevelRegionTool, VolumeRotateTool, RegionSegmentPlusTool, RegionSegmentTool, WholeBodySegmentTool, LabelmapBaseTool, SegmentLabelTool, LabelMapEditWithContourTool, } from './tools';
|
|
15
|
+
import { BaseTool, AnnotationTool, AnnotationDisplayTool, PanTool, TrackballRotateTool, VolumeCroppingTool, VolumeCroppingControlTool, DragProbeTool, WindowLevelTool, ZoomTool, StackScrollTool, SegmentBidirectionalTool, PlanarRotateTool, MIPJumpToClickTool, LabelTool, 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, UltrasoundPleuraBLineTool, MagnifyTool, AdvancedMagnifyTool, ReferenceCursors, PaintFillTool, ScaleOverlayTool, OrientationMarkerTool, OrientationControllerTool, OverlayGridTool, SegmentationIntersectionTool, EraserTool, SculptorTool, SegmentSelectTool, WindowLevelRegionTool, VolumeRotateTool, RegionSegmentPlusTool, RegionSegmentTool, WholeBodySegmentTool, LabelmapBaseTool, SegmentLabelTool, LabelMapEditWithContourTool, } from './tools';
|
|
16
16
|
import VideoRedactionTool from './tools/annotation/VideoRedactionTool';
|
|
17
17
|
import * as Enums from './enums';
|
|
18
|
-
export { VideoRedactionTool, init, destroy, addTool, removeTool, cancelActiveManipulations, BaseTool, AnnotationTool, AnnotationDisplayTool, PanTool, SegmentBidirectionalTool, TrackballRotateTool, VolumeCroppingTool, VolumeCroppingControlTool, DragProbeTool, WindowLevelTool, WindowLevelRegionTool, ZoomTool, StackScrollTool, PlanarRotateTool, MIPJumpToClickTool, LabelTool, LengthTool, HeightTool, CrosshairsTool, ReferenceLinesTool, OverlayGridTool, SegmentationIntersectionTool, ProbeTool, RectangleROITool, EllipticalROITool, CircleROITool, ETDRSGridTool, SplineROITool, SplineContourSegmentationTool, BidirectionalTool, PlanarFreehandROITool, PlanarFreehandContourSegmentationTool, LivewireContourTool, LivewireContourSegmentationTool, ArrowAnnotateTool, AngleTool, CobbAngleTool, UltrasoundDirectionalTool, UltrasoundPleuraBLineTool, KeyImageTool, MagnifyTool, AdvancedMagnifyTool, ReferenceCursors, ScaleOverlayTool, SculptorTool, EraserTool, RectangleScissorsTool, CircleScissorsTool, SphereScissorsTool, RectangleROIThresholdTool, RectangleROIStartEndThresholdTool, CircleROIStartEndThresholdTool, BrushTool, OrientationMarkerTool, SegmentSelectTool, SegmentLabelTool, synchronizers, Synchronizer, SynchronizerManager, PaintFillTool, Types, state, ToolGroupManager, store, Enums, CONSTANTS, drawing, annotation, segmentation, utilities, cursors, VolumeRotateTool, RegionSegmentPlusTool, RegionSegmentTool, WholeBodySegmentTool, LabelmapBaseTool, LabelMapEditWithContourTool, splines, version, };
|
|
18
|
+
export { VideoRedactionTool, init, destroy, addTool, removeTool, cancelActiveManipulations, BaseTool, AnnotationTool, AnnotationDisplayTool, PanTool, SegmentBidirectionalTool, TrackballRotateTool, VolumeCroppingTool, VolumeCroppingControlTool, DragProbeTool, WindowLevelTool, WindowLevelRegionTool, ZoomTool, StackScrollTool, PlanarRotateTool, MIPJumpToClickTool, LabelTool, LengthTool, HeightTool, CrosshairsTool, ReferenceLinesTool, OverlayGridTool, SegmentationIntersectionTool, ProbeTool, RectangleROITool, EllipticalROITool, CircleROITool, ETDRSGridTool, SplineROITool, SplineContourSegmentationTool, BidirectionalTool, PlanarFreehandROITool, PlanarFreehandContourSegmentationTool, LivewireContourTool, LivewireContourSegmentationTool, ArrowAnnotateTool, AngleTool, CobbAngleTool, UltrasoundDirectionalTool, UltrasoundPleuraBLineTool, KeyImageTool, MagnifyTool, AdvancedMagnifyTool, ReferenceCursors, ScaleOverlayTool, SculptorTool, EraserTool, RectangleScissorsTool, CircleScissorsTool, SphereScissorsTool, RectangleROIThresholdTool, RectangleROIStartEndThresholdTool, CircleROIStartEndThresholdTool, BrushTool, OrientationMarkerTool, OrientationControllerTool, SegmentSelectTool, SegmentLabelTool, synchronizers, Synchronizer, SynchronizerManager, PaintFillTool, Types, state, ToolGroupManager, store, Enums, CONSTANTS, drawing, annotation, segmentation, utilities, cursors, VolumeRotateTool, RegionSegmentPlusTool, RegionSegmentTool, WholeBodySegmentTool, LabelmapBaseTool, LabelMapEditWithContourTool, splines, version, };
|
|
@@ -15,6 +15,7 @@ function normalizeSegmentationInput(segmentationInput) {
|
|
|
15
15
|
return {
|
|
16
16
|
segmentationId,
|
|
17
17
|
label: config?.label ?? null,
|
|
18
|
+
fallbackLabel: config?.fallbackLabel ?? null,
|
|
18
19
|
cachedStats: config?.cachedStats ?? {},
|
|
19
20
|
segments: normalizedSegments,
|
|
20
21
|
representationData: {
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { BaseTool } from './base';
|
|
2
|
+
declare class OrientationControllerTool extends BaseTool {
|
|
3
|
+
static toolName: string;
|
|
4
|
+
private widget;
|
|
5
|
+
private resizeObservers;
|
|
6
|
+
private cameraHandlers;
|
|
7
|
+
constructor(toolProps?: {}, defaultToolProps?: {
|
|
8
|
+
supportedInteractionTypes: string[];
|
|
9
|
+
configuration: {
|
|
10
|
+
enabled: boolean;
|
|
11
|
+
opacity: number;
|
|
12
|
+
size: number;
|
|
13
|
+
position: string;
|
|
14
|
+
colorScheme: string;
|
|
15
|
+
letterColorScheme: string;
|
|
16
|
+
showEdgeFaces: boolean;
|
|
17
|
+
showCornerFaces: boolean;
|
|
18
|
+
keepOrientationUp: boolean;
|
|
19
|
+
};
|
|
20
|
+
});
|
|
21
|
+
private _getViewportsInfo;
|
|
22
|
+
private getPositionConfig;
|
|
23
|
+
private getFaceColors;
|
|
24
|
+
private getLetterColors;
|
|
25
|
+
onSetToolEnabled(): void;
|
|
26
|
+
onSetToolDisabled(): void;
|
|
27
|
+
onSetToolConfiguration: () => void;
|
|
28
|
+
private onViewportAdded;
|
|
29
|
+
private onViewportRemoved;
|
|
30
|
+
private removeMarkers;
|
|
31
|
+
private addMarkers;
|
|
32
|
+
private createAnnotatedRhombActor;
|
|
33
|
+
private addMarkerToViewport;
|
|
34
|
+
private onCameraModified;
|
|
35
|
+
private updateMarkerPosition;
|
|
36
|
+
private animateCameraToOrientation;
|
|
37
|
+
}
|
|
38
|
+
export default OrientationControllerTool;
|
|
@@ -0,0 +1,415 @@
|
|
|
1
|
+
import { BaseTool } from './base';
|
|
2
|
+
import { getEnabledElementByIds, Enums, eventTarget, } from '@cornerstonejs/core';
|
|
3
|
+
import { getToolGroup } from '../store/ToolGroupManager';
|
|
4
|
+
import * as ToolsEnums from '../enums';
|
|
5
|
+
import { vec3, mat4, quat } from 'gl-matrix';
|
|
6
|
+
import { vtkOrientationControllerWidget } from '../utilities/vtkjs/OrientationControllerWidget';
|
|
7
|
+
const ADD_MARKER_DELAY_MS = 500;
|
|
8
|
+
const POSITION_RETRY_DELAY_MS = 1000;
|
|
9
|
+
const FACE_COLOR_SCHEMES = {
|
|
10
|
+
marker: {
|
|
11
|
+
topBottom: [0, 0, 255],
|
|
12
|
+
frontBack: [0, 255, 255],
|
|
13
|
+
leftRight: [255, 255, 0],
|
|
14
|
+
},
|
|
15
|
+
gray: {
|
|
16
|
+
topBottom: [180, 180, 180],
|
|
17
|
+
frontBack: [180, 180, 180],
|
|
18
|
+
leftRight: [180, 180, 180],
|
|
19
|
+
},
|
|
20
|
+
rgy: {
|
|
21
|
+
topBottom: [255, 0, 0],
|
|
22
|
+
frontBack: [0, 255, 0],
|
|
23
|
+
leftRight: [255, 255, 0],
|
|
24
|
+
},
|
|
25
|
+
};
|
|
26
|
+
const LETTER_COLOR_SCHEMES = {
|
|
27
|
+
mixed: {
|
|
28
|
+
zMinus: [255, 255, 255],
|
|
29
|
+
zPlus: [255, 255, 255],
|
|
30
|
+
yMinus: [255, 255, 255],
|
|
31
|
+
yPlus: [255, 255, 255],
|
|
32
|
+
xMinus: [0, 0, 0],
|
|
33
|
+
xPlus: [0, 0, 0],
|
|
34
|
+
},
|
|
35
|
+
rgy: {
|
|
36
|
+
zMinus: [255, 255, 255],
|
|
37
|
+
zPlus: [255, 255, 255],
|
|
38
|
+
yMinus: [255, 255, 255],
|
|
39
|
+
yPlus: [255, 255, 255],
|
|
40
|
+
xMinus: [0, 0, 0],
|
|
41
|
+
xPlus: [0, 0, 0],
|
|
42
|
+
},
|
|
43
|
+
white: {
|
|
44
|
+
zMinus: [255, 255, 255],
|
|
45
|
+
zPlus: [255, 255, 255],
|
|
46
|
+
yMinus: [255, 255, 255],
|
|
47
|
+
yPlus: [255, 255, 255],
|
|
48
|
+
xMinus: [255, 255, 255],
|
|
49
|
+
xPlus: [255, 255, 255],
|
|
50
|
+
},
|
|
51
|
+
black: {
|
|
52
|
+
zMinus: [0, 0, 0],
|
|
53
|
+
zPlus: [0, 0, 0],
|
|
54
|
+
yMinus: [0, 0, 0],
|
|
55
|
+
yPlus: [0, 0, 0],
|
|
56
|
+
xMinus: [0, 0, 0],
|
|
57
|
+
xPlus: [0, 0, 0],
|
|
58
|
+
},
|
|
59
|
+
};
|
|
60
|
+
const DEFAULT_FACE_COLOR_SCHEME = 'rgy';
|
|
61
|
+
const DEFAULT_LETTER_COLOR_SCHEME = 'mixed';
|
|
62
|
+
const ANIMATE_RESET_CAMERA_OPTIONS = {
|
|
63
|
+
resetZoom: false,
|
|
64
|
+
resetPan: true,
|
|
65
|
+
resetToCenter: true,
|
|
66
|
+
};
|
|
67
|
+
class OrientationControllerTool extends BaseTool {
|
|
68
|
+
static { this.toolName = 'OrientationControllerTool'; }
|
|
69
|
+
constructor(toolProps = {}, defaultToolProps = {
|
|
70
|
+
supportedInteractionTypes: ['Mouse'],
|
|
71
|
+
configuration: {
|
|
72
|
+
enabled: true,
|
|
73
|
+
opacity: 1.0,
|
|
74
|
+
size: 0.04,
|
|
75
|
+
position: 'bottom-right',
|
|
76
|
+
colorScheme: 'rgy',
|
|
77
|
+
letterColorScheme: 'mixed',
|
|
78
|
+
showEdgeFaces: true,
|
|
79
|
+
showCornerFaces: true,
|
|
80
|
+
keepOrientationUp: true,
|
|
81
|
+
},
|
|
82
|
+
}) {
|
|
83
|
+
super(toolProps, defaultToolProps);
|
|
84
|
+
this.widget = new vtkOrientationControllerWidget();
|
|
85
|
+
this.resizeObservers = new Map();
|
|
86
|
+
this.cameraHandlers = new Map();
|
|
87
|
+
this._getViewportsInfo = () => {
|
|
88
|
+
const viewports = getToolGroup(this.toolGroupId)?.viewportsInfo;
|
|
89
|
+
return viewports || [];
|
|
90
|
+
};
|
|
91
|
+
this.onSetToolConfiguration = () => {
|
|
92
|
+
const viewportsInfo = this._getViewportsInfo();
|
|
93
|
+
const hasActiveMarkers = viewportsInfo.some(({ viewportId }) => {
|
|
94
|
+
return this.widget.getActors(viewportId) !== null;
|
|
95
|
+
});
|
|
96
|
+
if (hasActiveMarkers) {
|
|
97
|
+
this.removeMarkers();
|
|
98
|
+
this.addMarkers();
|
|
99
|
+
}
|
|
100
|
+
};
|
|
101
|
+
this.onViewportAdded = (evt) => {
|
|
102
|
+
const { viewportId, renderingEngineId, toolGroupId } = evt.detail;
|
|
103
|
+
if (toolGroupId !== this.toolGroupId) {
|
|
104
|
+
return;
|
|
105
|
+
}
|
|
106
|
+
if (this.widget.getActors(viewportId)) {
|
|
107
|
+
return;
|
|
108
|
+
}
|
|
109
|
+
setTimeout(() => {
|
|
110
|
+
this.addMarkerToViewport(viewportId, renderingEngineId);
|
|
111
|
+
}, ADD_MARKER_DELAY_MS);
|
|
112
|
+
};
|
|
113
|
+
this.onViewportRemoved = (evt) => {
|
|
114
|
+
const { viewportId, renderingEngineId, toolGroupId } = evt.detail;
|
|
115
|
+
if (toolGroupId !== this.toolGroupId) {
|
|
116
|
+
return;
|
|
117
|
+
}
|
|
118
|
+
const enabledElement = getEnabledElementByIds(viewportId, renderingEngineId);
|
|
119
|
+
if (enabledElement) {
|
|
120
|
+
const { viewport } = enabledElement;
|
|
121
|
+
if (viewport.isOrientationChangeable()) {
|
|
122
|
+
this.widget.removeActorsFromViewport(viewportId, viewport);
|
|
123
|
+
}
|
|
124
|
+
const cameraHandler = this.cameraHandlers.get(viewportId);
|
|
125
|
+
if (cameraHandler) {
|
|
126
|
+
viewport.element.removeEventListener(Enums.Events.CAMERA_MODIFIED, cameraHandler);
|
|
127
|
+
this.cameraHandlers.delete(viewportId);
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
this.widget.cleanup(viewportId);
|
|
131
|
+
const resizeObserver = this.resizeObservers.get(viewportId);
|
|
132
|
+
if (resizeObserver) {
|
|
133
|
+
resizeObserver.disconnect();
|
|
134
|
+
this.resizeObservers.delete(viewportId);
|
|
135
|
+
}
|
|
136
|
+
};
|
|
137
|
+
this.addMarkers = () => {
|
|
138
|
+
const viewportsInfo = this._getViewportsInfo();
|
|
139
|
+
viewportsInfo.forEach(({ viewportId, renderingEngineId }) => {
|
|
140
|
+
const enabledElement = getEnabledElementByIds(viewportId, renderingEngineId);
|
|
141
|
+
if (!enabledElement) {
|
|
142
|
+
return;
|
|
143
|
+
}
|
|
144
|
+
const { viewport } = enabledElement;
|
|
145
|
+
if (!viewport.isOrientationChangeable()) {
|
|
146
|
+
return;
|
|
147
|
+
}
|
|
148
|
+
if (this.widget.getActors(viewportId)) {
|
|
149
|
+
return;
|
|
150
|
+
}
|
|
151
|
+
setTimeout(() => {
|
|
152
|
+
this.addMarkerToViewport(viewportId, renderingEngineId);
|
|
153
|
+
}, ADD_MARKER_DELAY_MS);
|
|
154
|
+
});
|
|
155
|
+
};
|
|
156
|
+
this.onCameraModified = (evt) => {
|
|
157
|
+
const { viewportId } = evt.detail;
|
|
158
|
+
if (!viewportId) {
|
|
159
|
+
return;
|
|
160
|
+
}
|
|
161
|
+
const actors = this.widget.getActors(viewportId);
|
|
162
|
+
if (!actors) {
|
|
163
|
+
return;
|
|
164
|
+
}
|
|
165
|
+
const viewportsInfo = this._getViewportsInfo();
|
|
166
|
+
const viewportInfo = viewportsInfo.find((vp) => vp.viewportId === viewportId);
|
|
167
|
+
if (!viewportInfo) {
|
|
168
|
+
return;
|
|
169
|
+
}
|
|
170
|
+
const enabledElement = getEnabledElementByIds(viewportId, viewportInfo.renderingEngineId);
|
|
171
|
+
if (!enabledElement) {
|
|
172
|
+
return;
|
|
173
|
+
}
|
|
174
|
+
const { viewport } = enabledElement;
|
|
175
|
+
if (!viewport.isOrientationChangeable()) {
|
|
176
|
+
return;
|
|
177
|
+
}
|
|
178
|
+
const volumeViewport = viewport;
|
|
179
|
+
this.widget.positionActors(volumeViewport, actors, this.getPositionConfig());
|
|
180
|
+
viewport.render();
|
|
181
|
+
};
|
|
182
|
+
}
|
|
183
|
+
getPositionConfig() {
|
|
184
|
+
return {
|
|
185
|
+
position: this.configuration.position || 'bottom-right',
|
|
186
|
+
size: this.configuration.size || 0.04,
|
|
187
|
+
};
|
|
188
|
+
}
|
|
189
|
+
getFaceColors() {
|
|
190
|
+
const colorScheme = this.configuration.colorScheme || 'rgy';
|
|
191
|
+
if (this.configuration.faceColors) {
|
|
192
|
+
const provided = this.configuration.faceColors;
|
|
193
|
+
if (provided.topBottom && provided.frontBack && provided.leftRight) {
|
|
194
|
+
return {
|
|
195
|
+
topBottom: provided.topBottom,
|
|
196
|
+
frontBack: provided.frontBack,
|
|
197
|
+
leftRight: provided.leftRight,
|
|
198
|
+
};
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
return (FACE_COLOR_SCHEMES[colorScheme] ??
|
|
202
|
+
FACE_COLOR_SCHEMES[DEFAULT_FACE_COLOR_SCHEME]);
|
|
203
|
+
}
|
|
204
|
+
getLetterColors() {
|
|
205
|
+
const letterColorScheme = this.configuration.letterColorScheme || 'mixed';
|
|
206
|
+
return (LETTER_COLOR_SCHEMES[letterColorScheme] ??
|
|
207
|
+
LETTER_COLOR_SCHEMES[DEFAULT_LETTER_COLOR_SCHEME]);
|
|
208
|
+
}
|
|
209
|
+
onSetToolEnabled() {
|
|
210
|
+
this.removeMarkers();
|
|
211
|
+
this.addMarkers();
|
|
212
|
+
eventTarget.addEventListener(ToolsEnums.Events.TOOLGROUP_VIEWPORT_ADDED, this.onViewportAdded);
|
|
213
|
+
eventTarget.addEventListener(ToolsEnums.Events.TOOLGROUP_VIEWPORT_REMOVED, this.onViewportRemoved);
|
|
214
|
+
}
|
|
215
|
+
onSetToolDisabled() {
|
|
216
|
+
this.removeMarkers();
|
|
217
|
+
eventTarget.removeEventListener(ToolsEnums.Events.TOOLGROUP_VIEWPORT_ADDED, this.onViewportAdded);
|
|
218
|
+
eventTarget.removeEventListener(ToolsEnums.Events.TOOLGROUP_VIEWPORT_REMOVED, this.onViewportRemoved);
|
|
219
|
+
}
|
|
220
|
+
removeMarkers() {
|
|
221
|
+
const viewportsInfo = this._getViewportsInfo();
|
|
222
|
+
viewportsInfo.forEach(({ viewportId, renderingEngineId }) => {
|
|
223
|
+
const enabledElement = getEnabledElementByIds(viewportId, renderingEngineId);
|
|
224
|
+
if (enabledElement) {
|
|
225
|
+
const { viewport } = enabledElement;
|
|
226
|
+
if (viewport.isOrientationChangeable()) {
|
|
227
|
+
this.widget.removeActorsFromViewport(viewportId, viewport);
|
|
228
|
+
}
|
|
229
|
+
const cameraHandler = this.cameraHandlers.get(viewportId);
|
|
230
|
+
if (cameraHandler) {
|
|
231
|
+
viewport.element.removeEventListener(Enums.Events.CAMERA_MODIFIED, cameraHandler);
|
|
232
|
+
this.cameraHandlers.delete(viewportId);
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
const resizeObserver = this.resizeObservers.get(viewportId);
|
|
236
|
+
if (resizeObserver) {
|
|
237
|
+
resizeObserver.disconnect();
|
|
238
|
+
this.resizeObservers.delete(viewportId);
|
|
239
|
+
}
|
|
240
|
+
});
|
|
241
|
+
this.widget.cleanup();
|
|
242
|
+
this.resizeObservers.forEach((observer) => observer.disconnect());
|
|
243
|
+
this.resizeObservers.clear();
|
|
244
|
+
this.cameraHandlers.clear();
|
|
245
|
+
}
|
|
246
|
+
createAnnotatedRhombActor() {
|
|
247
|
+
const faceColors = this.getFaceColors();
|
|
248
|
+
const letterColors = this.getLetterColors();
|
|
249
|
+
return this.widget.createActors({
|
|
250
|
+
faceColors,
|
|
251
|
+
letterColors,
|
|
252
|
+
opacity: this.configuration.opacity ?? 1.0,
|
|
253
|
+
showEdgeFaces: this.configuration.showEdgeFaces !== false,
|
|
254
|
+
showCornerFaces: this.configuration.showCornerFaces !== false,
|
|
255
|
+
});
|
|
256
|
+
}
|
|
257
|
+
addMarkerToViewport(viewportId, renderingEngineId) {
|
|
258
|
+
const enabledElement = getEnabledElementByIds(viewportId, renderingEngineId);
|
|
259
|
+
if (!enabledElement) {
|
|
260
|
+
console.warn('OrientationControllerTool: No enabled element found');
|
|
261
|
+
return;
|
|
262
|
+
}
|
|
263
|
+
const { viewport } = enabledElement;
|
|
264
|
+
if (!viewport.isOrientationChangeable()) {
|
|
265
|
+
console.warn('OrientationControllerTool: Viewport does not support orientation changes');
|
|
266
|
+
return;
|
|
267
|
+
}
|
|
268
|
+
const element = viewport.element;
|
|
269
|
+
const volumeViewport = viewport;
|
|
270
|
+
const actors = this.createAnnotatedRhombActor();
|
|
271
|
+
this.widget.addActorsToViewport(viewportId, volumeViewport, actors);
|
|
272
|
+
const positioned = this.widget.positionActors(volumeViewport, actors, this.getPositionConfig());
|
|
273
|
+
if (!positioned) {
|
|
274
|
+
console.warn('OrientationControllerTool: Initial positioning failed, retrying...');
|
|
275
|
+
setTimeout(() => {
|
|
276
|
+
const repositioned = this.widget.positionActors(volumeViewport, actors, this.getPositionConfig());
|
|
277
|
+
if (repositioned) {
|
|
278
|
+
viewport.render();
|
|
279
|
+
}
|
|
280
|
+
else {
|
|
281
|
+
console.error('OrientationControllerTool: Retry positioning also failed');
|
|
282
|
+
}
|
|
283
|
+
}, POSITION_RETRY_DELAY_MS);
|
|
284
|
+
}
|
|
285
|
+
else {
|
|
286
|
+
viewport.render();
|
|
287
|
+
}
|
|
288
|
+
this.widget.syncOverlayViewport(viewportId, volumeViewport);
|
|
289
|
+
this.widget.setupPicker(viewportId, actors);
|
|
290
|
+
this.widget.setupMouseHandlers(viewportId, element, volumeViewport, actors, {
|
|
291
|
+
onFacePicked: (result) => {
|
|
292
|
+
const orientation = this.widget.getOrientationForFace(result.cellId);
|
|
293
|
+
if (orientation) {
|
|
294
|
+
this.animateCameraToOrientation(volumeViewport, orientation.viewPlaneNormal, orientation.viewUp);
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
onFaceHover: (result) => {
|
|
298
|
+
if (result && result.actorIndex !== 0) {
|
|
299
|
+
this.widget.highlightFace(result.pickedActor, result.cellId, volumeViewport, false);
|
|
300
|
+
}
|
|
301
|
+
else {
|
|
302
|
+
this.widget.clearHighlight();
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
});
|
|
306
|
+
const resizeObserver = new ResizeObserver(() => {
|
|
307
|
+
this.updateMarkerPosition(viewportId, renderingEngineId);
|
|
308
|
+
});
|
|
309
|
+
resizeObserver.observe(element);
|
|
310
|
+
this.resizeObservers.set(viewportId, resizeObserver);
|
|
311
|
+
const cameraHandler = (evt) => {
|
|
312
|
+
const detail = evt.detail;
|
|
313
|
+
if (detail.viewportId === viewportId) {
|
|
314
|
+
this.onCameraModified(evt);
|
|
315
|
+
}
|
|
316
|
+
};
|
|
317
|
+
element.addEventListener(Enums.Events.CAMERA_MODIFIED, cameraHandler);
|
|
318
|
+
this.cameraHandlers.set(viewportId, cameraHandler);
|
|
319
|
+
}
|
|
320
|
+
updateMarkerPosition(viewportId, renderingEngineId) {
|
|
321
|
+
const enabledElement = getEnabledElementByIds(viewportId, renderingEngineId);
|
|
322
|
+
if (!enabledElement) {
|
|
323
|
+
return;
|
|
324
|
+
}
|
|
325
|
+
const actors = this.widget.getActors(viewportId);
|
|
326
|
+
if (!actors) {
|
|
327
|
+
return;
|
|
328
|
+
}
|
|
329
|
+
const { viewport } = enabledElement;
|
|
330
|
+
if (!viewport.isOrientationChangeable()) {
|
|
331
|
+
return;
|
|
332
|
+
}
|
|
333
|
+
this.widget.positionActors(viewport, actors, this.getPositionConfig());
|
|
334
|
+
this.widget.syncOverlayViewport(viewportId, viewport);
|
|
335
|
+
viewport.render();
|
|
336
|
+
}
|
|
337
|
+
animateCameraToOrientation(viewport, targetViewPlaneNormal, targetViewUp) {
|
|
338
|
+
const keepOrientationUp = this.configuration.keepOrientationUp !== false;
|
|
339
|
+
const renderer = viewport.getRenderer();
|
|
340
|
+
const camera = renderer.getActiveCamera();
|
|
341
|
+
const directionOfProjection = camera.getDirectionOfProjection();
|
|
342
|
+
const startViewUpArray = camera.getViewUp();
|
|
343
|
+
const startForward = vec3.fromValues(-directionOfProjection[0], -directionOfProjection[1], -directionOfProjection[2]);
|
|
344
|
+
const startUp = vec3.fromValues(startViewUpArray[0], startViewUpArray[1], startViewUpArray[2]);
|
|
345
|
+
const startRight = vec3.create();
|
|
346
|
+
vec3.cross(startRight, startUp, startForward);
|
|
347
|
+
vec3.normalize(startRight, startRight);
|
|
348
|
+
const startMatrix = mat4.fromValues(startRight[0], startRight[1], startRight[2], 0, startUp[0], startUp[1], startUp[2], 0, startForward[0], startForward[1], startForward[2], 0, 0, 0, 0, 1);
|
|
349
|
+
let targetUp;
|
|
350
|
+
if (keepOrientationUp) {
|
|
351
|
+
targetUp = vec3.fromValues(targetViewUp[0], targetViewUp[1], targetViewUp[2]);
|
|
352
|
+
}
|
|
353
|
+
else {
|
|
354
|
+
const currentUp = vec3.normalize(vec3.create(), startUp);
|
|
355
|
+
const normalizedForward = vec3.create();
|
|
356
|
+
vec3.normalize(normalizedForward, targetViewPlaneNormal);
|
|
357
|
+
const dot = vec3.dot(currentUp, normalizedForward);
|
|
358
|
+
targetUp = vec3.create();
|
|
359
|
+
vec3.scaleAndAdd(targetUp, currentUp, normalizedForward, -dot);
|
|
360
|
+
vec3.normalize(targetUp, targetUp);
|
|
361
|
+
if (vec3.length(targetUp) < 0.001) {
|
|
362
|
+
if (Math.abs(normalizedForward[2]) < 0.9) {
|
|
363
|
+
targetUp = vec3.fromValues(0, 0, 1);
|
|
364
|
+
}
|
|
365
|
+
else {
|
|
366
|
+
targetUp = vec3.fromValues(0, 1, 0);
|
|
367
|
+
}
|
|
368
|
+
const dot2 = vec3.dot(targetUp, normalizedForward);
|
|
369
|
+
vec3.scaleAndAdd(targetUp, targetUp, normalizedForward, -dot2);
|
|
370
|
+
vec3.normalize(targetUp, targetUp);
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
const targetRight = vec3.create();
|
|
374
|
+
vec3.cross(targetRight, targetUp, targetViewPlaneNormal);
|
|
375
|
+
vec3.normalize(targetRight, targetRight);
|
|
376
|
+
const targetMatrix = mat4.fromValues(targetRight[0], targetRight[1], targetRight[2], 0, targetUp[0], targetUp[1], targetUp[2], 0, targetViewPlaneNormal[0], targetViewPlaneNormal[1], targetViewPlaneNormal[2], 0, 0, 0, 0, 1);
|
|
377
|
+
const startQuat = mat4.getRotation(quat.create(), startMatrix);
|
|
378
|
+
const targetQuat = mat4.getRotation(quat.create(), targetMatrix);
|
|
379
|
+
let dotProduct = quat.dot(startQuat, targetQuat);
|
|
380
|
+
if (dotProduct < 0) {
|
|
381
|
+
quat.scale(targetQuat, targetQuat, -1);
|
|
382
|
+
dotProduct = -dotProduct;
|
|
383
|
+
}
|
|
384
|
+
const threshold = 0.99996;
|
|
385
|
+
if (dotProduct > threshold) {
|
|
386
|
+
return;
|
|
387
|
+
}
|
|
388
|
+
const steps = 10;
|
|
389
|
+
const duration = 150;
|
|
390
|
+
const stepDuration = duration / steps;
|
|
391
|
+
let currentStep = 0;
|
|
392
|
+
const animate = () => {
|
|
393
|
+
currentStep++;
|
|
394
|
+
const t = currentStep / steps;
|
|
395
|
+
const easedT = t < 0.5 ? 2 * t * t : 1 - Math.pow(-2 * t + 2, 2) / 2;
|
|
396
|
+
const interpolatedQuat = quat.create();
|
|
397
|
+
quat.slerp(interpolatedQuat, startQuat, targetQuat, easedT);
|
|
398
|
+
const interpolatedMatrix = mat4.create();
|
|
399
|
+
mat4.fromQuat(interpolatedMatrix, interpolatedQuat);
|
|
400
|
+
const interpolatedForward = interpolatedMatrix.slice(8, 11);
|
|
401
|
+
const interpolatedUp = interpolatedMatrix.slice(4, 7);
|
|
402
|
+
viewport.setCamera({
|
|
403
|
+
viewPlaneNormal: interpolatedForward,
|
|
404
|
+
viewUp: interpolatedUp,
|
|
405
|
+
});
|
|
406
|
+
viewport.resetCamera(ANIMATE_RESET_CAMERA_OPTIONS);
|
|
407
|
+
viewport.render();
|
|
408
|
+
if (currentStep < steps) {
|
|
409
|
+
setTimeout(animate, stepDuration);
|
|
410
|
+
}
|
|
411
|
+
};
|
|
412
|
+
animate();
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
export default OrientationControllerTool;
|
|
@@ -55,9 +55,10 @@ import CircleROIStartEndThresholdTool from './segmentation/CircleROIStartEndThre
|
|
|
55
55
|
import BrushTool from './segmentation/BrushTool';
|
|
56
56
|
import PaintFillTool from './segmentation/PaintFillTool';
|
|
57
57
|
import OrientationMarkerTool from './OrientationMarkerTool';
|
|
58
|
+
import OrientationControllerTool from './OrientationControllerTool';
|
|
58
59
|
import SegmentSelectTool from './segmentation/SegmentSelectTool';
|
|
59
60
|
import SegmentBidirectionalTool from './segmentation/SegmentBidirectionalTool';
|
|
60
61
|
import * as strategies from './segmentation/strategies';
|
|
61
62
|
import SegmentLabelTool from './segmentation/SegmentLabelTool';
|
|
62
63
|
import LabelMapEditWithContourTool from './segmentation/LabelmapEditWithContour';
|
|
63
|
-
export { BaseTool, AnnotationTool, AnnotationDisplayTool, PanTool, TrackballRotateTool, VolumeCroppingTool, VolumeCroppingControlTool, DragProbeTool, WindowLevelTool, WindowLevelRegionTool, StackScrollTool, PlanarRotateTool, ZoomTool, MIPJumpToClickTool, ReferenceCursors, CrosshairsTool, ReferenceLinesTool, OverlayGridTool, SegmentationIntersectionTool, BidirectionalTool, LabelTool, LengthTool, HeightTool, ProbeTool, RectangleROITool, EllipticalROITool, CircleROITool, ETDRSGridTool, SplineROITool, PlanarFreehandROITool, PlanarFreehandContourSegmentationTool, LivewireContourTool, LivewireContourSegmentationTool, ArrowAnnotateTool, AngleTool, CobbAngleTool, UltrasoundDirectionalTool, UltrasoundPleuraBLineTool, KeyImageTool, AnnotationEraserTool as EraserTool, RectangleScissorsTool, CircleScissorsTool, SphereScissorsTool, RectangleROIThresholdTool, RectangleROIStartEndThresholdTool, CircleROIStartEndThresholdTool, SplineContourSegmentationTool, BrushTool, MagnifyTool, AdvancedMagnifyTool, PaintFillTool, ScaleOverlayTool, OrientationMarkerTool, SculptorTool, SegmentSelectTool, VolumeRotateTool, RegionSegmentTool, RegionSegmentPlusTool, WholeBodySegmentTool, LabelmapBaseTool, SegmentBidirectionalTool, SegmentLabelTool, LabelMapEditWithContourTool, strategies, };
|
|
64
|
+
export { BaseTool, AnnotationTool, AnnotationDisplayTool, PanTool, TrackballRotateTool, VolumeCroppingTool, VolumeCroppingControlTool, DragProbeTool, WindowLevelTool, WindowLevelRegionTool, StackScrollTool, PlanarRotateTool, ZoomTool, MIPJumpToClickTool, ReferenceCursors, CrosshairsTool, ReferenceLinesTool, OverlayGridTool, SegmentationIntersectionTool, BidirectionalTool, LabelTool, LengthTool, HeightTool, ProbeTool, RectangleROITool, EllipticalROITool, CircleROITool, ETDRSGridTool, SplineROITool, PlanarFreehandROITool, PlanarFreehandContourSegmentationTool, LivewireContourTool, LivewireContourSegmentationTool, ArrowAnnotateTool, AngleTool, CobbAngleTool, UltrasoundDirectionalTool, UltrasoundPleuraBLineTool, KeyImageTool, AnnotationEraserTool as EraserTool, RectangleScissorsTool, CircleScissorsTool, SphereScissorsTool, RectangleROIThresholdTool, RectangleROIStartEndThresholdTool, CircleROIStartEndThresholdTool, SplineContourSegmentationTool, BrushTool, MagnifyTool, AdvancedMagnifyTool, PaintFillTool, ScaleOverlayTool, OrientationMarkerTool, OrientationControllerTool, SculptorTool, SegmentSelectTool, VolumeRotateTool, RegionSegmentTool, RegionSegmentPlusTool, WholeBodySegmentTool, LabelmapBaseTool, SegmentBidirectionalTool, SegmentLabelTool, LabelMapEditWithContourTool, strategies, };
|
package/dist/esm/tools/index.js
CHANGED
|
@@ -55,9 +55,10 @@ import CircleROIStartEndThresholdTool from './segmentation/CircleROIStartEndThre
|
|
|
55
55
|
import BrushTool from './segmentation/BrushTool';
|
|
56
56
|
import PaintFillTool from './segmentation/PaintFillTool';
|
|
57
57
|
import OrientationMarkerTool from './OrientationMarkerTool';
|
|
58
|
+
import OrientationControllerTool from './OrientationControllerTool';
|
|
58
59
|
import SegmentSelectTool from './segmentation/SegmentSelectTool';
|
|
59
60
|
import SegmentBidirectionalTool from './segmentation/SegmentBidirectionalTool';
|
|
60
61
|
import * as strategies from './segmentation/strategies';
|
|
61
62
|
import SegmentLabelTool from './segmentation/SegmentLabelTool';
|
|
62
63
|
import LabelMapEditWithContourTool from './segmentation/LabelmapEditWithContour';
|
|
63
|
-
export { BaseTool, AnnotationTool, AnnotationDisplayTool, PanTool, TrackballRotateTool, VolumeCroppingTool, VolumeCroppingControlTool, DragProbeTool, WindowLevelTool, WindowLevelRegionTool, StackScrollTool, PlanarRotateTool, ZoomTool, MIPJumpToClickTool, ReferenceCursors, CrosshairsTool, ReferenceLinesTool, OverlayGridTool, SegmentationIntersectionTool, BidirectionalTool, LabelTool, LengthTool, HeightTool, ProbeTool, RectangleROITool, EllipticalROITool, CircleROITool, ETDRSGridTool, SplineROITool, PlanarFreehandROITool, PlanarFreehandContourSegmentationTool, LivewireContourTool, LivewireContourSegmentationTool, ArrowAnnotateTool, AngleTool, CobbAngleTool, UltrasoundDirectionalTool, UltrasoundPleuraBLineTool, KeyImageTool, AnnotationEraserTool as EraserTool, RectangleScissorsTool, CircleScissorsTool, SphereScissorsTool, RectangleROIThresholdTool, RectangleROIStartEndThresholdTool, CircleROIStartEndThresholdTool, SplineContourSegmentationTool, BrushTool, MagnifyTool, AdvancedMagnifyTool, PaintFillTool, ScaleOverlayTool, OrientationMarkerTool, SculptorTool, SegmentSelectTool, VolumeRotateTool, RegionSegmentTool, RegionSegmentPlusTool, WholeBodySegmentTool, LabelmapBaseTool, SegmentBidirectionalTool, SegmentLabelTool, LabelMapEditWithContourTool, strategies, };
|
|
64
|
+
export { BaseTool, AnnotationTool, AnnotationDisplayTool, PanTool, TrackballRotateTool, VolumeCroppingTool, VolumeCroppingControlTool, DragProbeTool, WindowLevelTool, WindowLevelRegionTool, StackScrollTool, PlanarRotateTool, ZoomTool, MIPJumpToClickTool, ReferenceCursors, CrosshairsTool, ReferenceLinesTool, OverlayGridTool, SegmentationIntersectionTool, BidirectionalTool, LabelTool, LengthTool, HeightTool, ProbeTool, RectangleROITool, EllipticalROITool, CircleROITool, ETDRSGridTool, SplineROITool, PlanarFreehandROITool, PlanarFreehandContourSegmentationTool, LivewireContourTool, LivewireContourSegmentationTool, ArrowAnnotateTool, AngleTool, CobbAngleTool, UltrasoundDirectionalTool, UltrasoundPleuraBLineTool, KeyImageTool, AnnotationEraserTool as EraserTool, RectangleScissorsTool, CircleScissorsTool, SphereScissorsTool, RectangleROIThresholdTool, RectangleROIStartEndThresholdTool, CircleROIStartEndThresholdTool, SplineContourSegmentationTool, BrushTool, MagnifyTool, AdvancedMagnifyTool, PaintFillTool, ScaleOverlayTool, OrientationMarkerTool, OrientationControllerTool, SculptorTool, SegmentSelectTool, VolumeRotateTool, RegionSegmentTool, RegionSegmentPlusTool, WholeBodySegmentTool, LabelmapBaseTool, SegmentBidirectionalTool, SegmentLabelTool, LabelMapEditWithContourTool, strategies, };
|
|
@@ -23,6 +23,7 @@ export type Segment = {
|
|
|
23
23
|
export type Segmentation = {
|
|
24
24
|
segmentationId: string;
|
|
25
25
|
label: string;
|
|
26
|
+
fallbackLabel?: string;
|
|
26
27
|
segments: {
|
|
27
28
|
[segmentIndex: number]: Segment;
|
|
28
29
|
};
|
|
@@ -80,6 +81,7 @@ export type SegmentationPublicInput = {
|
|
|
80
81
|
[segmentIndex: number]: Partial<Segment>;
|
|
81
82
|
};
|
|
82
83
|
label?: string;
|
|
84
|
+
fallbackLabel?: string;
|
|
83
85
|
cachedStats?: {
|
|
84
86
|
[key: string]: unknown;
|
|
85
87
|
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export function extend(publicAPI: any, model: any, initialValues?: {}): void;
|
|
2
|
+
export namespace DEFAULT_VALUES {
|
|
3
|
+
namespace defaultStyle {
|
|
4
|
+
let text: string;
|
|
5
|
+
let faceColor: string;
|
|
6
|
+
let faceRotation: number;
|
|
7
|
+
let fontFamily: string;
|
|
8
|
+
let fontColor: string;
|
|
9
|
+
let fontStyle: string;
|
|
10
|
+
function fontSizeScale(resolution: any): number;
|
|
11
|
+
let edgeThickness: number;
|
|
12
|
+
let edgeColor: string;
|
|
13
|
+
let resolution: number;
|
|
14
|
+
}
|
|
15
|
+
let xPlusFaceProperty: {};
|
|
16
|
+
let xMinusFaceProperty: {};
|
|
17
|
+
let yPlusFaceProperty: {};
|
|
18
|
+
let yMinusFaceProperty: {};
|
|
19
|
+
let zPlusFaceProperty: {};
|
|
20
|
+
let zMinusFaceProperty: {};
|
|
21
|
+
let showMainFaces: boolean;
|
|
22
|
+
let showEdgeFaces: boolean;
|
|
23
|
+
let showCornerFaces: boolean;
|
|
24
|
+
let scale: number;
|
|
25
|
+
}
|
|
26
|
+
export const newInstance: any;
|
|
27
|
+
declare namespace _default {
|
|
28
|
+
export { newInstance };
|
|
29
|
+
export { extend };
|
|
30
|
+
}
|
|
31
|
+
export default _default;
|