comparison Core/Enumerations.h @ 885:0570a8c859cb plugins

SharedLibrary class
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 14 Jun 2014 16:53:28 +0200
parents 3c0d0836f704
children 743a75b14bef
comparison
equal deleted inserted replaced
884:cd8a69aa4093 885:0570a8c859cb
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, 73 ErrorCode_IncompatibleImageFormat,
74 ErrorCode_IncompatibleImageSize 74 ErrorCode_IncompatibleImageSize,
75 ErrorCode_SharedLibrary
75 }; 76 };
76 77
77 /** 78 /**
78 * {summary}{The memory layout of the pixels (resp. voxels) of a 2D (resp. 3D) image.} 79 * {summary}{The memory layout of the pixels (resp. voxels) of a 2D (resp. 3D) image.}
79 **/ 80 **/