18#ifndef itkModulusImageFilter_h
19#define itkModulusImageFilter_h
42template <
typename TInputImage1,
typename TInputImage2 = TInputImage1,
typename TOutputImage = TInputImage1>
54 Modulus<typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType>;
72 this->SetConstant2(_arg);
74 virtual const InputPixelType &
77 return this->GetConstant2();
82#ifdef ITK_USE_CONCEPT_CHECKING
94#ifndef ITK_MANUAL_INSTANTIATION
95# include "itkModulusImageFilter.hxx"
Implements pixel-wise generic operation of two images, or of an image and a constant.
Light weight base class for most itk classes.
Computes the modulus (x % dividend) pixel-wise.
virtual const InputPixelType & GetDividend() const
typename TOutputImage::PixelType OutputPixelType
typename TInputImage1::PixelType InputPixelType
~ModulusImageFilter() override=default
virtual void SetDividend(InputPixelType _arg)
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....