comparison Framework/Radiography/RadiographyWindowingTracker.cpp @ 726:4f2416d519b4

moving layers, widgets and loaders to Deprecated namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 11:43:25 +0200
parents 3b4df9925db6
children 08cdcadfab14
comparison
equal deleted inserted replaced
714:d2c0e347ddc2 726:4f2416d519b4
162 162
163 void RadiographyWindowingTracker::MouseMove(int displayX, 163 void RadiographyWindowingTracker::MouseMove(int displayX,
164 int displayY, 164 int displayY,
165 double sceneX, 165 double sceneX,
166 double sceneY, 166 double sceneY,
167 const std::vector<Touch>& displayTouches, 167 const std::vector<Deprecated::Touch>& displayTouches,
168 const std::vector<Touch>& sceneTouches) 168 const std::vector<Deprecated::Touch>& sceneTouches)
169 { 169 {
170 // This follows the behavior of the Osimis Web viewer: 170 // This follows the behavior of the Osimis Web viewer:
171 // https://bitbucket.org/osimis/osimis-webviewer-plugin/src/master/frontend/src/app/viewport/image-plugins/windowing-viewport-tool.class.js 171 // https://bitbucket.org/osimis/osimis-webviewer-plugin/src/master/frontend/src/app/viewport/image-plugins/windowing-viewport-tool.class.js
172 172
173 static const float SCALE = 1.0; 173 static const float SCALE = 1.0;