diff Framework/Volumes/ImageBuffer3D.h @ 141:88bca952cb17 wasm

ImageBuffer3D::GetPixelGrayscale8
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Jan 2018 17:23:21 +0100
parents 22628d37ef5c
children 58c545177c1c
line wrap: on
line diff
--- a/Framework/Volumes/ImageBuffer3D.h	Thu Jan 18 14:42:33 2018 +0100
+++ b/Framework/Volumes/ImageBuffer3D.h	Thu Jan 18 17:23:21 2018 +0100
@@ -114,6 +114,10 @@
     bool FitWindowingToRange(RenderStyle& style,
                              const DicomFrameConverter& converter) const;
 
+    uint8_t GetPixelGrayscale8(unsigned int x,
+                               unsigned int y,
+                               unsigned int z) const;
+
     uint16_t GetPixelGrayscale16(unsigned int x,
                                  unsigned int y,
                                  unsigned int z) const;