comparison Framework/Radiography/RadiographyScene.h @ 1038:692291406f6a

virtual Render
author Alain Mazy <alain@mazy.be>
date Mon, 07 Oct 2019 22:11:46 +0200
parents 580dd82e13f5
children b537002f83a9 35e798b16b65
comparison
equal deleted inserted replaced
1025:7912de3a15e0 1038:692291406f6a
261 261
262 void GetLayersIndexes(std::vector<size_t>& output) const; 262 void GetLayersIndexes(std::vector<size_t>& output) const;
263 263
264 Extent2D GetSceneExtent() const; 264 Extent2D GetSceneExtent() const;
265 265
266 void Render(Orthanc::ImageAccessor& buffer, 266 virtual void Render(Orthanc::ImageAccessor& buffer,
267 const AffineTransform2D& viewTransform, 267 const AffineTransform2D& viewTransform,
268 ImageInterpolation interpolation) const; 268 ImageInterpolation interpolation) const;
269 269
270 bool LookupLayer(size_t& index /* out */, 270 bool LookupLayer(size_t& index /* out */,
271 double x, 271 double x,
272 double y) const; 272 double y) const;
273 273