diff Core/DicomFormat/DicomIntegerPixelAccessor.h @ 1190:851a55d183c9

author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 16 Oct 2014 11:23:09 +0200
parents ff530685e46a
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/Core/DicomFormat/DicomIntegerPixelAccessor.h	Thu Oct 16 10:43:23 2014 +0200
+++ b/Core/DicomFormat/DicomIntegerPixelAccessor.h	Thu Oct 16 11:23:09 2014 +0200
@@ -80,5 +80,10 @@
     {
       return pixelData_;
     }
+
+    size_t GetSize() const
+    {
+      return size_;
+    }
   };
 }