comparison Framework/Toolbox/ViewportGeometry.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 53bd9277b025
comparison
equal deleted inserted replaced
52:37e504582af6 53:c2dc924f1a63
23 23
24 #include "../Viewport/CairoContext.h" 24 #include "../Viewport/CairoContext.h"
25 25
26 namespace OrthancStone 26 namespace OrthancStone
27 { 27 {
28 // Not thread-safe
29 class ViewportGeometry 28 class ViewportGeometry
30 { 29 {
31 private: 30 private:
32 // Extent of the scene (in world units) 31 // Extent of the scene (in world units)
33 double x1_; 32 double x1_;