18 #ifndef itkLog10ImageFilter_h
19 #define itkLog10ImageFilter_h
33 template<
typename TInput,
typename TOutput >
47 return !( *
this != other );
52 return static_cast< TOutput
>( std::log10( static_cast< double >( A ) ) );
66 template<
typename TInputImage,
typename TOutputImage >
80 typename TOutputImage::PixelType >;
89 #ifdef ITK_USE_CONCEPT_CHECKING
101 #if !defined( ITK_WRAPPING_PARSER )
TOutput operator()(const TInput &A) const
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
void SetFunctor(const std::function< ConstRefFunctionType > &f)
Computes the log10 of each pixel.
Functor::Log10< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
bool operator==(const Log10 &other) const
bool operator!=(const Log10 &) const
#define itkConceptMacro(name, concept)
~Log10ImageFilter() override=default
Implements pixel-wise generic "operation" on one image.