comparison OrthancStone/Sources/Toolbox/SlicesSorter.h @ 1642:5cc589bfb385

lazy computation of DicomInstanceParameters::GetImageInformation()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Nov 2020 17:21:23 +0100
parents 8563ea5d8ae4
children 9ac2a65d4172
comparison
equal deleted inserted replaced
1641:df4fd96c5706 1642:5cc589bfb385
26 26
27 #include <IDynamicObject.h> 27 #include <IDynamicObject.h>
28 28
29 namespace OrthancStone 29 namespace OrthancStone
30 { 30 {
31 // TODO - Rename this as "PlanesSorter" 31 // TODO - Replace this with "SortedFrames"
32 class SlicesSorter : public boost::noncopyable 32 class SlicesSorter : public boost::noncopyable
33 { 33 {
34 private: 34 private:
35 class SliceWithDepth; 35 class SliceWithDepth;
36 struct Comparator; 36 struct Comparator;