@cornerstonejs/adapters 1.4.6 → 1.6.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/@cornerstonejs/adapters.es.js +15 -15
- package/dist/@cornerstonejs/adapters.es.js.map +1 -1
- package/dist/@cornerstonejs/dts/adapters/Cornerstone/index.d.ts +14 -0
- package/dist/@cornerstonejs/dts/adapters/VTKjs/index.d.ts +4 -0
- package/dist/@cornerstonejs/dts/adapters/index.d.ts +34 -0
- package/package.json +2 -2
|
@@ -2968,17 +2968,17 @@ RectangleRoi.isValidCornerstoneTrackingIdentifier = function (TrackingIdentifier
|
|
|
2968
2968
|
MeasurementReport$1.registerTool(RectangleRoi);
|
|
2969
2969
|
|
|
2970
2970
|
var Cornerstone = {
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2971
|
+
Length: Length$1,
|
|
2972
|
+
FreehandRoi: FreehandRoi,
|
|
2973
|
+
Bidirectional: Bidirectional$1,
|
|
2974
|
+
EllipticalRoi: EllipticalRoi,
|
|
2975
|
+
CircleRoi: CircleRoi,
|
|
2976
|
+
ArrowAnnotate: ArrowAnnotate$1,
|
|
2977
|
+
MeasurementReport: MeasurementReport$1,
|
|
2978
|
+
Segmentation: Segmentation$1,
|
|
2979
|
+
CobbAngle: CobbAngle$1,
|
|
2980
|
+
Angle: Angle$1,
|
|
2981
|
+
RectangleRoi: RectangleRoi
|
|
2982
2982
|
};
|
|
2983
2983
|
|
|
2984
2984
|
/******************************************************************************
|
|
@@ -4513,13 +4513,13 @@ var Segmentation = /*#__PURE__*/function () {
|
|
|
4513
4513
|
}();
|
|
4514
4514
|
|
|
4515
4515
|
var VTKjs = {
|
|
4516
|
-
|
|
4516
|
+
Segmentation: Segmentation
|
|
4517
4517
|
};
|
|
4518
4518
|
|
|
4519
4519
|
var adapters = {
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4520
|
+
Cornerstone: Cornerstone,
|
|
4521
|
+
Cornerstone3D: Cornerstone3D,
|
|
4522
|
+
VTKjs: VTKjs
|
|
4523
4523
|
};
|
|
4524
4524
|
|
|
4525
4525
|
export { adapters as adaptersSR, adapters as default };
|