comparison Framework/Toolbox/Slice.h @ 647:6af3099ed8da

uncoupling OrthancStone::SlicesSorter from OrthancStone::Slice
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 13 May 2019 17:03:46 +0200
parents b70e9be013e4
children 1088d4c4d78c
comparison
equal deleted inserted replaced
646:b4fe9642e83b 647:6af3099ed8da
23 23
24 #include "CoordinateSystem3D.h" 24 #include "CoordinateSystem3D.h"
25 #include "DicomFrameConverter.h" 25 #include "DicomFrameConverter.h"
26 26
27 #include <Core/DicomFormat/DicomImageInformation.h> 27 #include <Core/DicomFormat/DicomImageInformation.h>
28 #include <Core/IDynamicObject.h>
28 29
29 namespace OrthancStone 30 namespace OrthancStone
30 { 31 {
31 class Slice : public boost::noncopyable 32 class Slice : public Orthanc::IDynamicObject
32 { 33 {
33 private: 34 private:
34 enum Type 35 enum Type
35 { 36 {
36 Type_Invalid, 37 Type_Invalid,