comparison OrthancStone/Sources/Toolbox/OsiriX/AngleAnnotation.h @ 1639:5cdc5b98f14d

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Nov 2020 16:41:11 +0100
parents 8563ea5d8ae4
children 9ac2a65d4172
comparison
equal deleted inserted replaced
1638:754ef576d945 1639:5cdc5b98f14d
37 Vector a_; 37 Vector a_;
38 Vector center_; 38 Vector center_;
39 Vector b_; 39 Vector b_;
40 40
41 public: 41 public:
42 AngleAnnotation(const DictionaryValue& dict); 42 explicit AngleAnnotation(const DictionaryValue& dict);
43 43
44 virtual Type GetType() const ORTHANC_OVERRIDE 44 virtual Type GetType() const ORTHANC_OVERRIDE
45 { 45 {
46 return Type_Angle; 46 return Type_Angle;
47 } 47 }