18 #ifndef __itkModulusImageFilter_h
19 #define __itkModulusImageFilter_h
27 template<
typename TInput,
typename TOutput >
46 return !( *
this != other );
51 TOutput result =
static_cast< TOutput
>( x %
m_Dividend );
72 template<
typename TInputImage,
typename TOutputImage = TInputImage >
76 Functor::ModulusTransform<
77 typename TInputImage::PixelType,
78 typename TOutputImage::PixelType > >
84 TInputImage, TOutputImage,
86 typename TInputImage::PixelType,
109 void PrintSelf(std::ostream & os,
Indent indent)
const;
112 void BeforeThreadedGenerateData(
void);
114 #ifdef ITK_USE_CONCEPT_CHECKING
126 void operator=(
const Self &);
133 #ifndef ITK_MANUAL_INSTANTIATION
134 #include "itkModulusImageFilter.hxx"