/*========================================================================= Program: Insight Segmentation & Registration Toolkit Module: $RCSfile: itkNumericTraitsRGBAPixel.cxx,v $ Language: C++ Date: $Date: 2007-09-01 06:17:25 +1000 (Sat, 01 Sep 2007) $ Version: $Revision: 2 $ Copyright (c) Insight Software Consortium. All rights reserved. See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm 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 notices for more information. =========================================================================*/ #include "itkNumericTraitsRGBAPixel.h" namespace itk { const RGBAPixel NumericTraits >::Zero = RGBAPixel( NumericTraits::Zero ); const RGBAPixel NumericTraits >::One = RGBAPixel( NumericTraits::One ); const RGBAPixel NumericTraits >::Zero = RGBAPixel( NumericTraits::Zero ); const RGBAPixel NumericTraits >::One = RGBAPixel( NumericTraits::One ); } // end namespace itk