comparison Framework/Layers/ColorFrameRenderer.h @ 394:17d54c028805

rename ILayerRenderer::GetLayerSlice() to GetLayerPlane()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 10 Nov 2018 08:44:18 +0100
parents 814fa32e2fcc
children b70e9be013e4
comparison
equal deleted inserted replaced
393:e7a494bdd956 394:17d54c028805
33 protected: 33 protected:
34 virtual CairoSurface* GenerateDisplay(const RenderStyle& style); 34 virtual CairoSurface* GenerateDisplay(const RenderStyle& style);
35 35
36 public: 36 public:
37 ColorFrameRenderer(const Orthanc::ImageAccessor& frame, 37 ColorFrameRenderer(const Orthanc::ImageAccessor& frame,
38 const CoordinateSystem3D& frameSlice, 38 const CoordinateSystem3D& framePlane,
39 double pixelSpacingX, 39 double pixelSpacingX,
40 double pixelSpacingY, 40 double pixelSpacingY,
41 bool isFullQuality); 41 bool isFullQuality);
42 }; 42 };
43 } 43 }