Import 2017-06-07 23:51:09: master 5b850dc5

Author Committer Branch Timestamp Parent
lassoan lassoan master 2016-08-31 11:29:42 master 252050c5
Changeset

BUG: Fixed segmentation GetModifiedSinceRead logic

Instead of trying to figure out modification by checking timestamps, update storage modified time whenever contents is changed
(content modified events are already observed anyway).

Also moved registration of Segmentation nodes into vtkMRMLScene - as it is done for all other MRML nodes stored in Libs/MRML/Core.

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

mod - Libs/MRML/Core/vtkMRMLScene.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLSegmentationNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLSegmentationStorageNode.cxx Diff File
mod - Libs/vtkSegmentationCore/vtkSegment.cxx Diff File
mod - Libs/vtkSegmentationCore/vtkSegment.h Diff File
mod - Libs/vtkSegmentationCore/vtkSegmentation.cxx Diff File
mod - Libs/vtkSegmentationCore/vtkSegmentation.h Diff File
mod - Modules/Loadable/Segmentations/Logic/vtkSlicerSegmentationsModuleLogic.cxx Diff File
mod - Modules/Loadable/Segmentations/qSlicerSegmentationsReader.cxx Diff File