comparison Framework/Radiography/RadiographyLayer.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 580dd82e13f5
children d7e06542304c a5f2a6b04a31
comparison
equal deleted inserted replaced
1113:3924ddbbadda 1118:35e798b16b65
321 unsigned int& imageY, 321 unsigned int& imageY,
322 double sceneX, 322 double sceneX,
323 double sceneY) const; 323 double sceneY) const;
324 324
325 void SetPixelSpacing(double x, 325 void SetPixelSpacing(double x,
326 double y); 326 double y,
327 bool emitLayerEditedEvent = true);
327 328
328 void GetCenter(double& centerX, 329 void GetCenter(double& centerX,
329 double& centerY) const; 330 double& centerY) const;
330 331
331 virtual void GetControlPoint(ControlPoint& cpScene /* out in scene coordinates */, 332 virtual void GetControlPoint(ControlPoint& cpScene /* out in scene coordinates */,