comparison Core/DicomFormat/DicomMap.h @ 1749:99f4a05f39fa db-changes

various types of constraints
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Oct 2015 10:54:51 +0100
parents ec66a16aa398
children b1291df2f780
comparison
equal deleted inserted replaced
1748:92203f713205 1749:99f4a05f39fa
170 static void GetMainDicomTags(std::set<DicomTag>& result); 170 static void GetMainDicomTags(std::set<DicomTag>& result);
171 171
172 void Print(FILE* fp) const; 172 void Print(FILE* fp) const;
173 173
174 void GetTags(std::set<DicomTag>& tags) const; 174 void GetTags(std::set<DicomTag>& tags) const;
175
176 static void LoadMainDicomTags(const DicomTag*& tags,
177 size_t& size,
178 ResourceType level);
175 }; 179 };
176 } 180 }