18 #ifndef __itkComposeRGBImageFilter_h
19 #define __itkComposeRGBImageFilter_h
28 template<
class TInput >
42 return !( *
this != other );
47 const TInput & B)
const
51 rgbPixel.
Set(R, G, B);
69 template<
typename TInputImage,
70 typename TOutputImage =
71 Image< RGBPixel< typename TInputImage::PixelType >,
76 TInputImage, TOutputImage,
77 Functor::ComposeRGB< typename TInputImage::PixelType > >
83 TInputImage, TInputImage,
84 TInputImage, TOutputImage,
104 void operator=(
const Self &);