ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes | List of all members
itk::Functor::ExpNegative< TInput, TOutput > Class Template Reference

#include <itkExpNegativeImageFilter.h>

+ Inheritance diagram for itk::Functor::ExpNegative< TInput, TOutput >:

Detailed Description

template<typename TInput, typename TOutput>
class itk::Functor::ExpNegative< TInput, TOutput >

Definition at line 34 of file itkExpNegativeImageFilter.h.

Public Member Functions

 ExpNegative ()
 
double GetFactor () const
 
bool operator!= (const ExpNegative &other) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const ExpNegative &other) const
 
void SetFactor (double factor)
 
 ~ExpNegative ()
 

Private Attributes

double m_Factor
 

Constructor & Destructor Documentation

template<typename TInput, typename TOutput>
itk::Functor::ExpNegative< TInput, TOutput >::ExpNegative ( )
inline

Definition at line 37 of file itkExpNegativeImageFilter.h.

template<typename TInput, typename TOutput>
itk::Functor::ExpNegative< TInput, TOutput >::~ExpNegative ( )
inline

Definition at line 38 of file itkExpNegativeImageFilter.h.

Member Function Documentation

template<typename TInput, typename TOutput>
double itk::Functor::ExpNegative< TInput, TOutput >::GetFactor ( ) const
inline
template<typename TInput, typename TOutput>
bool itk::Functor::ExpNegative< TInput, TOutput >::operator!= ( const ExpNegative< TInput, TOutput > &  other) const
inline

Definition at line 41 of file itkExpNegativeImageFilter.h.

template<typename TInput, typename TOutput>
TOutput itk::Functor::ExpNegative< TInput, TOutput >::operator() ( const TInput &  A) const
inline

Definition at line 55 of file itkExpNegativeImageFilter.h.

template<typename TInput, typename TOutput>
bool itk::Functor::ExpNegative< TInput, TOutput >::operator== ( const ExpNegative< TInput, TOutput > &  other) const
inline

Definition at line 50 of file itkExpNegativeImageFilter.h.

template<typename TInput, typename TOutput>
void itk::Functor::ExpNegative< TInput, TOutput >::SetFactor ( double  factor)
inline

Sets the value 'K' used in the function evaluation exp(-K.x).

Definition at line 61 of file itkExpNegativeImageFilter.h.

Referenced by itk::ExpNegativeImageFilter< TInputImage, TOutputImage >::SetFactor().

Member Data Documentation

template<typename TInput, typename TOutput>
double itk::Functor::ExpNegative< TInput, TOutput >::m_Factor
private

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