comparison Framework/Toolbox/OrthancSeriesLoader.h @ 53:c2dc924f1a63 wasm

removing threading out of the framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Apr 2017 16:57:49 +0200
parents 28956ed68280
children 2eca030792aa
comparison
equal deleted inserted replaced
52:37e504582af6 53:c2dc924f1a63
26 26
27 #include <boost/shared_ptr.hpp> 27 #include <boost/shared_ptr.hpp>
28 28
29 namespace OrthancStone 29 namespace OrthancStone
30 { 30 {
31 // This class is NOT thread-safe 31 // This class sorts the slices from a given series, give access to
32 // It sorts the slices from a given series, give access to their 32 // their geometry and individual frames, making the assumption that
33 // geometry and individual frames, making the assumption that there 33 // there is a single frame in each instance of the series
34 // is a single frame in each instance of the series
35 class OrthancSeriesLoader : public ISeriesLoader 34 class OrthancSeriesLoader : public ISeriesLoader
36 { 35 {
37 private: 36 private:
38 class Slice; 37 class Slice;
39 class SetOfSlices; 38 class SetOfSlices;