#include <itkAddConstantToImageFilter.h>
Collaboration diagram for itk::Functor::AddConstantTo< TInput, TConstant, TOutput >:
Definition at line 45 of file itkAddConstantToImageFilter.h.
Public Member Functions | |
AddConstantTo () | |
const TConstant | GetConstant () const |
bool | operator!= (const AddConstantTo &other) const |
TOutput | operator() (const TInput &A) |
bool | operator== (const AddConstantTo &other) const |
void | SetConstant (TConstant ct) |
~AddConstantTo () | |
Public Attributes | |
TConstant | m_Constant |
itk::Functor::AddConstantTo< TInput, TConstant, TOutput >::AddConstantTo | ( | ) | [inline] |
Definition at line 48 of file itkAddConstantToImageFilter.h.
itk::Functor::AddConstantTo< TInput, TConstant, TOutput >::~AddConstantTo | ( | ) | [inline] |
Definition at line 49 of file itkAddConstantToImageFilter.h.
const TConstant itk::Functor::AddConstantTo< TInput, TConstant, TOutput >::GetConstant | ( | ) | const [inline] |
Definition at line 65 of file itkAddConstantToImageFilter.h.
References itk::Functor::AddConstantTo< TInput, TConstant, TOutput >::m_Constant.
bool itk::Functor::AddConstantTo< TInput, TConstant, TOutput >::operator!= | ( | const AddConstantTo< TInput, TConstant, TOutput > & | other | ) | const [inline] |
Definition at line 50 of file itkAddConstantToImageFilter.h.
TOutput itk::Functor::AddConstantTo< TInput, TConstant, TOutput >::operator() | ( | const TInput & | A | ) | [inline] |
Definition at line 58 of file itkAddConstantToImageFilter.h.
References itk::Functor::AddConstantTo< TInput, TConstant, TOutput >::m_Constant.
bool itk::Functor::AddConstantTo< TInput, TConstant, TOutput >::operator== | ( | const AddConstantTo< TInput, TConstant, TOutput > & | other | ) | const [inline] |
Definition at line 54 of file itkAddConstantToImageFilter.h.
References itk::Functor::AddConstantTo< TInput, TConstant, TOutput >::m_Constant.
void itk::Functor::AddConstantTo< TInput, TConstant, TOutput >::SetConstant | ( | TConstant | ct | ) | [inline] |
Definition at line 64 of file itkAddConstantToImageFilter.h.
References itk::Functor::AddConstantTo< TInput, TConstant, TOutput >::m_Constant.
TConstant itk::Functor::AddConstantTo< TInput, TConstant, TOutput >::m_Constant |
Definition at line 67 of file itkAddConstantToImageFilter.h.
Referenced by itk::Functor::AddConstantTo< TInput, TConstant, TOutput >::GetConstant(), itk::Functor::AddConstantTo< TInput, TConstant, TOutput >::operator()(), itk::Functor::AddConstantTo< TInput, TConstant, TOutput >::operator==(), and itk::Functor::AddConstantTo< TInput, TConstant, TOutput >::SetConstant().