Mercurial > hg > orthanc
diff Core/Enumerations.h @ 1396:ac4efabeb80c
Migration of the orthanc-client as a separate project
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 01 Jun 2015 11:15:55 +0200 |
parents | 60cc0ee61edb |
children | fbe40117eb21 |
line wrap: on
line diff
--- a/Core/Enumerations.h Sat May 30 10:03:07 2015 +0200 +++ b/Core/Enumerations.h Mon Jun 01 11:15:55 2015 +0200 @@ -32,8 +32,6 @@ #pragma once -#include <laaw/laaw.h> - namespace Orthanc { enum Endianness @@ -78,10 +76,11 @@ ErrorCode_Plugin }; + /** * {summary}{The memory layout of the pixels (resp. voxels) of a 2D (resp. 3D) image.} **/ - enum LAAW_API PixelFormat + enum PixelFormat { /** * {summary}{Color image in RGB24 format.} @@ -120,7 +119,7 @@ /** * {summary}{The extraction mode specifies the way the values of the pixels are scaled when downloading a 2D image.} **/ - enum LAAW_API ImageExtractionMode + enum ImageExtractionMode { /** * {summary}{Rescaled to 8bpp.}