18 #ifndef itkModulusImageFilter_h
19 #define itkModulusImageFilter_h
41 template<
typename TInputImage1,
typename TInputImage2 = TInputImage1,
typename TOutputImage = TInputImage1 >
46 typename TInputImage1::PixelType,
47 typename TInputImage2::PixelType,
48 typename TOutputImage::PixelType > >
55 typename TInputImage1::PixelType,
56 typename TInputImage2::PixelType,
78 #ifdef ITK_USE_CONCEPT_CHECKING
95 #ifndef ITK_MANUAL_INSTANTIATION
96 #include "itkModulusImageFilter.hxx"
Computes the modulus (x % dividend) pixel-wise.
TOutputImage::PixelType OutputPixelType
SmartPointer< Self > Pointer
Base class for all process objects that output image data.
SmartPointer< const Self > ConstPointer
virtual void SetDividend(InputPixelType _arg)
TInputImage1::PixelType InputPixelType
virtual const InputPixelType & GetDividend() const
Implements pixel-wise generic operation on one image.
virtual ~ModulusImageFilter() override
BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Modulus< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > > Superclass
#define itkConceptMacro(name, concept)
Implements pixel-wise generic operation of two images, or of an image and a constant.