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

#include <itkLog10ImageFilter.h>

Public Member Functions

 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Log10)
 
 Log10 ()=default
 
TOutput operator() (const TInput &A) const
 
bool operator== (const Log10 &) 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

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

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

◆ operator()()

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

Definition at line 49 of file itkLog10ImageFilter.h.

◆ 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.


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