18 #ifndef itkRoundImageFilter_h
19 #define itkRoundImageFilter_h
33 template<
typename TInput,
typename TOutput >
47 return !( *
this != other );
52 return itk::Math::Round<TOutput,TInput>( A );
65 template<
typename TInputImage,
typename TOutputImage >
69 Functor::Round< typename TInputImage::PixelType,
70 typename TOutputImage::PixelType > >
76 TInputImage, TOutputImage,
void operator=(const Self &)
bool operator==(const Round &other) const
Rounds the value of each pixel.
UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Round< typename TInputImage::PixelType, typename TOutputImage::PixelType > > Superclass
SmartPointer< const Self > ConstPointer
Base class for all process objects that output image data.
bool operator!=(const Round &) const
virtual ~RoundImageFilter()
SmartPointer< Self > Pointer
TOutput operator()(const TInput &A) const
Implements pixel-wise generic operation on one image.