diff Framework/Volumes/VolumeImageGeometry.h @ 809:e8fdf29cd0ca

VolumeImageGeometry::GetProjectionSlice()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 May 2019 18:09:26 +0200
parents a6ba676a93e2
children ffec76a5f7eb
line wrap: on
line diff
--- a/Framework/Volumes/VolumeImageGeometry.h	Tue May 28 17:44:53 2019 +0200
+++ b/Framework/Volumes/VolumeImageGeometry.h	Tue May 28 18:09:26 2019 +0200
@@ -127,5 +127,8 @@
     bool DetectSlice(VolumeProjection& projection,
                      unsigned int& slice,
                      const CoordinateSystem3D& plane) const;
+
+    CoordinateSystem3D GetProjectionSlice(VolumeProjection projection,
+                                          unsigned int depth) const;
   };
 }