18 #ifndef itkModulusImageFilter_h
19 #define itkModulusImageFilter_h
42 template <
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"