diff Core/DicomFormat/DicomMap.h @ 3690:a9ce35d67c3c

implementation of "/instances/.../rendered" for grayscale images
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Feb 2020 13:57:43 +0100
parents 26c6d47467a9
children 74889e6f6d68
line wrap: on
line diff
--- a/Core/DicomFormat/DicomMap.h	Tue Feb 25 11:07:56 2020 +0100
+++ b/Core/DicomFormat/DicomMap.h	Tue Feb 25 13:57:43 2020 +0100
@@ -205,6 +205,9 @@
     bool ParseFloat(float& result,
                     const DicomTag& tag) const;
 
+    bool ParseFirstFloat(float& result,
+                         const DicomTag& tag) const;
+
     bool ParseDouble(double& result,
                      const DicomTag& tag) const;