#include <itkDivideByConstantImageFilter.h>
Collaboration diagram for itk::Functor::DivideByConstant< TInput, TConstant, TOutput >:
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) |
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.
References itk::Functor::DivideByConstant< TInput, TConstant, TOutput >::m_Constant.
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 | ) | [inline] |
Definition at line 58 of file itkDivideByConstantImageFilter.h.
References itk::Functor::DivideByConstant< TInput, TConstant, TOutput >::m_Constant.
bool itk::Functor::DivideByConstant< TInput, TConstant, TOutput >::operator== | ( | const DivideByConstant< TInput, TConstant, TOutput > & | other | ) | const [inline] |
Definition at line 54 of file itkDivideByConstantImageFilter.h.
References itk::Functor::DivideByConstant< TInput, TConstant, TOutput >::m_Constant.
void itk::Functor::DivideByConstant< TInput, TConstant, TOutput >::SetConstant | ( | TConstant | ct | ) | [inline] |
Definition at line 64 of file itkDivideByConstantImageFilter.h.
References itkGenericExceptionMacro, and itk::Functor::DivideByConstant< TInput, TConstant, TOutput >::m_Constant.
TConstant itk::Functor::DivideByConstant< TInput, TConstant, TOutput >::m_Constant |
Definition at line 76 of file itkDivideByConstantImageFilter.h.
Referenced by itk::Functor::DivideByConstant< TInput, TConstant, TOutput >::GetConstant(), itk::Functor::DivideByConstant< TInput, TConstant, TOutput >::operator()(), itk::Functor::DivideByConstant< TInput, TConstant, TOutput >::operator==(), and itk::Functor::DivideByConstant< TInput, TConstant, TOutput >::SetConstant().