comparison Framework/Volumes/ISlicedVolume.h @ 399:885e1ebd315c

rename SliceChange as SliceContentChange
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 10 Nov 2018 09:50:30 +0100
parents a06ad9d7406e
children 3942123602ba
comparison
equal deleted inserted replaced
398:d257ea56b7be 399:885e1ebd315c
43 // changed 43 // changed
44 virtual void NotifyContentChange(const ISlicedVolume& volume) = 0; 44 virtual void NotifyContentChange(const ISlicedVolume& volume) = 0;
45 45
46 // Triggered if the content of some individual slice in the 46 // Triggered if the content of some individual slice in the
47 // source volume has changed 47 // source volume has changed
48 virtual void NotifySliceChange(const ISlicedVolume& volume, 48 virtual void NotifySliceContentChange(const ISlicedVolume& volume,
49 const size_t& sliceIndex, 49 const size_t& sliceIndex,
50 const Slice& slice) = 0; 50 const Slice& slice) = 0;
51 51
52 // Triggered when the geometry *and* the content of the volume are available 52 // Triggered when the geometry *and* the content of the volume are available
53 virtual void NotifyVolumeReady(const ISlicedVolume& volume) = 0; 53 virtual void NotifyVolumeReady(const ISlicedVolume& volume) = 0;