18 #ifndef itkMultiplyImageFilter_h
19 #define itkMultiplyImageFilter_h
42 template<
typename TInputImage1,
typename TInputImage2 = TInputImage1,
typename TOutputImage = TInputImage1 >
55 typename TInputImage2::PixelType,
56 typename TOutputImage::PixelType >;
67 #ifdef ITK_USE_CONCEPT_CHECKING
71 typename TInputImage2::PixelType,
72 typename TOutputImage::PixelType > ) );
79 #if !defined( ITK_WRAPPING_PARSER )
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.
Pixel-wise multiplication of two images.
#define itkConceptMacro(name, concept)