comparison Framework/Toolbox/DicomStructureSet.h @ 126:c9e88e7935a4 wasm

rt-struct projection
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 Nov 2017 17:27:38 +0100
parents 44fc253d4876
children 3e6163a53b16
comparison
equal deleted inserted replaced
125:44fc253d4876 126:c9e88e7935a4
91 91
92 const Points& GetPoints() const 92 const Points& GetPoints() const
93 { 93 {
94 return points_; 94 return points_;
95 } 95 }
96
97 double GetSliceThickness() const
98 {
99 return sliceThickness_;
100 }
96 }; 101 };
97 102
98 typedef std::list<Polygon> Polygons; 103 typedef std::list<Polygon> Polygons;
99 104
100 struct Structure 105 struct Structure