diff Framework/Volumes/VolumeImageGeometry.h @ 811:ffec76a5f7eb

deprecating ParallelSlices
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 May 2019 18:21:00 +0200
parents e8fdf29cd0ca
children 32eaf4929b08
line wrap: on
line diff
--- a/Framework/Volumes/VolumeImageGeometry.h	Tue May 28 18:09:48 2019 +0200
+++ b/Framework/Volumes/VolumeImageGeometry.h	Tue May 28 18:21:00 2019 +0200
@@ -129,6 +129,6 @@
                      const CoordinateSystem3D& plane) const;
 
     CoordinateSystem3D GetProjectionSlice(VolumeProjection projection,
-                                          unsigned int depth) const;
+                                          unsigned int z) const;
   };
 }