diff Framework/Inputs/ITiledPyramid.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/ITiledPyramid.h	Fri Feb 22 14:28:40 2019 +0100
+++ b/Framework/Inputs/ITiledPyramid.h	Fri Jul 12 09:06:54 2019 +0200
@@ -63,5 +63,7 @@
                                                unsigned int tileY) = 0;
 
     virtual Orthanc::PixelFormat GetPixelFormat() const = 0;
+
+    virtual Orthanc::PhotometricInterpretation GetPhotometricInterpretation() const = 0;
   };
 }