ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <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 |
Definition at line 34 of file itkExpNegativeImageFilter.h.
itk::Functor::ExpNegative< TInput, TOutput >::ExpNegative | ( | ) | [inline] |
Definition at line 37 of file itkExpNegativeImageFilter.h.
itk::Functor::ExpNegative< TInput, TOutput >::~ExpNegative | ( | ) | [inline] |
Definition at line 38 of file itkExpNegativeImageFilter.h.
double itk::Functor::ExpNegative< TInput, TOutput >::GetFactor | ( | ) | const [inline] |
Definition at line 66 of file itkExpNegativeImageFilter.h.
bool itk::Functor::ExpNegative< TInput, TOutput >::operator!= | ( | const ExpNegative< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 41 of file itkExpNegativeImageFilter.h.
TOutput itk::Functor::ExpNegative< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 55 of file itkExpNegativeImageFilter.h.
bool itk::Functor::ExpNegative< TInput, TOutput >::operator== | ( | const ExpNegative< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 50 of file itkExpNegativeImageFilter.h.
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.
double itk::Functor::ExpNegative< TInput, TOutput >::m_Factor [private] |
Definition at line 72 of file itkExpNegativeImageFilter.h.
Referenced by itk::Functor::ExpNegative< TInputImage::PixelType, TOutputImage::PixelType >::ExpNegative(), itk::Functor::ExpNegative< TInputImage::PixelType, TOutputImage::PixelType >::GetFactor(), itk::Functor::ExpNegative< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::ExpNegative< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::ExpNegative< TInputImage::PixelType, TOutputImage::PixelType >::SetFactor().