18 #ifndef __itkRoundImageFilter_h
19 #define __itkRoundImageFilter_h
33 template<
class TInput,
class TOutput >
47 return !( *
this != other );
52 return itk::Math::Round<TOutput,TInput>( A );
65 template<
class TInputImage,
class TOutputImage >
69 Functor::Round< typename TInputImage::PixelType,
70 typename TOutputImage::PixelType > >
76 TInputImage, TOutputImage,
96 void operator=(
const Self &);