comparison OrthancStone/Sources/Volumes/OrientedVolumeBoundingBox.h @ 1571:85e117739eca

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2020 17:46:39 +0200
parents 244ad1e4e76a
children 4fb8fdf03314
comparison
equal deleted inserted replaced
1570:9a04f42098a3 1571:85e117739eca
38 double hu_; // half width 38 double hu_; // half width
39 double hv_; // half height 39 double hv_; // half height
40 double hw_; // half depth 40 double hw_; // half depth
41 41
42 public: 42 public:
43 OrientedVolumeBoundingBox(const VolumeImageGeometry& geometry); 43 explicit OrientedVolumeBoundingBox(const VolumeImageGeometry& geometry);
44 44
45 const Vector& GetCenter() const 45 const Vector& GetCenter() const
46 { 46 {
47 return c_; 47 return c_;
48 } 48 }