comparison Framework/Widgets/CairoWidget.cpp @ 113:2eca030792aa wasm

using the Orthanc Framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Sep 2017 15:32:32 +0200
parents 28956ed68280
children e2fe9352f240
comparison
equal deleted inserted replaced
112:948f86e61e83 113:2eca030792aa
19 **/ 19 **/
20 20
21 21
22 #include "CairoWidget.h" 22 #include "CairoWidget.h"
23 23
24 #include "../../Resources/Orthanc/Core/Images/ImageProcessing.h" 24 #include <Core/Images/ImageProcessing.h>
25 #include "../../Resources/Orthanc/Core/OrthancException.h" 25 #include <Core/OrthancException.h>
26 26
27 namespace OrthancStone 27 namespace OrthancStone
28 { 28 {
29 static bool IsAligned(const Orthanc::ImageAccessor& target) 29 static bool IsAligned(const Orthanc::ImageAccessor& target)
30 { 30 {