ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Public Attributes | List of all members
itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput > Class Template Reference

#include <itkLandweberDeconvolutionImageFilter.h>

Detailed Description

template<typename TInput1, typename TInput2, typename TInput3, typename TOutput>
class itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >

Functor class for computing a Landweber iteration.

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

Constructor & Destructor Documentation

template<typename TInput1 , typename TInput2 , typename TInput3 , typename TOutput >
itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::LandweberMethod ( )
inline

Definition at line 38 of file itkLandweberDeconvolutionImageFilter.h.

template<typename TInput1 , typename TInput2 , typename TInput3 , typename TOutput >
itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::~LandweberMethod ( )
inline

Definition at line 39 of file itkLandweberDeconvolutionImageFilter.h.

Member Function Documentation

template<typename TInput1 , typename TInput2 , typename TInput3 , typename TOutput >
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.

template<typename TInput1 , typename TInput2 , typename TInput3 , typename TOutput >
TOutput itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::operator() ( const TInput1 &  estimateFT,
const TInput2 &  kernelFT,
const TInput2 &  inputFT 
) const
inline
template<typename TInput1 , typename TInput2 , typename TInput3 , typename TOutput >
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.

Member Data Documentation

template<typename TInput1 , typename TInput2 , typename TInput3 , typename TOutput >
TInput1::value_type itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::m_Alpha

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