comparison Framework/Outputs/TruncatedPyramidWriter.cpp @ 192:f299c191cd76

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 07:41:22 +0200
parents e3cbf890b588
children 1e864138f0da
comparison
equal deleted inserted replaced
191:ce70678d9a9c 192:f299c191cd76
20 20
21 21
22 #include "../PrecompiledHeadersWSI.h" 22 #include "../PrecompiledHeadersWSI.h"
23 #include "TruncatedPyramidWriter.h" 23 #include "TruncatedPyramidWriter.h"
24 24
25 #include <Core/OrthancException.h> 25 #include <OrthancException.h>
26 26
27 namespace OrthancWSI 27 namespace OrthancWSI
28 { 28 {
29 TruncatedPyramidWriter::TruncatedPyramidWriter(IPyramidWriter& lower, 29 TruncatedPyramidWriter::TruncatedPyramidWriter(IPyramidWriter& lower,
30 unsigned int upperLevelIndex, 30 unsigned int upperLevelIndex,