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