comparison Framework/Toolbox/ParallelSlices.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 53025eecbc95
comparison
equal deleted inserted replaced
52:37e504582af6 53:c2dc924f1a63
23 23
24 #include "SliceGeometry.h" 24 #include "SliceGeometry.h"
25 25
26 namespace OrthancStone 26 namespace OrthancStone
27 { 27 {
28 // This class is NOT thread-safe 28 class ParallelSlices : public boost::noncopyable
29 class ParallelSlices
30 { 29 {
31 private: 30 private:
32 Vector normal_; 31 Vector normal_;
33 std::vector<SliceGeometry*> slices_; 32 std::vector<SliceGeometry*> slices_;
34 33