Superimposing nrrd over DICOM

Hi,

I am developing an extension in Slicer for automatic segmentation and surgical planning. I have been able to perform the automatic segmentation outside the Slicer and then import the file to further modify it. But the designers in my company use an in-built software at the moment (which we are planning to replace with Slicer). So in order for them to start using our initial segmentation results, we are trying to import some capabilities of Slicer into our own software (uses dcmtk). I wanted to know where can I find the source code, specifically for the capability of Slicer to superimpose the segmentation label maps over the DICOM file.

Thanks,
Aamir

It’s complicated and the functionality is spread around in different places, but once the data is loaded the rendering is handled by vtkSliceView*DisplayableManager classes.

Some of the core functionality is in the vtkMRMLSlice*Logic classes.