18#ifndef itkTernaryAddImageFilter_h
19#define itkTernaryAddImageFilter_h
38template <
typename TInputImage1,
typename TInputImage2,
typename TInputImage3,
typename TOutputImage>
53 typename TInputImage2::PixelType,
54 typename TInputImage3::PixelType,
55 typename TOutputImage::PixelType>;
66#if !defined(ITK_WRAPPING_PARSER)
Base class for all process objects that output image data.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Pixel-wise addition of three images.
virtual ~TernaryAddImageFilter()=default
Implements pixel-wise generic operation of three images or images with constants.
Functor::Add2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....