diff Framework/Toolbox/OrthancSlicesLoader.h @ 647:6af3099ed8da

uncoupling OrthancStone::SlicesSorter from OrthancStone::Slice
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 13 May 2019 17:03:46 +0200
parents f0008c55e5f7
children d2c0e347ddc2
line wrap: on
line diff
--- a/Framework/Toolbox/OrthancSlicesLoader.h	Mon May 13 15:22:08 2019 +0200
+++ b/Framework/Toolbox/OrthancSlicesLoader.h	Mon May 13 17:03:46 2019 +0200
@@ -26,6 +26,7 @@
 #include "IWebService.h"
 #include "OrthancApiClient.h"
 #include "SlicesSorter.h"
+#include "Slice.h"
 
 #include <Core/Images/Image.h>
 
@@ -195,7 +196,7 @@
 
     bool IsGeometryReady() const;
 
-    size_t GetSliceCount() const;
+    size_t GetSlicesCount() const;
 
     const Slice& GetSlice(size_t index) const;