18 #ifndef itkExpNegativeImageFilter_h
19 #define itkExpNegativeImageFilter_h
34 template<
typename TInput,
typename TOutput >
53 return !( *
this != other );
58 return static_cast< TOutput
>( std::exp( -
m_Factor * static_cast< double >( A ) ) );
89 template<
typename TInputImage,
typename TOutputImage >
94 typename TInputImage::PixelType,
95 typename TOutputImage::PixelType > >
103 TInputImage, TOutputImage,
105 typename TOutputImage::PixelType > >;
131 #ifdef ITK_USE_CONCEPT_CHECKING
bool operator!=(const ExpNegative &other) const
ExpNegativeImageFilter()=default
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
bool operator==(const ExpNegative &other) const
~ExpNegativeImageFilter() override=default
Computes the function exp(-K.x) for each input pixel.
void SetFactor(double factor)
bool NotExactlyEquals(const TInput1 &x1, const TInput2 &x2)
virtual void Modified() const
FunctorType & GetFunctor()
Implements pixel-wise generic operation on one image.
void SetFactor(double factor)
TOutput operator()(const TInput &A) const
#define itkConceptMacro(name, concept)