comparison Core/DicomFormat/DicomMap.h @ 1331:77e129ba64e4

Prevent freeze on C-FIND if no DICOM tag is to be returned
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Mar 2015 10:47:32 +0100
parents 61ce8147f30d
children 0649c5aef34a
comparison
equal deleted inserted replaced
1330:7227b096a6dc 1331:77e129ba64e4
74 } 74 }
75 75
76 ~DicomMap() 76 ~DicomMap()
77 { 77 {
78 Clear(); 78 Clear();
79 }
80
81 size_t GetSize() const
82 {
83 return map_.size();
79 } 84 }
80 85
81 DicomMap* Clone() const; 86 DicomMap* Clone() const;
82 87
83 void Assign(const DicomMap& other); 88 void Assign(const DicomMap& other);