comparison Framework/Radiography/RadiographyLayer.h @ 1330:a72c2c9af49a

minimal option for GetSceneExtent, especially for masks
author Alain Mazy <alain@mazy.be>
date Mon, 30 Mar 2020 09:51:01 +0200
parents d4e6cd35107b
children 379c00958553
comparison
equal deleted inserted replaced
1321:d4e6cd35107b 1330:a72c2c9af49a
342 unsigned int GetHeight() const 342 unsigned int GetHeight() const
343 { 343 {
344 return height_; 344 return height_;
345 } 345 }
346 346
347 Extent2D GetSceneExtent() const; 347 virtual Extent2D GetSceneExtent(bool minimal) const;
348 348
349 virtual bool GetPixel(unsigned int& imageX, 349 virtual bool GetPixel(unsigned int& imageX,
350 unsigned int& imageY, 350 unsigned int& imageY,
351 double sceneX, 351 double sceneX,
352 double sceneY) const; 352 double sceneY) const;