diff Framework/Layers/GrayscaleFrameRenderer.h @ 726:4f2416d519b4

moving layers, widgets and loaders to Deprecated namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 11:43:25 +0200
parents d2c0e347ddc2
children
line wrap: on
line diff
--- a/Framework/Layers/GrayscaleFrameRenderer.h	Mon May 20 16:26:34 2019 +0200
+++ b/Framework/Layers/GrayscaleFrameRenderer.h	Tue May 21 11:43:25 2019 +0200
@@ -24,7 +24,7 @@
 #include "FrameRenderer.h"
 #include "../Toolbox/DicomFrameConverter.h"
 
-namespace OrthancStone
+namespace Deprecated
 {
   class GrayscaleFrameRenderer : public FrameRenderer
   {
@@ -35,12 +35,12 @@
     Orthanc::PhotometricInterpretation      photometric_;
 
   protected:
-    virtual CairoSurface* GenerateDisplay(const RenderStyle& style);
+    virtual OrthancStone::CairoSurface* GenerateDisplay(const RenderStyle& style);
 
   public:
     GrayscaleFrameRenderer(const Orthanc::ImageAccessor& frame,
                            const Deprecated::DicomFrameConverter& converter,
-                           const CoordinateSystem3D& framePlane,
+                           const OrthancStone::CoordinateSystem3D& framePlane,
                            double pixelSpacingX,
                            double pixelSpacingY,
                            bool isFullQuality);