comparison Framework/Toolbox/SlicesSorter.cpp @ 212:5412adf19980

resort to OrthancFramework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 01 Jun 2018 17:48:47 +0200
parents e9c7a78a3e77
children b70e9be013e4
comparison
equal deleted inserted replaced
211:64eac89a1de3 212:5412adf19980
21 21
22 #include "SlicesSorter.h" 22 #include "SlicesSorter.h"
23 23
24 #include "GeometryToolbox.h" 24 #include "GeometryToolbox.h"
25 25
26 #include "../../Resources/Orthanc/Core/OrthancException.h" 26 #include <Core/OrthancException.h>
27 27
28 namespace OrthancStone 28 namespace OrthancStone
29 { 29 {
30 class SlicesSorter::SliceWithDepth : public boost::noncopyable 30 class SlicesSorter::SliceWithDepth : public boost::noncopyable
31 { 31 {