18 #ifndef itkExpImageFilter_h
19 #define itkExpImageFilter_h
33 template<
typename TInput,
typename TOutput >
47 return !( *
this != other );
52 return static_cast<TOutput
>( std::exp( static_cast<double>( A ) ) );
67 template<
typename TInputImage,
typename TOutputImage >
81 typename TOutputImage::PixelType >;
90 #ifdef ITK_USE_CONCEPT_CHECKING
102 #if !defined( ITK_WRAPPING_PARSER )
TOutput operator()(const TInput &A) const
~ExpImageFilter() override=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.
void SetFunctor(const std::function< ConstRefFunctionType > &f)
bool operator!=(const Exp &) const
Computes the exponential function of each pixel.
Functor::Exp< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
#define itkConceptMacro(name, concept)
bool operator==(const Exp &other) const
Implements pixel-wise generic "operation" on one image.