18#ifndef itkMultiplyImageFilter_h
19#define itkMultiplyImageFilter_h
42template <
typename TInputImage1,
typename TInputImage2 = TInputImage1,
typename TOutputImage = TInputImage1>
64#ifdef ITK_USE_CONCEPT_CHECKING
68 typename TInputImage2::PixelType,
69 typename TOutputImage::PixelType>));
76#if !defined(ITK_WRAPPING_PARSER)
Implements pixel-wise generic operation of two images, or of an image and a constant.
Light weight base class for most itk classes.
Pixel-wise multiplication of two images.
~MultiplyImageFilter() override=default
Functor::Add2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....