diff Framework/Inputs/DecodedTiledPyramid.h @ 166:f0dac1e8f736

access to photometric interpretation of source pyramids
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Jul 2019 09:06:54 +0200
parents 6b8ccfc02051
children 1390d5c87603
line wrap: on
line diff
--- a/Framework/Inputs/DecodedTiledPyramid.h	Fri Feb 22 14:28:40 2019 +0100
+++ b/Framework/Inputs/DecodedTiledPyramid.h	Fri Jul 12 09:06:54 2019 +0200
@@ -68,5 +68,10 @@
     {
       return false;   // No access to the raw tiles
     }
+
+    virtual Orthanc::PhotometricInterpretation GetPhotometricInterpretation() const
+    {
+      return Orthanc::PhotometricInterpretation_RGB;
+    }
   };
 }