diff Framework/Toolbox/CoordinateSystem3D.h @ 1490:5d892f5dd9c4

SortedFrames::IsFrameMonochrome1()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 24 Jun 2020 17:17:06 +0200
parents 30deba7bc8e2
children d8af188ab545
line wrap: on
line diff
--- a/Framework/Toolbox/CoordinateSystem3D.h	Tue Jun 23 07:50:14 2020 +0200
+++ b/Framework/Toolbox/CoordinateSystem3D.h	Wed Jun 24 17:17:06 2020 +0200
@@ -76,7 +76,7 @@
       return normal_;
     }
 
-    const Vector& GetOrigin() const
+    const Vector& GetOrigin() const  // This is the "Image Position Patient" tag
     {
       return origin_;
     }