diff Framework/Layers/DicomSeriesVolumeSlicer.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/Layers/DicomSeriesVolumeSlicer.h	Mon May 13 15:22:08 2019 +0200
+++ b/Framework/Layers/DicomSeriesVolumeSlicer.h	Mon May 13 17:03:46 2019 +0200
@@ -102,9 +102,9 @@
       return quality_;
     }
 
-    size_t GetSliceCount() const
+    size_t GetSlicesCount() const
     {
-      return loader_.GetSliceCount();
+      return loader_.GetSlicesCount();
     }
 
     const Slice& GetSlice(size_t slice) const