/*========================================================================= Program: GDCM (Grassroots DICOM). A DICOM library Copyright (c) 2006-2011 Mathieu Malaterre All rights reserved. See Copyright.txt or http://gdcm.sourceforge.net/Copyright.html for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notice for more information. =========================================================================*/ namespace Kitware.VTK.GDCM { public class vtkgdcm { // FIXME why isn't mummy doing it ? public static readonly int VTK_LUMINANCE = 1; public static readonly int VTK_LUMINANCE_ALPHA = 2; public static readonly int VTK_RGB = 3; public static readonly int VTK_RGBA = 4; public static readonly int VTK_INVERSE_LUMINANCE = 5; public static readonly int VTK_LOOKUP_TABLE = 6; public static readonly int VTK_YBR = 7; public static readonly int VTK_CMYK = 8; } }