diff Framework/Toolbox/Slice.h @ 318:3a4ca166fafa am-2

ImageAccessor refactoring + implemented Image Cache in SmartLoader
author am@osimis.io
date Mon, 08 Oct 2018 17:10:08 +0200
parents 5412adf19980
children a902a07769d4
line wrap: on
line diff
--- a/Framework/Toolbox/Slice.h	Fri Oct 05 11:57:36 2018 +0200
+++ b/Framework/Toolbox/Slice.h	Mon Oct 08 17:10:08 2018 +0200
@@ -136,5 +136,7 @@
     void GetExtent(std::vector<Vector>& points) const;
 
     const Orthanc::DicomImageInformation& GetImageInformation() const;
+
+    Slice* Clone() const;
   };
 }