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

#include <itkLandweberDeconvolutionImageFilter.h>

List of all members.

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

Detailed Description

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

Functor class for computing a Landweber iteration.

Definition at line 35 of file itkLandweberDeconvolutionImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 38 of file itkLandweberDeconvolutionImageFilter.h.

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

Definition at line 39 of file itkLandweberDeconvolutionImageFilter.h.


Member Function Documentation

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

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