diff 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
line wrap: on
line diff
--- a/Core/DicomFormat/DicomMap.h	Mon Oct 26 17:33:55 2015 +0100
+++ b/Core/DicomFormat/DicomMap.h	Tue Oct 27 10:54:51 2015 +0100
@@ -172,5 +172,9 @@
     void Print(FILE* fp) const;
 
     void GetTags(std::set<DicomTag>& tags) const;
+
+    static void LoadMainDicomTags(const DicomTag*& tags,
+                                  size_t& size,
+                                  ResourceType level);
   };
 }