Mercurial > hg > orthanc-stone
comparison Framework/Layers/GrayscaleFrameRenderer.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 |
---|---|
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 DicomFrameConverter& converter, |
43 const CoordinateSystem3D& frameSlice, | 43 const CoordinateSystem3D& framePlane, |
44 double pixelSpacingX, | 44 double pixelSpacingX, |
45 double pixelSpacingY, | 45 double pixelSpacingY, |
46 bool isFullQuality); | 46 bool isFullQuality); |
47 }; | 47 }; |
48 } | 48 } |