18 #ifndef __itkExpImageFilter_h
19 #define __itkExpImageFilter_h
22 #include "vnl/vnl_math.h"
33 template<
class TInput,
class TOutput >
47 return !( *
this != other );
52 return (TOutput)vcl_exp( (
double)A );
66 template<
class TInputImage,
class TOutputImage >
71 typename TInputImage::PixelType,
72 typename TOutputImage::PixelType > >
78 TInputImage, TOutputImage,
92 #ifdef ITK_USE_CONCEPT_CHECKING
106 void operator=(
const Self &);