ITK
6.0.0
Insight Toolkit
|
#include <itkExpNegativeImageFilter.h>
Definition at line 34 of file itkExpNegativeImageFilter.h.
Public Member Functions | |
ExpNegative () | |
double | GetFactor () const |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (ExpNegative) | |
TOutput | operator() (const TInput &A) const |
bool | operator== (const ExpNegative &other) const |
void | SetFactor (double factor) |
~ExpNegative ()=default | |
Private Attributes | |
double | m_Factor |
|
inline |
Definition at line 37 of file itkExpNegativeImageFilter.h.
References itk::Functor::ExpNegative< TInput, TOutput >::m_Factor.
|
default |
|
inline |
Definition at line 64 of file itkExpNegativeImageFilter.h.
References itk::Functor::ExpNegative< TInput, TOutput >::m_Factor.
Referenced by itk::ExpNegativeImageFilter< TInputImage, TOutputImage >::GetFactor().
itk::Functor::ExpNegative< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | ExpNegative< TInput, TOutput > | ) |
|
inline |
Definition at line 51 of file itkExpNegativeImageFilter.h.
References itk::Functor::ExpNegative< TInput, TOutput >::m_Factor.
|
inline |
Definition at line 43 of file itkExpNegativeImageFilter.h.
References itk::Math::ExactlyEquals(), and itk::Functor::ExpNegative< TInput, TOutput >::m_Factor.
|
inline |
Sets the value 'K' used in the function evaluation exp(-K.x).
Definition at line 58 of file itkExpNegativeImageFilter.h.
References itk::Functor::ExpNegative< TInput, TOutput >::m_Factor.
Referenced by itk::ExpNegativeImageFilter< TInputImage, TOutputImage >::SetFactor().
|
private |
Definition at line 70 of file itkExpNegativeImageFilter.h.
Referenced by itk::Functor::ExpNegative< TInput, TOutput >::ExpNegative(), itk::Functor::ExpNegative< TInput, TOutput >::GetFactor(), itk::Functor::ExpNegative< TInput, TOutput >::operator()(), itk::Functor::ExpNegative< TInput, TOutput >::operator==(), and itk::Functor::ExpNegative< TInput, TOutput >::SetFactor().