28#ifndef itkBoundedReciprocalImageFilter_h
29#define itkBoundedReciprocalImageFilter_h
46template <
typename TInput,
typename TOutput>
61 return static_cast<TOutput
>(1.0 / (1.0 +
static_cast<double>(A)));
66template <
typename TInputImage,
typename TOutputImage>
91#if !defined(ITK_WRAPPING_PARSER)
~BoundedReciprocalImageFilter() override=default
BoundedReciprocalImageFilter Self
BoundedReciprocalImageFilter()
UnaryGeneratorImageFilter< TInputImage, TOutputImage > Superclass
Functor::BoundedReciprocal< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
TOutput operator()(const TInput &A) const
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(BoundedReciprocal)
bool operator==(const BoundedReciprocal &) const
Implements transparent reference counting.
UnaryGeneratorImageFilter()
void SetFunctor(const std::function< ConstRefFunctionType > &f)
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....