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 );
66 template<
typename TInputImage,
typename TOutputImage >
79 typename TOutputImage::PixelType >;
91 #if !defined( ITK_WRAPPING_PARSER )
bool operator==(const Round &other) const
Rounds the value of each pixel.
~RoundImageFilter() override=default
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
void SetFunctor(const std::function< ConstRefFunctionType > &f)
bool operator!=(const Round &) const
Functor::Round< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
TOutput operator()(const TInput &A) const
Implements pixel-wise generic "operation" on one image.