comparison Framework/Layers/LayerSourceBase.h @ 380:ba5ad93f935a

ILayerSource::LayerErrorMessage
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Nov 2018 14:59:20 +0100
parents 814fa32e2fcc
children 19bd222283ae
comparison
equal deleted inserted replaced
379:2308fe0b0b05 380:ba5ad93f935a
38 void NotifyContentChange(); 38 void NotifyContentChange();
39 39
40 void NotifySliceChange(const Slice& slice); 40 void NotifySliceChange(const Slice& slice);
41 41
42 void NotifyLayerReady(ILayerRenderer* layer, 42 void NotifyLayerReady(ILayerRenderer* layer,
43 const CoordinateSystem3D& slice, 43 const CoordinateSystem3D& slice);
44 bool isError); 44
45 void NotifyLayerError(const CoordinateSystem3D& slice);
45 46
46 void NotifyImageReady(const Orthanc::ImageAccessor& image, 47 void NotifyImageReady(const Orthanc::ImageAccessor& image,
47 SliceImageQuality imageQuality, 48 SliceImageQuality imageQuality,
48 const Slice& slice); 49 const Slice& slice);
49 50