comparison Framework/Outputs/TruncatedPyramidWriter.cpp @ 140:a0f9a3df1110

resort to Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 17 Apr 2018 15:47:47 +0200
parents a51dee6a1515
children 6b8ccfc02051
comparison
equal deleted inserted replaced
139:f2f58f288172 140:a0f9a3df1110
20 20
21 21
22 #include "../PrecompiledHeadersWSI.h" 22 #include "../PrecompiledHeadersWSI.h"
23 #include "TruncatedPyramidWriter.h" 23 #include "TruncatedPyramidWriter.h"
24 24
25 #include "../../Resources/Orthanc/Core/OrthancException.h" 25 #include <Core/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) :