17 #ifndef __itkExpImageFilter_h
18 #define __itkExpImageFilter_h
21 #include "vnl/vnl_math.h"
23 #if defined(_MSC_VER) && (_MSC_VER >= 1300)
39 template<
class TInput,
class TOutput>
51 return !(*
this != other);
53 #if defined(_MSC_VER) && (_MSC_VER == 1300)
54 #pragma optimize("g",off)
58 return (TOutput)vcl_exp((
double)A);
62 template <
class TInputImage,
class TOutputImage>
67 typename TInputImage::PixelType,
68 typename TOutputImage::PixelType> >
74 TInputImage,TOutputImage,
87 #ifdef ITK_USE_CONCEPT_CHECKING
102 void operator=(
const Self&);
106 #if defined(_MSC_VER) && (_MSC_VER == 1300)
107 #pragma optimize("",on)