comparison Core/Enumerations.h @ 923:55b945749bed mac

mainline -> mac integration
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Feb 2014 17:24:08 +0100
parents 309e686b41e7
children 37adac56017a
comparison
equal deleted inserted replaced
922:a0a05f9dcd5a 923:55b945749bed
65 ErrorCode_BadFileFormat, 65 ErrorCode_BadFileFormat,
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 }; 72 };
72 73
73 /** 74 /**
74 * {summary}{The memory layout of the pixels (resp. voxels) of a 2D (resp. 3D) image.} 75 * {summary}{The memory layout of the pixels (resp. voxels) of a 2D (resp. 3D) image.}
75 **/ 76 **/