comparison Framework/Toolbox/Slice.h @ 648:1088d4c4d78c

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 13 May 2019 17:19:04 +0200
parents 6af3099ed8da
children d2c0e347ddc2
comparison
equal deleted inserted replaced
647:6af3099ed8da 648:1088d4c4d78c
27 #include <Core/DicomFormat/DicomImageInformation.h> 27 #include <Core/DicomFormat/DicomImageInformation.h>
28 #include <Core/IDynamicObject.h> 28 #include <Core/IDynamicObject.h>
29 29
30 namespace OrthancStone 30 namespace OrthancStone
31 { 31 {
32 class Slice : public Orthanc::IDynamicObject 32 // TODO - Remove this class
33 class Slice :
34 public Orthanc::IDynamicObject /* to be used as a payload of SlicesSorter */
33 { 35 {
34 private: 36 private:
35 enum Type 37 enum Type
36 { 38 {
37 Type_Invalid, 39 Type_Invalid,