diff Framework/Inputs/TiledPyramidStatistics.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 e3cbf890b588
line wrap: on
line diff
--- a/Framework/Inputs/TiledPyramidStatistics.h	Fri Feb 22 14:28:40 2019 +0100
+++ b/Framework/Inputs/TiledPyramidStatistics.h	Fri Jul 12 09:06:54 2019 +0200
@@ -79,5 +79,10 @@
     virtual Orthanc::ImageAccessor* DecodeTile(unsigned int level,
                                                unsigned int tileX,
                                                unsigned int tileY);
+
+    virtual Orthanc::PhotometricInterpretation GetPhotometricInterpretation() const
+    {
+      return source_.GetPhotometricInterpretation();
+    }
   };
 }