Mercurial > hg > orthanc-stone
diff 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 |
line wrap: on
line diff
--- a/Framework/Volumes/ISlicedVolume.h Sat Nov 10 09:41:59 2018 +0100 +++ b/Framework/Volumes/ISlicedVolume.h Sat Nov 10 09:50:30 2018 +0100 @@ -45,7 +45,7 @@ // Triggered if the content of some individual slice in the // source volume has changed - virtual void NotifySliceChange(const ISlicedVolume& volume, + virtual void NotifySliceContentChange(const ISlicedVolume& volume, const size_t& sliceIndex, const Slice& slice) = 0;