]> Creatis software - clitk.git/blobdiff - common/rtkEdfImageIO.h
Sync RTK files with the RTK public repo
[clitk.git] / common / rtkEdfImageIO.h
index e86501433884ce92ade5d956a109755f5284f1b7..83823cb427030353c13479815a8eb1935aed640f 100644 (file)
@@ -86,9 +86,9 @@ protected:
     };
 
   /* Note - compatibility:
-    Unsigned8 = 1,     Signed8,        Unsigned16,     Signed16,
-    Unsigned32,        Signed32,       Unsigned64,     Signed64,
-    FloatIEEE32,       DoubleIEEE64
+    Unsigned8 = 1,Signed8,  Unsigned16, Signed16,
+    Unsigned32,   Signed32, Unsigned64, Signed64,
+    FloatIEEE32,  DoubleIEEE64
   */
 
   /***************************************************************************
@@ -138,8 +138,8 @@ protected:
   // * of the matrix in the data file.)
   // */
   //enum EdfRasterAxes {
-  //    RASTER_AXES_XrightYdown,       // matricial format: rows, columns
-  //    RASTER_AXES_XrightYup  // cartesian coordinate system
+  //RASTER_AXES_XrightYdown, // matricial format: rows, columns
+  //RASTER_AXES_XrightYup    // cartesian coordinate system
   //    // other 6 combinations not available (not needed until now)
   //};