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

#include <itkLogImageFilter.h>

Detailed Description

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

Definition at line 34 of file itkLogImageFilter.h.

Public Member Functions

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 39 of file itkLogImageFilter.h.

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

Definition at line 50 of file itkLogImageFilter.h.

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

Definition at line 45 of file itkLogImageFilter.h.


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