|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkRoundImageFilter_h
19 #define itkRoundImageFilter_h
33 template <
typename TInput,
typename TOutput>
49 return !(*
this != other);
55 return itk::Math::Round<TOutput, TInput>(A);
69 template <
typename TInputImage,
typename TOutputImage>
91 #if !defined(ITK_WRAPPING_PARSER)
void SetFunctor(const std::function< ConstRefFunctionType > &f)
bool operator==(const Round &other) const
Implements pixel-wise generic "operation" on one image.
Base class for all process objects that output image data.
Functor::Round< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
bool operator!=(const Round &) const
~RoundImageFilter() override=default
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
TOutput operator()(const TInput &A) const
Rounds the value of each pixel.