comparison Framework/Toolbox/SliceGeometry.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 298f375dcb68
comparison
equal deleted inserted replaced
52:37e504582af6 53:c2dc924f1a63
24 #include "GeometryToolbox.h" 24 #include "GeometryToolbox.h"
25 #include "../../Resources/Orthanc/Plugins/Samples/Common/IDicomDataset.h" 25 #include "../../Resources/Orthanc/Plugins/Samples/Common/IDicomDataset.h"
26 26
27 namespace OrthancStone 27 namespace OrthancStone
28 { 28 {
29 // Geometry of a 3D plane, NOT thread-safe 29 // Geometry of a 3D plane
30 class SliceGeometry 30 class SliceGeometry
31 { 31 {
32 private: 32 private:
33 Vector origin_; 33 Vector origin_;
34 Vector normal_; 34 Vector normal_;