#include <itkDivideByConstantImageFilter.h>


Definition at line 45 of file itkDivideByConstantImageFilter.h.
Public Member Functions | |
| DivideByConstant () | |
| const TConstant & | GetConstant () const |
| bool | operator!= (const DivideByConstant &other) const |
| TOutput | operator() (const TInput &A) const |
| bool | operator== (const DivideByConstant &other) const |
| void | SetConstant (TConstant ct) |
| ~DivideByConstant () | |
Public Attributes | |
| TConstant | m_Constant |
| itk::Functor::DivideByConstant< TInput, TConstant, TOutput >::DivideByConstant | ( | ) | [inline] |
Definition at line 48 of file itkDivideByConstantImageFilter.h.
| itk::Functor::DivideByConstant< TInput, TConstant, TOutput >::~DivideByConstant | ( | ) | [inline] |
Definition at line 49 of file itkDivideByConstantImageFilter.h.
| const TConstant& itk::Functor::DivideByConstant< TInput, TConstant, TOutput >::GetConstant | ( | ) | const [inline] |
Definition at line 74 of file itkDivideByConstantImageFilter.h.
| bool itk::Functor::DivideByConstant< TInput, TConstant, TOutput >::operator!= | ( | const DivideByConstant< TInput, TConstant, TOutput > & | other | ) | const [inline] |
Definition at line 50 of file itkDivideByConstantImageFilter.h.
| TOutput itk::Functor::DivideByConstant< TInput, TConstant, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 58 of file itkDivideByConstantImageFilter.h.
| bool itk::Functor::DivideByConstant< TInput, TConstant, TOutput >::operator== | ( | const DivideByConstant< TInput, TConstant, TOutput > & | other | ) | const [inline] |
Definition at line 54 of file itkDivideByConstantImageFilter.h.
| void itk::Functor::DivideByConstant< TInput, TConstant, TOutput >::SetConstant | ( | TConstant | ct | ) | [inline] |
Definition at line 64 of file itkDivideByConstantImageFilter.h.
| TConstant itk::Functor::DivideByConstant< TInput, TConstant, TOutput >::m_Constant |
Definition at line 76 of file itkDivideByConstantImageFilter.h.
Referenced by itk::Functor::DivideByConstant< TInputImage::PixelType, TConstant, TOutputImage::PixelType >::GetConstant(), itk::Functor::DivideByConstant< TInputImage::PixelType, TConstant, TOutputImage::PixelType >::operator()(), itk::Functor::DivideByConstant< TInputImage::PixelType, TConstant, TOutputImage::PixelType >::operator==(), and itk::Functor::DivideByConstant< TInputImage::PixelType, TConstant, TOutputImage::PixelType >::SetConstant().
1.5.5 written by Dimitri van Heesch,
© 1997-2000