Mercurial > hg > orthanc
comparison Core/Enumerations.h @ 797:37adac56017a
ImageAccessor abstraction
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 06 May 2014 12:47:26 +0200 |
parents | 309e686b41e7 |
children | ecedd89055db |
comparison
equal
deleted
inserted
replaced
796:e7b1ca0f1e04 | 797:37adac56017a |
---|---|
66 ErrorCode_Timeout, | 66 ErrorCode_Timeout, |
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 }; | 73 }; |
73 | 74 |
74 /** | 75 /** |
75 * {summary}{The memory layout of the pixels (resp. voxels) of a 2D (resp. 3D) image.} | 76 * {summary}{The memory layout of the pixels (resp. voxels) of a 2D (resp. 3D) image.} |
76 **/ | 77 **/ |