28 #ifndef __itkBoundedReciprocalImageFilter_h
29 #define __itkBoundedReciprocalImageFilter_h
46 template<
class TInput,
class TOutput >
59 return !( *
this != other );
64 return static_cast< TOutput
>( 1.0 / ( 1.0 +
static_cast< double >( A ) ) );
69 template<
class TInputImage,
class TOutputImage >
73 Functor::BoundedReciprocal<
74 typename TInputImage::PixelType,
75 typename TOutputImage::PixelType > >
82 typename TInputImage::PixelType,
83 typename TOutputImage::PixelType >
96 #ifdef ITK_USE_CONCEPT_CHECKING
110 void operator=(
const Self &);