comparison Framework/Layers/LayerSourceBase.h @ 87:4a541cd4fa83 wasm

OrthancVolumeImageLoader
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 May 2017 15:31:58 +0200
parents 02c3a7a4938f
children f244018a4e4b
comparison
equal deleted inserted replaced
86:02c3a7a4938f 87:4a541cd4fa83
33 protected: 33 protected:
34 void NotifyGeometryReady(); 34 void NotifyGeometryReady();
35 35
36 void NotifyGeometryError(); 36 void NotifyGeometryError();
37 37
38 void NotifySourceChange(); 38 void NotifyContentChange();
39 39
40 void NotifySliceChange(const Slice& slice); 40 void NotifySliceChange(const Slice& slice);
41 41
42 // Takes ownership of "layer" (that cannot be "NULL") 42 // Takes ownership of "layer" (that cannot be "NULL")
43 void NotifyLayerReady(ILayerRenderer* layer, 43 void NotifyLayerReady(ILayerRenderer* layer,