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

#include <itkLog10ImageFilter.h>

Detailed Description

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

Definition at line 34 of file 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
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 39 of file itkLog10ImageFilter.h.

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

Definition at line 50 of file itkLog10ImageFilter.h.

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

Definition at line 45 of file itkLog10ImageFilter.h.


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