ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkSigmoidImageFilter.h>
Public Member Functions | |
double | GetAlpha () const |
double | GetBeta () const |
TOutput | GetOutputMaximum () const |
TOutput | GetOutputMinimum () const |
bool | operator!= (const Sigmoid &other) const |
TOutput | operator() (const TInput &A) const |
bool | operator== (const Sigmoid &other) const |
void | SetAlpha (double alpha) |
void | SetBeta (double beta) |
void | SetOutputMaximum (TOutput max) |
void | SetOutputMinimum (TOutput min) |
Sigmoid () | |
~Sigmoid () | |
Private Attributes | |
double | m_Alpha |
double | m_Beta |
TOutput | m_OutputMaximum |
TOutput | m_OutputMinimum |
Definition at line 50 of file itkSigmoidImageFilter.h.
itk::Functor::Sigmoid< TInput, TOutput >::Sigmoid | ( | ) | [inline] |
Definition at line 53 of file itkSigmoidImageFilter.h.
itk::Functor::Sigmoid< TInput, TOutput >::~Sigmoid | ( | ) | [inline] |
Definition at line 61 of file itkSigmoidImageFilter.h.
double itk::Functor::Sigmoid< TInput, TOutput >::GetAlpha | ( | void | ) | const [inline] |
Definition at line 99 of file itkSigmoidImageFilter.h.
double itk::Functor::Sigmoid< TInput, TOutput >::GetBeta | ( | ) | const [inline] |
Definition at line 104 of file itkSigmoidImageFilter.h.
TOutput itk::Functor::Sigmoid< TInput, TOutput >::GetOutputMaximum | ( | ) | const [inline] |
Definition at line 124 of file itkSigmoidImageFilter.h.
TOutput itk::Functor::Sigmoid< TInput, TOutput >::GetOutputMinimum | ( | ) | const [inline] |
Definition at line 119 of file itkSigmoidImageFilter.h.
bool itk::Functor::Sigmoid< TInput, TOutput >::operator!= | ( | const Sigmoid< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 62 of file itkSigmoidImageFilter.h.
TOutput itk::Functor::Sigmoid< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 79 of file itkSigmoidImageFilter.h.
bool itk::Functor::Sigmoid< TInput, TOutput >::operator== | ( | const Sigmoid< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 74 of file itkSigmoidImageFilter.h.
void itk::Functor::Sigmoid< TInput, TOutput >::SetAlpha | ( | double | alpha | ) | [inline] |
Definition at line 89 of file itkSigmoidImageFilter.h.
void itk::Functor::Sigmoid< TInput, TOutput >::SetBeta | ( | double | beta | ) | [inline] |
Definition at line 94 of file itkSigmoidImageFilter.h.
void itk::Functor::Sigmoid< TInput, TOutput >::SetOutputMaximum | ( | TOutput | max | ) | [inline] |
Definition at line 114 of file itkSigmoidImageFilter.h.
void itk::Functor::Sigmoid< TInput, TOutput >::SetOutputMinimum | ( | TOutput | min | ) | [inline] |
Definition at line 109 of file itkSigmoidImageFilter.h.
double itk::Functor::Sigmoid< TInput, TOutput >::m_Alpha [private] |
Definition at line 130 of file itkSigmoidImageFilter.h.
Referenced by itk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::GetAlpha(), itk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), itk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::SetAlpha(), and itk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::Sigmoid().
double itk::Functor::Sigmoid< TInput, TOutput >::m_Beta [private] |
Definition at line 131 of file itkSigmoidImageFilter.h.
Referenced by itk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::GetBeta(), itk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), itk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::SetBeta(), and itk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::Sigmoid().
TOutput itk::Functor::Sigmoid< TInput, TOutput >::m_OutputMaximum [private] |
Definition at line 133 of file itkSigmoidImageFilter.h.
Referenced by itk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::GetOutputMaximum(), itk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), itk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::SetOutputMaximum(), and itk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::Sigmoid().
TOutput itk::Functor::Sigmoid< TInput, TOutput >::m_OutputMinimum [private] |
Definition at line 132 of file itkSigmoidImageFilter.h.
Referenced by itk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::GetOutputMinimum(), itk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), itk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::SetOutputMinimum(), and itk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::Sigmoid().