18 #ifndef itkTernaryAddImageFilter_h
19 #define itkTernaryAddImageFilter_h
37 template<
typename TInputImage1,
typename TInputImage2,
38 typename TInputImage3,
typename TOutputImage >
42 TInputImage3, TOutputImage,
43 Functor::Add3< typename TInputImage1::PixelType,
44 typename TInputImage2::PixelType,
45 typename TInputImage3::PixelType,
46 typename TOutputImage::PixelType > >
54 TInputImage1, TInputImage2,
55 TInputImage3, TOutputImage,
57 typename TInputImage2::PixelType,
58 typename TInputImage3::PixelType,
59 typename TOutputImage::PixelType > >;
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Implements pixel-wise generic operation of three images.
Base class for all process objects that output image data.
TernaryAddImageFilter()=default
virtual ~TernaryAddImageFilter()=default
Pixel-wise addition of three images.