comparison Framework/Radiography/RadiographyLayer.h @ 1125:d7e06542304c broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Nov 2019 18:51:04 +0100
parents b537002f83a9 35e798b16b65
children 54cbffabdc45
comparison
equal deleted inserted replaced
1124:a8bf81756839 1125:d7e06542304c
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 */,