18 #ifndef itkAddImageFilter_h
19 #define itkAddImageFilter_h
78 template<
typename TInputImage1,
typename TInputImage2 = TInputImage1,
typename TOutputImage = TInputImage1 >
97 typename TInputImage2::PixelType,
98 typename TOutputImage::PixelType >;
107 #ifdef ITK_USE_CONCEPT_CHECKING
111 typename TInputImage2::PixelType,
112 typename TOutputImage::PixelType > ) );
119 #if !defined( ITK_WRAPPING_PARSER )
Pixel-wise addition of two images.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
Implements pixel-wise generic operation of two images, or of an image and a constant.
#define itkConceptMacro(name, concept)