Mercurial > hg > orthanc
comparison Core/DicomFormat/DicomMap.h @ 2008:dc82c754dcaa
removal of unused function
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 09 Jun 2016 15:51:46 +0200 |
parents | 655489d9165d |
children | 9b373b7d6713 |
comparison
equal
deleted
inserted
replaced
2007:655489d9165d | 2008:dc82c754dcaa |
---|---|
169 | 169 |
170 static void GetMainDicomTags(std::set<DicomTag>& result, ResourceType level); | 170 static void GetMainDicomTags(std::set<DicomTag>& result, ResourceType level); |
171 | 171 |
172 static void GetMainDicomTags(std::set<DicomTag>& result); | 172 static void GetMainDicomTags(std::set<DicomTag>& result); |
173 | 173 |
174 void Print(FILE* fp) const; | |
175 | |
176 void GetTags(std::set<DicomTag>& tags) const; | 174 void GetTags(std::set<DicomTag>& tags) const; |
177 | 175 |
178 static void LoadMainDicomTags(const DicomTag*& tags, | 176 static void LoadMainDicomTags(const DicomTag*& tags, |
179 size_t& size, | 177 size_t& size, |
180 ResourceType level); | 178 ResourceType level); |