ITK
4.2.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.
|
inline |
Definition at line 37 of file itkExpNegativeImageFilter.h.
|
inline |
Definition at line 38 of file itkExpNegativeImageFilter.h.
|
inline |
Definition at line 66 of file itkExpNegativeImageFilter.h.
|
inline |
Definition at line 41 of file itkExpNegativeImageFilter.h.
|
inline |
Definition at line 55 of file itkExpNegativeImageFilter.h.
|
inline |
Definition at line 50 of file itkExpNegativeImageFilter.h.
|
inline |
Sets the value 'K' used in the function evaluation exp(-K.x).
Definition at line 61 of file itkExpNegativeImageFilter.h.
|
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().