X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FrtkEdfImageIO.h;h=83823cb427030353c13479815a8eb1935aed640f;hb=140bf134a2e40ba737bdb85f040d2a052c9a8e2a;hp=e86501433884ce92ade5d956a109755f5284f1b7;hpb=c18ab5232cf7d80c10c0805e9566b54fb8c6f875;p=clitk.git diff --git a/common/rtkEdfImageIO.h b/common/rtkEdfImageIO.h index e865014..83823cb 100644 --- a/common/rtkEdfImageIO.h +++ b/common/rtkEdfImageIO.h @@ -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) //};