comparison Framework/Layers/LayerSourceBase.h @ 381:19bd222283ae

uncoupling LayerReadyMessage from the creation of the renderer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Nov 2018 15:36:06 +0100
parents ba5ad93f935a
children 5f13809f3f76
comparison
equal deleted inserted replaced
380:ba5ad93f935a 381:19bd222283ae
37 37
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(const LayerReadyMessage::IRendererFactory& factory,
43 const CoordinateSystem3D& slice); 43 const CoordinateSystem3D& slice);
44 44
45 void NotifyLayerError(const CoordinateSystem3D& slice); 45 void NotifyLayerError(const CoordinateSystem3D& slice);
46 46
47 void NotifyImageReady(const Orthanc::ImageAccessor& image, 47 void NotifyImageReady(const Orthanc::ImageAccessor& image,