diff 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
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyScene.h	Fri Oct 04 17:47:31 2019 +0200
+++ b/Framework/Radiography/RadiographyScene.h	Mon Oct 07 22:11:46 2019 +0200
@@ -263,9 +263,9 @@
 
     Extent2D GetSceneExtent() const;
 
-    void Render(Orthanc::ImageAccessor& buffer,
-                const AffineTransform2D& viewTransform,
-                ImageInterpolation interpolation) const;
+    virtual void Render(Orthanc::ImageAccessor& buffer,
+                        const AffineTransform2D& viewTransform,
+                        ImageInterpolation interpolation) const;
 
     bool LookupLayer(size_t& index /* out */,
                      double x,