18 #ifndef itkModulusImageFilter_h
19 #define itkModulusImageFilter_h
41 template<
typename TInputImage1,
typename TInputImage2 = TInputImage1,
typename TOutputImage = TInputImage1 >
54 typename TInputImage2::PixelType,
55 typename TOutputImage::PixelType >;
76 #ifdef ITK_USE_CONCEPT_CHECKING
90 #ifndef ITK_MANUAL_INSTANTIATION
91 #include "itkModulusImageFilter.hxx"
Computes the modulus (x % dividend) pixel-wise.
typename TInputImage1::PixelType InputPixelType
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.
virtual void SetDividend(InputPixelType _arg)
typename TOutputImage::PixelType OutputPixelType
virtual const InputPixelType & GetDividend() const
#define itkConceptMacro(name, concept)