#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 () |
Definition at line 38 of file itkExpNegativeImageFilter.h.
itk::Function::ExpNegative< TInput, TOutput >::ExpNegative | ( | ) | [inline] |
Definition at line 41 of file itkExpNegativeImageFilter.h.
itk::Function::ExpNegative< TInput, TOutput >::~ExpNegative | ( | ) | [inline] |
Definition at line 42 of file itkExpNegativeImageFilter.h.
double itk::Function::ExpNegative< TInput, TOutput >::GetFactor | ( | ) | const [inline] |
Definition at line 66 of file itkExpNegativeImageFilter.h.
bool itk::Function::ExpNegative< TInput, TOutput >::operator!= | ( | const ExpNegative< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 44 of file itkExpNegativeImageFilter.h.
TOutput itk::Function::ExpNegative< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 57 of file itkExpNegativeImageFilter.h.
bool itk::Function::ExpNegative< TInput, TOutput >::operator== | ( | const ExpNegative< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 52 of file itkExpNegativeImageFilter.h.
void itk::Function::ExpNegative< TInput, TOutput >::SetFactor | ( | double | factor | ) | [inline] |
Definition at line 62 of file itkExpNegativeImageFilter.h.