#include <itkLogImageFilter.h>
Public Member Functions | |
Log () | |
bool | operator!= (const Log &) const |
TOutput | operator() (const TInput &A) const |
bool | operator== (const Log &other) const |
~Log () |
Definition at line 34 of file itkLogImageFilter.h.
itk::Function::Log< TInput, TOutput >::Log | ( | ) | [inline] |
Definition at line 37 of file itkLogImageFilter.h.
itk::Function::Log< TInput, TOutput >::~Log | ( | ) | [inline] |
Definition at line 38 of file itkLogImageFilter.h.
bool itk::Function::Log< TInput, TOutput >::operator!= | ( | const Log< TInput, TOutput > & | ) | const [inline] |
Definition at line 39 of file itkLogImageFilter.h.
TOutput itk::Function::Log< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 47 of file itkLogImageFilter.h.
bool itk::Function::Log< TInput, TOutput >::operator== | ( | const Log< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 43 of file itkLogImageFilter.h.