#include <itkAddConstantToImageFilter.h>
Public Member Functions | |
AddConstantTo () | |
const TConstant & | GetConstant () const |
bool | operator!= (const AddConstantTo &other) const |
TOutput | operator() (const TInput &A) const |
bool | operator== (const AddConstantTo &other) const |
void | SetConstant (TConstant ct) |
~AddConstantTo () | |
Public Attributes | |
TConstant | m_Constant |
Definition at line 45 of file itkAddConstantToImageFilter.h.
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.
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 | ) | const [inline] |
Definition at line 58 of file itkAddConstantToImageFilter.h.
bool itk::Functor::AddConstantTo< TInput, TConstant, TOutput >::operator== | ( | const AddConstantTo< TInput, TConstant, TOutput > & | other | ) | const [inline] |
Definition at line 54 of file itkAddConstantToImageFilter.h.
void itk::Functor::AddConstantTo< TInput, TConstant, TOutput >::SetConstant | ( | TConstant | ct | ) | [inline] |
Definition at line 64 of file itkAddConstantToImageFilter.h.
TConstant itk::Functor::AddConstantTo< TInput, TConstant, TOutput >::m_Constant |
Definition at line 67 of file itkAddConstantToImageFilter.h.
Referenced by itk::Functor::AddConstantTo< TInputImage::PixelType, TConstant, TOutputImage::PixelType >::GetConstant(), itk::Functor::AddConstantTo< TInputImage::PixelType, TConstant, TOutputImage::PixelType >::operator()(), itk::Functor::AddConstantTo< TInputImage::PixelType, TConstant, TOutputImage::PixelType >::operator==(), and itk::Functor::AddConstantTo< TInputImage::PixelType, TConstant, TOutputImage::PixelType >::SetConstant().