@cornerstonejs/core 0.3.3 → 0.3.4
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/cjs/utilities/index.d.ts +1 -2
- package/dist/cjs/utilities/index.js +1 -3
- package/dist/cjs/utilities/index.js.map +1 -1
- package/dist/esm/utilities/index.d.ts +1 -2
- package/dist/esm/utilities/index.js +1 -2
- package/dist/esm/utilities/index.js.map +1 -1
- package/dist/umd/index.js +1 -1
- package/dist/umd/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/cjs/utilities/testUtils.d.ts +0 -7
- package/dist/cjs/utilities/testUtils.js +0 -59
- package/dist/cjs/utilities/testUtils.js.map +0 -1
- package/dist/cjs/utilities/testUtilsImageLoader.d.ts +0 -59
- package/dist/cjs/utilities/testUtilsImageLoader.js +0 -101
- package/dist/cjs/utilities/testUtilsImageLoader.js.map +0 -1
- package/dist/cjs/utilities/testUtilsMouseEvents.d.ts +0 -9
- package/dist/cjs/utilities/testUtilsMouseEvents.js +0 -28
- package/dist/cjs/utilities/testUtilsMouseEvents.js.map +0 -1
- package/dist/cjs/utilities/testUtilsPixelData.d.ts +0 -5
- package/dist/cjs/utilities/testUtilsPixelData.js +0 -91
- package/dist/cjs/utilities/testUtilsPixelData.js.map +0 -1
- package/dist/cjs/utilities/testUtilsVolumeLoader.d.ts +0 -4
- package/dist/cjs/utilities/testUtilsVolumeLoader.js +0 -72
- package/dist/cjs/utilities/testUtilsVolumeLoader.js.map +0 -1
- package/dist/esm/utilities/testUtils.d.ts +0 -7
- package/dist/esm/utilities/testUtils.js +0 -48
- package/dist/esm/utilities/testUtils.js.map +0 -1
- package/dist/esm/utilities/testUtilsImageLoader.d.ts +0 -59
- package/dist/esm/utilities/testUtilsImageLoader.js +0 -97
- package/dist/esm/utilities/testUtilsImageLoader.js.map +0 -1
- package/dist/esm/utilities/testUtilsMouseEvents.d.ts +0 -9
- package/dist/esm/utilities/testUtilsMouseEvents.js +0 -25
- package/dist/esm/utilities/testUtilsMouseEvents.js.map +0 -1
- package/dist/esm/utilities/testUtilsPixelData.d.ts +0 -5
- package/dist/esm/utilities/testUtilsPixelData.js +0 -84
- package/dist/esm/utilities/testUtilsPixelData.js.map +0 -1
- package/dist/esm/utilities/testUtilsVolumeLoader.d.ts +0 -4
- package/dist/esm/utilities/testUtilsVolumeLoader.js +0 -66
- package/dist/esm/utilities/testUtilsVolumeLoader.js.map +0 -1
|
@@ -18,6 +18,5 @@ import indexWithinDimensions from './indexWithinDimensions';
|
|
|
18
18
|
import getVolumeViewportsContainingSameVolumes from './getVolumeViewportsContainingSameVolumes';
|
|
19
19
|
import getVolumeViewportsContainingVolumeId from './getVolumeViewportsContainingVolumeId';
|
|
20
20
|
import * as planar from './planar';
|
|
21
|
-
import * as testUtils from './testUtils';
|
|
22
21
|
import * as windowLevel from './windowLevel';
|
|
23
|
-
export { invertRgbTransferFunction, scaleRgbTransferFunction, triggerEvent, imageIdToURI, calibratedPixelSpacingMetadataProvider, uuidv4, planar, getMinMax, getRuntimeId, isEqual, isOpposite, createFloat32SharedArray, createUint8SharedArray,
|
|
22
|
+
export { invertRgbTransferFunction, scaleRgbTransferFunction, triggerEvent, imageIdToURI, calibratedPixelSpacingMetadataProvider, uuidv4, planar, getMinMax, getRuntimeId, isEqual, isOpposite, createFloat32SharedArray, createUint8SharedArray, windowLevel, getClosestImageId, getSpacingInNormalDirection, getTargetVolumeAndSpacingInNormalDir, getVolumeActorCorners, indexWithinDimensions, getVolumeViewportsContainingSameVolumes, getVolumeViewportsContainingVolumeId, };
|
|
@@ -22,7 +22,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
22
22
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.getVolumeViewportsContainingVolumeId = exports.getVolumeViewportsContainingSameVolumes = exports.indexWithinDimensions = exports.getVolumeActorCorners = exports.getTargetVolumeAndSpacingInNormalDir = exports.getSpacingInNormalDirection = exports.getClosestImageId = exports.windowLevel = exports.
|
|
25
|
+
exports.getVolumeViewportsContainingVolumeId = exports.getVolumeViewportsContainingSameVolumes = exports.indexWithinDimensions = exports.getVolumeActorCorners = exports.getTargetVolumeAndSpacingInNormalDir = exports.getSpacingInNormalDirection = exports.getClosestImageId = exports.windowLevel = exports.createUint8SharedArray = exports.createFloat32SharedArray = exports.isOpposite = exports.isEqual = exports.getRuntimeId = exports.getMinMax = exports.planar = exports.uuidv4 = exports.calibratedPixelSpacingMetadataProvider = exports.imageIdToURI = exports.triggerEvent = exports.scaleRgbTransferFunction = exports.invertRgbTransferFunction = void 0;
|
|
26
26
|
const invertRgbTransferFunction_1 = __importDefault(require("./invertRgbTransferFunction"));
|
|
27
27
|
exports.invertRgbTransferFunction = invertRgbTransferFunction_1.default;
|
|
28
28
|
const scaleRgbTransferFunction_1 = __importDefault(require("./scaleRgbTransferFunction"));
|
|
@@ -63,8 +63,6 @@ const getVolumeViewportsContainingVolumeId_1 = __importDefault(require("./getVol
|
|
|
63
63
|
exports.getVolumeViewportsContainingVolumeId = getVolumeViewportsContainingVolumeId_1.default;
|
|
64
64
|
const planar = __importStar(require("./planar"));
|
|
65
65
|
exports.planar = planar;
|
|
66
|
-
const testUtils = __importStar(require("./testUtils"));
|
|
67
|
-
exports.testUtils = testUtils;
|
|
68
66
|
const windowLevel = __importStar(require("./windowLevel"));
|
|
69
67
|
exports.windowLevel = windowLevel;
|
|
70
68
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utilities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4FAAoE;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utilities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4FAAoE;AAyBlE,oCAzBK,mCAAyB,CAyBL;AAxB3B,0FAAkE;AAyBhE,mCAzBK,kCAAwB,CAyBL;AAxB1B,kEAA0C;AAyBxC,uBAzBK,sBAAY,CAyBL;AAxBd,sDAA8B;AA2B5B,iBA3BK,gBAAM,CA2BL;AA1BR,4DAAoC;AA4BlC,oBA5BK,mBAAS,CA4BL;AA3BX,kEAA0C;AA4BxC,uBA5BK,sBAAY,CA4BL;AA3Bd,kEAA0C;AAsBxC,uBAtBK,sBAAY,CAsBL;AArBd,sHAA8F;AAsB5F,iDAtBK,gDAAsC,CAsBL;AArBxC,wDAAgC;AA0B9B,kBA1BK,iBAAO,CA0BL;AAzBT,8DAAsC;AA0BpC,qBA1BK,oBAAU,CA0BL;AAzBZ,sFAA8D;AA2B5D,iCA3BK,gCAAsB,CA2BL;AA1BxB,0FAAkE;AAyBhE,mCAzBK,kCAAwB,CAyBL;AAxB1B,4EAAoD;AA2BlD,4BA3BK,2BAAiB,CA2BL;AA1BnB,gGAAwE;AA2BtE,sCA3BK,qCAA2B,CA2BL;AA1B7B,kHAA0F;AA2BxF,+CA3BK,8CAAoC,CA2BL;AA1BtC,oFAA4D;AA2B1D,gCA3BK,+BAAqB,CA2BL;AA1BvB,oFAA4D;AA2B1D,gCA3BK,+BAAqB,CA2BL;AA1BvB,wHAAgG;AA2B9F,kDA3BK,iDAAuC,CA2BL;AA1BzC,kHAA0F;AA2BxF,+CA3BK,8CAAoC,CA2BL;AAxBtC,iDAAmC;AAUjC,wBAAM;AATR,2DAA6C;AAgB3C,kCAAW"}
|
|
@@ -18,6 +18,5 @@ import indexWithinDimensions from './indexWithinDimensions';
|
|
|
18
18
|
import getVolumeViewportsContainingSameVolumes from './getVolumeViewportsContainingSameVolumes';
|
|
19
19
|
import getVolumeViewportsContainingVolumeId from './getVolumeViewportsContainingVolumeId';
|
|
20
20
|
import * as planar from './planar';
|
|
21
|
-
import * as testUtils from './testUtils';
|
|
22
21
|
import * as windowLevel from './windowLevel';
|
|
23
|
-
export { invertRgbTransferFunction, scaleRgbTransferFunction, triggerEvent, imageIdToURI, calibratedPixelSpacingMetadataProvider, uuidv4, planar, getMinMax, getRuntimeId, isEqual, isOpposite, createFloat32SharedArray, createUint8SharedArray,
|
|
22
|
+
export { invertRgbTransferFunction, scaleRgbTransferFunction, triggerEvent, imageIdToURI, calibratedPixelSpacingMetadataProvider, uuidv4, planar, getMinMax, getRuntimeId, isEqual, isOpposite, createFloat32SharedArray, createUint8SharedArray, windowLevel, getClosestImageId, getSpacingInNormalDirection, getTargetVolumeAndSpacingInNormalDir, getVolumeActorCorners, indexWithinDimensions, getVolumeViewportsContainingSameVolumes, getVolumeViewportsContainingVolumeId, };
|
|
@@ -18,7 +18,6 @@ import indexWithinDimensions from './indexWithinDimensions';
|
|
|
18
18
|
import getVolumeViewportsContainingSameVolumes from './getVolumeViewportsContainingSameVolumes';
|
|
19
19
|
import getVolumeViewportsContainingVolumeId from './getVolumeViewportsContainingVolumeId';
|
|
20
20
|
import * as planar from './planar';
|
|
21
|
-
import * as testUtils from './testUtils';
|
|
22
21
|
import * as windowLevel from './windowLevel';
|
|
23
|
-
export { invertRgbTransferFunction, scaleRgbTransferFunction, triggerEvent, imageIdToURI, calibratedPixelSpacingMetadataProvider, uuidv4, planar, getMinMax, getRuntimeId, isEqual, isOpposite, createFloat32SharedArray, createUint8SharedArray,
|
|
22
|
+
export { invertRgbTransferFunction, scaleRgbTransferFunction, triggerEvent, imageIdToURI, calibratedPixelSpacingMetadataProvider, uuidv4, planar, getMinMax, getRuntimeId, isEqual, isOpposite, createFloat32SharedArray, createUint8SharedArray, windowLevel, getClosestImageId, getSpacingInNormalDirection, getTargetVolumeAndSpacingInNormalDir, getVolumeActorCorners, indexWithinDimensions, getVolumeViewportsContainingSameVolumes, getVolumeViewportsContainingVolumeId, };
|
|
24
23
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utilities/index.ts"],"names":[],"mappings":"AAAA,OAAO,yBAAyB,MAAM,6BAA6B,CAAC;AACpE,OAAO,wBAAwB,MAAM,4BAA4B,CAAC;AAClE,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,sCAAsC,MAAM,0CAA0C,CAAC;AAC9F,OAAO,OAAO,MAAM,WAAW,CAAC;AAChC,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,sBAAsB,MAAM,0BAA0B,CAAC;AAC9D,OAAO,wBAAwB,MAAM,4BAA4B,CAAC;AAClE,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AACpD,OAAO,2BAA2B,MAAM,+BAA+B,CAAC;AACxE,OAAO,oCAAoC,MAAM,wCAAwC,CAAC;AAC1F,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,uCAAuC,MAAM,2CAA2C,CAAC;AAChG,OAAO,oCAAoC,MAAM,wCAAwC,CAAC;AAG1F,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utilities/index.ts"],"names":[],"mappings":"AAAA,OAAO,yBAAyB,MAAM,6BAA6B,CAAC;AACpE,OAAO,wBAAwB,MAAM,4BAA4B,CAAC;AAClE,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,sCAAsC,MAAM,0CAA0C,CAAC;AAC9F,OAAO,OAAO,MAAM,WAAW,CAAC;AAChC,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,sBAAsB,MAAM,0BAA0B,CAAC;AAC9D,OAAO,wBAAwB,MAAM,4BAA4B,CAAC;AAClE,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AACpD,OAAO,2BAA2B,MAAM,+BAA+B,CAAC;AACxE,OAAO,oCAAoC,MAAM,wCAAwC,CAAC;AAC1F,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,uCAAuC,MAAM,2CAA2C,CAAC;AAChG,OAAO,oCAAoC,MAAM,wCAAwC,CAAC;AAG1F,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,WAAW,MAAM,eAAe,CAAC;AAE7C,OAAO,EACL,yBAAyB,EACzB,wBAAwB,EACxB,YAAY,EACZ,YAAY,EACZ,sCAAsC,EACtC,MAAM,EACN,MAAM,EACN,SAAS,EACT,YAAY,EACZ,OAAO,EACP,UAAU,EACV,wBAAwB,EACxB,sBAAsB,EACtB,WAAW,EACX,iBAAiB,EACjB,2BAA2B,EAC3B,oCAAoC,EACpC,qBAAqB,EACrB,qBAAqB,EACrB,uCAAuC,EACvC,oCAAoC,GACrC,CAAC"}
|