Import 2017-06-07 23:51:09: master 0b01b23b

Author Committer Branch Timestamp Parent
pinter pinter master 2015-12-01 11:31:08 master 9ac29c5c
Changeset

ENH: Added labelmap conversion to Volumes module

  1. Changed LabelMap checkbox to Volume type label showing the node tag without the Volume postfix (as scalar volume has the tag "Volume", "Scalar" is shown instead of empty string)
  2. Add extra section into Volumes module, because
    a. Label volume conversion cannot be added in the volume info widget due to scope issues (volumes logic not accessible from MRML widgets)
    b. Conversion operation doesn't fit into the idea of "volume info"
  3. Reorganized labelmap creation functions in volumes logic. Moved and corrected the body of FillLabelVolumeFromTemplate to CreateLabelVolumeFromVolume. Call the new function from CreateAndAddLabelVolume and FillLabelVolumeFromTemplate. Correction in CreateLabelVolumeFromVolume includes deep copy of the image data instead of keeping a floating threshold filter and setting connection (besides it seems to be unstable, it also did not work, dimensions of the volume were zeroes)
  4. Removed margin from volumes info widget to make volumes module look more uniform

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24797 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Libs/MRML/Widgets/Resources/UI/qMRMLVolumeInfoWidget.ui Diff File
mod - Libs/MRML/Widgets/qMRMLVolumeInfoWidget.cxx Diff File
mod - Modules/Loadable/Volumes/Logic/vtkSlicerVolumesLogic.cxx Diff File
mod - Modules/Loadable/Volumes/Logic/vtkSlicerVolumesLogic.h Diff File
mod - Modules/Loadable/Volumes/Resources/UI/qSlicerVolumesModuleWidget.ui Diff File
mod - Modules/Loadable/Volumes/qSlicerVolumesModuleWidget.cxx Diff File
mod - Modules/Loadable/Volumes/qSlicerVolumesModuleWidget.h Diff File