![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkLandweberDeconvolutionImageFilter.h>
Public Member Functions | |
| LandweberMethod () | |
| bool | operator!= (const LandweberMethod &) const |
| TOutput | operator() (const TInput1 &estimateFT, const TInput2 &kernelFT, const TInput2 &inputFT) const |
| bool | operator== (const LandweberMethod &other) const |
| ~LandweberMethod () | |
Public Attributes | |
| TInput1::value_type | m_Alpha |
Functor class for computing a Landweber iteration.
Definition at line 35 of file itkLandweberDeconvolutionImageFilter.h.
| itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::LandweberMethod | ( | ) | [inline] |
Definition at line 38 of file itkLandweberDeconvolutionImageFilter.h.
| itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::~LandweberMethod | ( | ) | [inline] |
Definition at line 39 of file itkLandweberDeconvolutionImageFilter.h.
| bool itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::operator!= | ( | const LandweberMethod< TInput1, TInput2, TInput3, TOutput > & | ) | const [inline] |
Definition at line 41 of file itkLandweberDeconvolutionImageFilter.h.
| TOutput itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::operator() | ( | const TInput1 & | estimateFT, |
| const TInput2 & | kernelFT, | ||
| const TInput2 & | inputFT | ||
| ) | const [inline] |
Definition at line 51 of file itkLandweberDeconvolutionImageFilter.h.
References itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::m_Alpha.
| bool itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::operator== | ( | const LandweberMethod< TInput1, TInput2, TInput3, TOutput > & | other | ) | const [inline] |
Definition at line 46 of file itkLandweberDeconvolutionImageFilter.h.
| TInput1::value_type itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::m_Alpha |
Definition at line 59 of file itkLandweberDeconvolutionImageFilter.h.
Referenced by itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::operator()().
1.7.6.1