diff Plugins/Samples/Common/FullOrthancDataset.h @ 2981:eff50153a7b3 db-changes

integration mainline->db-changes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Dec 2018 15:58:08 +0100
parents 1ab59dfd4afc
children 4e43e67f8ecf
line wrap: on
line diff
--- a/Plugins/Samples/Common/FullOrthancDataset.h	Thu Oct 18 10:48:11 2018 +0200
+++ b/Plugins/Samples/Common/FullOrthancDataset.h	Thu Dec 06 15:58:08 2018 +0100
@@ -65,5 +65,10 @@
 
     virtual bool GetSequenceSize(size_t& size,
                                  const DicomPath& path) const;
+
+    FullOrthancDataset* Clone() const
+    {
+      return new FullOrthancDataset(this->root_);
+    }
   };
 }