diff Core/DicomFormat/DicomMap.h @ 3678:26c6d47467a9

DicomMap::MergeMainDicomTags()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Feb 2020 20:00:02 +0100
parents 46cb00e4adbb
children a9ce35d67c3c
line wrap: on
line diff
--- a/Core/DicomFormat/DicomMap.h	Wed Feb 19 17:17:27 2020 +0100
+++ b/Core/DicomFormat/DicomMap.h	Thu Feb 20 20:00:02 2020 +0100
@@ -63,9 +63,6 @@
     static void GetMainDicomTagsInternal(std::set<DicomTag>& result,
                                          ResourceType level);
 
-    void ExtractMainDicomTagsInternal(const DicomMap& other,
-                                      ResourceType level);
-
   public:
     DicomMap()
     {
@@ -215,6 +212,9 @@
 
     void Merge(const DicomMap& other);
 
+    void MergeMainDicomTags(const DicomMap& other,
+                            ResourceType level);
+
     void ExtractMainDicomTags(const DicomMap& other);
 
     bool HasOnlyMainDicomTags() const;