Mercurial > hg > orthanc-stone
comparison Framework/Volumes/ISlicedVolume.h @ 90:64e60018943f wasm
fix and observer refactoring
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 29 May 2017 11:04:18 +0200 |
parents | 90bf4116a23c |
children | e2fe9352f240 |
comparison
equal
deleted
inserted
replaced
89:f244018a4e4b | 90:64e60018943f |
---|---|
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 NotifySliceChange(const ISlicedVolume& volume, |
49 size_t sliceIndex, | 49 const size_t& sliceIndex, |
50 const Slice& slice) = 0; | 50 const Slice& slice) = 0; |
51 }; | 51 }; |
52 | 52 |
53 virtual ~ISlicedVolume() | 53 virtual ~ISlicedVolume() |
54 { | 54 { |