diff Framework/Volumes/ImageBuffer3D.h @ 179:db21c1810c89 wasm

moving PixelTraits to the Orthanc core
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Mar 2018 17:42:49 +0100
parents f7be90de6d1b
children a12ca0f4aaaa
line wrap: on
line diff
--- a/Framework/Volumes/ImageBuffer3D.h	Tue Mar 13 17:03:51 2018 +0100
+++ b/Framework/Volumes/ImageBuffer3D.h	Tue Mar 13 17:42:49 2018 +0100
@@ -94,6 +94,11 @@
                       unsigned int& height,
                       VolumeProjection projection);
 
+    const Orthanc::ImageAccessor& GetInternalImage() const
+    {
+      return image_;
+    }
+
     unsigned int GetWidth() const
     {
       return width_;