18#ifndef itkRoundImageFilter_h
19#define itkRoundImageFilter_h
33template <
typename TInput,
typename TOutput>
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
~RoundImageFilter() override=default
UnaryGeneratorImageFilter< TInputImage, TOutputImage > Superclass
SmartPointer< Self > Pointer
Functor::Round< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
SmartPointer< const Self > ConstPointer
Implements transparent reference counting.
UnaryGeneratorImageFilter()
void SetFunctor(const std::function< ConstRefFunctionType > &f)
Functor::Add2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
TInput TInput TReturn Round(TInput x)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....