18 #ifndef __itkModulusImageFilter_h
19 #define __itkModulusImageFilter_h
32 template<
class TInput1,
class TInput2,
class TOutput >
46 return !( *
this != other );
49 inline TOutput
operator()(
const TInput1 & A,
const TInput2 & B)
const
53 return static_cast< TOutput
>( A % B );
70 template<
typename TInput,
typename TOutput >
89 return !( *
this != other );
94 TOutput result =
static_cast< TOutput
>( x %
m_Dividend );
118 template<
typename TInputImage1,
class TInputImage2 = TInputImage1,
class TOutputImage = TInputImage1 >
123 typename TInputImage1::PixelType,
124 typename TInputImage2::PixelType,
125 typename TOutputImage::PixelType > >
132 typename TInputImage1::PixelType,
133 typename TInputImage2::PixelType,
155 #ifdef ITK_USE_CONCEPT_CHECKING
169 void operator=(
const Self &);
174 #ifndef ITK_MANUAL_INSTANTIATION
175 #include "itkModulusImageFilter.hxx"