diff Framework/Layers/ColorFrameRenderer.h @ 728:8190213e2279 am-dev

Merged default into am-dev
author Alain Mazy <am@osimis.io>
date Tue, 21 May 2019 13:25:58 +0200
parents 4f2416d519b4
children
line wrap: on
line diff
--- a/Framework/Layers/ColorFrameRenderer.h	Thu May 16 19:10:38 2019 +0200
+++ b/Framework/Layers/ColorFrameRenderer.h	Tue May 21 13:25:58 2019 +0200
@@ -23,7 +23,7 @@
 
 #include "FrameRenderer.h"
 
-namespace OrthancStone
+namespace Deprecated
 {
   class ColorFrameRenderer : public FrameRenderer
   {
@@ -31,11 +31,11 @@
     std::auto_ptr<Orthanc::ImageAccessor>   frame_;  // In RGB24
 
   protected:
-    virtual CairoSurface* GenerateDisplay(const RenderStyle& style);
+    virtual OrthancStone::CairoSurface* GenerateDisplay(const RenderStyle& style);
 
   public:
     ColorFrameRenderer(const Orthanc::ImageAccessor& frame,
-                       const CoordinateSystem3D& framePlane,
+                       const OrthancStone::CoordinateSystem3D& framePlane,
                        double pixelSpacingX,
                        double pixelSpacingY,
                        bool isFullQuality);