18 #ifndef __itkLog10ImageFilter_h
19 #define __itkLog10ImageFilter_h
22 #include "vnl/vnl_math.h"
33 template<
class TInput,
class TOutput >
47 return !( *
this != other );
52 return static_cast< TOutput
>( vcl_log10( static_cast< double >( A ) ) );
65 template<
class TInputImage,
class TOutputImage >
70 typename TInputImage::PixelType,
71 typename TOutputImage::PixelType > >
77 TInputImage, TOutputImage,
91 #ifdef ITK_USE_CONCEPT_CHECKING
107 void operator=(
const Self &);