comparison Framework/Radiography/RadiographyScene.h @ 1118:35e798b16b65

RadiographyDicomLayer: allow replacing low res image by high res image
author Alain Mazy <alain@mazy.be>
date Mon, 04 Nov 2019 22:16:04 +0100
parents 692291406f6a
children d7e06542304c 4663f158c748
comparison
equal deleted inserted replaced
1113:3924ddbbadda 1118:35e798b16b65
147 Layers layers_; 147 Layers layers_;
148 148
149 protected: 149 protected:
150 RadiographyLayer& RegisterLayer(RadiographyLayer* layer); 150 RadiographyLayer& RegisterLayer(RadiographyLayer* layer);
151 151
152 void OnTagsReceived(const Deprecated::OrthancApiClient::BinaryResponseReadyMessage& message); 152 virtual void OnTagsReceived(const Deprecated::OrthancApiClient::BinaryResponseReadyMessage& message);
153 153
154 virtual void OnFrameReceived(const Deprecated::OrthancApiClient::BinaryResponseReadyMessage& message); 154 virtual void OnFrameReceived(const Deprecated::OrthancApiClient::BinaryResponseReadyMessage& message);
155 155
156 void OnDicomExported(const Deprecated::OrthancApiClient::JsonResponseReadyMessage& message); 156 void OnDicomExported(const Deprecated::OrthancApiClient::JsonResponseReadyMessage& message);
157 157