18#ifndef itkExpImageFilter_h
19#define itkExpImageFilter_h
33template <
typename TInput,
typename TOutput>
48 return static_cast<TOutput
>(std::exp(
static_cast<double>(A)));
64template <
typename TInputImage,
typename TOutputImage>
89#if !defined(ITK_WRAPPING_PARSER)
Functor::Exp< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
~ExpImageFilter() override=default
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
UnaryGeneratorImageFilter< TInputImage, TOutputImage > Superclass
TOutput operator()(const TInput &A) const
bool operator==(const Exp &) const
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(Exp)
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....