ITK  5.2.0
Insight Toolkit
Public Member Functions | List of all members
itk::Functor::Log10< TInput, TOutput > Class Template Reference

#include <itkLog10ImageFilter.h>

Public Member Functions

 Log10 ()=default
 
bool operator!= (const Log10 &) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const Log10 &other) const
 
 ~Log10 ()=default
 

Detailed Description

template<typename TInput, typename TOutput>
class itk::Functor::Log10< TInput, TOutput >

Definition at line 34 of file itkLog10ImageFilter.h.

Constructor & Destructor Documentation

◆ Log10()

template<typename TInput , typename TOutput >
itk::Functor::Log10< TInput, TOutput >::Log10 ( )
default

◆ ~Log10()

template<typename TInput , typename TOutput >
itk::Functor::Log10< TInput, TOutput >::~Log10 ( )
default

Member Function Documentation

◆ operator!=()

template<typename TInput , typename TOutput >
bool itk::Functor::Log10< TInput, TOutput >::operator!= ( const Log10< TInput, TOutput > &  ) const
inline

Definition at line 40 of file itkLog10ImageFilter.h.

◆ operator()()

template<typename TInput , typename TOutput >
TOutput itk::Functor::Log10< TInput, TOutput >::operator() ( const TInput &  A) const
inline

Definition at line 53 of file itkLog10ImageFilter.h.

◆ operator==()

template<typename TInput , typename TOutput >
bool itk::Functor::Log10< TInput, TOutput >::operator== ( const Log10< TInput, TOutput > &  other) const
inline

Definition at line 47 of file itkLog10ImageFilter.h.


The documentation for this class was generated from the following file: