18 #ifndef itkMultiplyImageFilter_h
19 #define itkMultiplyImageFilter_h
42 template<
typename TInputImage1,
typename TInputImage2 = TInputImage1,
typename TOutputImage = TInputImage1 >
47 typename TInputImage1::PixelType,
48 typename TInputImage2::PixelType,
49 typename TOutputImage::PixelType > >
56 typename TInputImage1::PixelType,
57 typename TInputImage2::PixelType,
58 typename TOutputImage::PixelType >
70 #ifdef ITK_USE_CONCEPT_CHECKING
74 typename TInputImage2::PixelType,
75 typename TOutputImage::PixelType > ) );
virtual ~MultiplyImageFilter() override
SmartPointer< const Self > ConstPointer
BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Mult< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > > Superclass
SmartPointer< Self > Pointer
Base class for all process objects that output image data.
Pixel-wise multiplication of two images.
#define itkConceptMacro(name, concept)
Implements pixel-wise generic operation of two images, or of an image and a constant.