diff Framework/Volumes/ImageBuffer3D.h @ 369:557c8ff1db5c am-2

integration mainline->am-2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 05 Nov 2018 10:03:14 +0100
parents 3a4ca166fafa ce48c3b3b0e9
children b70e9be013e4
line wrap: on
line diff
--- a/Framework/Volumes/ImageBuffer3D.h	Thu Nov 01 12:09:11 2018 +0100
+++ b/Framework/Volumes/ImageBuffer3D.h	Mon Nov 05 10:03:14 2018 +0100
@@ -48,10 +48,10 @@
 
     void ExtendImageRange(const Orthanc::ImageAccessor& slice);
 
-    void  GetAxialSliceAccessor(Orthanc::ImageAccessor& target,
-                                unsigned int slice,
-                                bool readOnly) const;
-
+    void GetAxialSliceAccessor(Orthanc::ImageAccessor& target,
+                               unsigned int slice,
+                               bool readOnly) const;
+    
     void GetCoronalSliceAccessor(Orthanc::ImageAccessor& target,
                                  unsigned int slice,
                                  bool readOnly) const;