diff Framework/Inputs/SingleLevelDecodedPyramid.h @ 171:1390d5c87603

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 02 Aug 2019 16:03:15 +0200
parents 6b8ccfc02051
children e3cbf890b588
line wrap: on
line diff
--- a/Framework/Inputs/SingleLevelDecodedPyramid.h	Fri Aug 02 15:31:19 2019 +0200
+++ b/Framework/Inputs/SingleLevelDecodedPyramid.h	Fri Aug 02 16:03:15 2019 +0200
@@ -74,5 +74,7 @@
     {
       return image_.GetFormat();
     }
+
+    virtual Orthanc::PhotometricInterpretation GetPhotometricInterpretation() const;
   };
 }