comparison 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
comparison
equal deleted inserted replaced
165:8c279c5b28a3 166:f0dac1e8f736
66 unsigned int tileX, 66 unsigned int tileX,
67 unsigned int tileY) 67 unsigned int tileY)
68 { 68 {
69 return false; // No access to the raw tiles 69 return false; // No access to the raw tiles
70 } 70 }
71
72 virtual Orthanc::PhotometricInterpretation GetPhotometricInterpretation() const
73 {
74 return Orthanc::PhotometricInterpretation_RGB;
75 }
71 }; 76 };
72 } 77 }