comparison Core/Enumerations.h @ 853:839be3022203 jpeg

DicomImageInformation
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Jun 2014 11:45:16 +0200
parents ecedd89055db
children 3c0d0836f704
comparison
equal deleted inserted replaced
852:5944b8b80842 853:839be3022203
67 ErrorCode_UnknownResource, 67 ErrorCode_UnknownResource,
68 ErrorCode_IncompatibleDatabaseVersion, 68 ErrorCode_IncompatibleDatabaseVersion,
69 ErrorCode_FullStorage, 69 ErrorCode_FullStorage,
70 ErrorCode_CorruptedFile, 70 ErrorCode_CorruptedFile,
71 ErrorCode_InexistentTag, 71 ErrorCode_InexistentTag,
72 ErrorCode_ReadOnly 72 ErrorCode_ReadOnly,
73 ErrorCode_IncompatibleImageFormat,
74 ErrorCode_IncompatibleImageSize
73 }; 75 };
74 76
75 /** 77 /**
76 * {summary}{The memory layout of the pixels (resp. voxels) of a 2D (resp. 3D) image.} 78 * {summary}{The memory layout of the pixels (resp. voxels) of a 2D (resp. 3D) image.}
77 **/ 79 **/