ohif-viewer/extensions/dicom-segmentation/src/tools/TOOL_NAMES.js
James Petts 5cb6e63b88
[IDC-1672] Highlight SEG segment/ RT structure when click to jump. (#2034)
* Highlight for RTSTRUCT.

* SEG temp crosshairs.

* Disable RT highlighting for now.

* Remove TODO
2020-09-10 10:11:59 +01:00

6 lines
116 B
JavaScript

const TOOL_NAMES = {
DICOM_SEG_TEMP_CROSSHAIRS_TOOL: 'DICOMSegTempCrosshairsTool',
};
export default TOOL_NAMES;