* Highlight for RTSTRUCT. * SEG temp crosshairs. * Disable RT highlighting for now. * Remove TODO
6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
const TOOL_NAMES = {
|
|
DICOM_SEG_TEMP_CROSSHAIRS_TOOL: 'DICOMSegTempCrosshairsTool',
|
|
};
|
|
|
|
export default TOOL_NAMES;
|