ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkRoundImageFilter.h>
Public Member Functions | |
bool | operator!= (const Round &) const |
TOutput | operator() (const TInput &A) const |
bool | operator== (const Round &other) const |
Round () | |
~Round () |
Definition at line 34 of file itkRoundImageFilter.h.
itk::Functor::Round< TInput, TOutput >::Round | ( | ) | [inline] |
Definition at line 37 of file itkRoundImageFilter.h.
itk::Functor::Round< TInput, TOutput >::~Round | ( | ) | [inline] |
Definition at line 38 of file itkRoundImageFilter.h.
bool itk::Functor::Round< TInput, TOutput >::operator!= | ( | const Round< TInput, TOutput > & | ) | const [inline] |
Definition at line 39 of file itkRoundImageFilter.h.
TOutput itk::Functor::Round< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 50 of file itkRoundImageFilter.h.
bool itk::Functor::Round< TInput, TOutput >::operator== | ( | const Round< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 45 of file itkRoundImageFilter.h.