comparison Framework/Layers/GrayscaleFrameRenderer.h @ 714:d2c0e347ddc2

deprecating DicomFrameConverter
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 20 May 2019 16:26:34 +0200
parents b70e9be013e4
children 4f2416d519b4
comparison
equal deleted inserted replaced
713:e63c8b9b7b02 714:d2c0e347ddc2
37 protected: 37 protected:
38 virtual CairoSurface* GenerateDisplay(const RenderStyle& style); 38 virtual CairoSurface* GenerateDisplay(const RenderStyle& style);
39 39
40 public: 40 public:
41 GrayscaleFrameRenderer(const Orthanc::ImageAccessor& frame, 41 GrayscaleFrameRenderer(const Orthanc::ImageAccessor& frame,
42 const DicomFrameConverter& converter, 42 const Deprecated::DicomFrameConverter& converter,
43 const CoordinateSystem3D& framePlane, 43 const CoordinateSystem3D& framePlane,
44 double pixelSpacingX, 44 double pixelSpacingX,
45 double pixelSpacingY, 45 double pixelSpacingY,
46 bool isFullQuality); 46 bool isFullQuality);
47 }; 47 };