Hi,
My data is writen in hdf5 container and may be represented as vtkImageData
.
I’m trying to write module that allows me to upload this data to Slicer so it would be possible to work with this data in Slicer (I think it should become visible in Data
module and Volume
module).
Which Slicer’s module should I work with to do that? I thought it is Data
module but I should be mistaken as I can’t see any Data
's method that allows me to “register” my data in Slicer scope.