18 #ifndef itkExpImageFilter_h
19 #define itkExpImageFilter_h
22 #include "vnl/vnl_math.h"
33 template<
typename TInput,
typename TOutput >
47 return !( *
this != other );
52 return (TOutput)std::exp( (
double)A );
66 template<
typename TInputImage,
typename TOutputImage >
71 typename TInputImage::PixelType,
72 typename TOutputImage::PixelType > >
78 TInputImage, TOutputImage,
92 #ifdef ITK_USE_CONCEPT_CHECKING
TOutput operator()(const TInput &A) const
Base class for all process objects that output image data.
void operator=(const Self &)
bool operator!=(const Exp &) const
virtual ~ExpImageFilter()
SmartPointer< Self > Pointer
UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Exp< typename TInputImage::PixelType, typename TOutputImage::PixelType > > Superclass
Computes the exponential function of each pixel.
Implements pixel-wise generic operation on one image.
SmartPointer< const Self > ConstPointer
#define itkConceptMacro(name, concept)
bool operator==(const Exp &other) const