ohif-viewer/Packages/lesiontracker/client/compatibility/crTool.js

11 lines
406 B
JavaScript

(function($, cornerstone, cornerstoneMath, cornerstoneTools) {
'use strict';
var crToolInterface = cornerstoneTools.crunexTool('crTool');
cornerstoneTools.crTool = crToolInterface.crunex;
cornerstoneTools.crTool.setConfiguration(crToolInterface.defaultConfiguration);
cornerstoneTools.crToolTouch = crToolInterface.crunexTouch;
})($, cornerstone, cornerstoneMath, cornerstoneTools);