![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkSigmoidImageFilter.h>
Inheritance diagram for itk::Functor::Sigmoid< TInput, TOutput >:
Collaboration diagram for itk::Functor::Sigmoid< TInput, TOutput >: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.
|
inline |
Definition at line 53 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 61 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 99 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 104 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 124 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 119 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 62 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 79 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 74 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 89 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 94 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 114 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 109 of file itkSigmoidImageFilter.h.
|
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().
|
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().
|
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().
|
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().
1.8.1