18#ifndef itkRoundImageFilter_h
19#define itkRoundImageFilter_h
33template <
typename TInput,
typename TOutput>
48 return itk::Math::Round<TOutput, TInput>(A);
62template <
typename TInputImage,
typename TOutputImage>
84#if !defined(ITK_WRAPPING_PARSER)
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(Round)
bool operator==(const Round &) const
TOutput operator()(const TInput &A) const
Base class for all process objects that output image data.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Rounds the value of each pixel.
~RoundImageFilter() override=default
Implements pixel-wise generic "operation" on one image.
Functor::Add2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....