ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Public Attributes | List of all members
itk::LaplacianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::AddMultConstFunctor Class Reference
+ Collaboration diagram for itk::LaplacianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::AddMultConstFunctor:

Detailed Description

template<typename TInputImage, typename TOutputImage = TInputImage>
class itk::LaplacianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::AddMultConstFunctor

Definition at line 143 of file itkLaplacianRecursiveGaussianImageFilter.h.

Public Types

typedef AddMultConstFunctor Self
 

Public Member Functions

 AddMultConstFunctor (void)
 
bool operator!= (const Self &other) const
 
InternalRealType operator() (const InternalRealType &a, const InternalRealType &b) const
 
bool operator== (const Self &other) const
 

Public Attributes

RealType m_Value
 

Member Typedef Documentation

template<typename TInputImage , typename TOutputImage = TInputImage>
typedef AddMultConstFunctor itk::LaplacianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::AddMultConstFunctor::Self

Definition at line 146 of file itkLaplacianRecursiveGaussianImageFilter.h.

Constructor & Destructor Documentation

template<typename TInputImage , typename TOutputImage = TInputImage>
itk::LaplacianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::AddMultConstFunctor::AddMultConstFunctor ( void  )
inline

Definition at line 148 of file itkLaplacianRecursiveGaussianImageFilter.h.

Member Function Documentation

template<typename TInputImage , typename TOutputImage = TInputImage>
bool itk::LaplacianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::AddMultConstFunctor::operator!= ( const Self other) const
inline

Definition at line 150 of file itkLaplacianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = TInputImage>
InternalRealType itk::LaplacianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::AddMultConstFunctor::operator() ( const InternalRealType a,
const InternalRealType b 
) const
inline

Definition at line 153 of file itkLaplacianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = TInputImage>
bool itk::LaplacianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::AddMultConstFunctor::operator== ( const Self other) const
inline

Member Data Documentation

template<typename TInputImage , typename TOutputImage = TInputImage>
RealType itk::LaplacianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::AddMultConstFunctor::m_Value

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