comparison Framework/Toolbox/Slice.h @ 389:3e6e10a5a6c8

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Nov 2018 17:28:32 +0100
parents a902a07769d4
children b70e9be013e4
comparison
equal deleted inserted replaced
388:20f149669c1f 389:3e6e10a5a6c8
73 frame_(frame) 73 frame_(frame)
74 { 74 {
75 } 75 }
76 76
77 // TODO Is this constructor the best way to go to tackle missing 77 // TODO Is this constructor the best way to go to tackle missing
78 // layers within LayerWidget? 78 // layers within SliceViewerWidget?
79 Slice(const CoordinateSystem3D& plane, 79 Slice(const CoordinateSystem3D& plane,
80 double thickness) : 80 double thickness) :
81 type_(Type_Standalone), 81 type_(Type_Standalone),
82 frame_(0), 82 frame_(0),
83 frameCount_(0), 83 frameCount_(0),