![]() |
Orfeo Toolbox
3.16
|
#include <itkSigmoidImageFilter.h>
Inheritance diagram for itk::Function::Sigmoid< TInput, TOutput >:
Collaboration diagram for itk::Function::Sigmoid< TInput, TOutput >:Public Member Functions | |
| Sigmoid () | |
| ~Sigmoid () | |
| 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) |
Private Attributes | |
| double | m_Alpha |
| double | m_Beta |
| TOutput | m_OutputMaximum |
| TOutput | m_OutputMinimum |
Definition at line 44 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 47 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 54 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 87 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 91 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 107 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 103 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 55 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 71 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 66 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 79 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 83 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 99 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 95 of file itkSigmoidImageFilter.h.
|
private |
Definition at line 113 of file itkSigmoidImageFilter.h.
Referenced by itk::Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::GetAlpha(), itk::Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), itk::Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::SetAlpha(), and itk::Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::Sigmoid().
|
private |
Definition at line 114 of file itkSigmoidImageFilter.h.
Referenced by itk::Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::GetBeta(), itk::Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), itk::Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::SetBeta(), and itk::Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::Sigmoid().
|
private |
Definition at line 116 of file itkSigmoidImageFilter.h.
Referenced by itk::Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::GetOutputMaximum(), itk::Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), itk::Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::SetOutputMaximum(), and itk::Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::Sigmoid().
|
private |
Definition at line 115 of file itkSigmoidImageFilter.h.
Referenced by itk::Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::GetOutputMinimum(), itk::Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), itk::Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::SetOutputMinimum(), and itk::Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >::Sigmoid().