#include <itkBoundedReciprocalImageFilter.h>
Public Member Functions | |
BoundedReciprocal () | |
bool | operator!= (const BoundedReciprocal &) const |
TOutput | operator() (const TInput &A) const |
bool | operator== (const BoundedReciprocal &other) const |
~BoundedReciprocal () |
Definition at line 39 of file itkBoundedReciprocalImageFilter.h.
itk::Functor::BoundedReciprocal< TInput, TOutput >::BoundedReciprocal | ( | ) | [inline] |
Definition at line 42 of file itkBoundedReciprocalImageFilter.h.
itk::Functor::BoundedReciprocal< TInput, TOutput >::~BoundedReciprocal | ( | ) | [inline] |
Definition at line 43 of file itkBoundedReciprocalImageFilter.h.
bool itk::Functor::BoundedReciprocal< TInput, TOutput >::operator!= | ( | const BoundedReciprocal< TInput, TOutput > & | ) | const [inline] |
Definition at line 44 of file itkBoundedReciprocalImageFilter.h.
TOutput itk::Functor::BoundedReciprocal< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 52 of file itkBoundedReciprocalImageFilter.h.
bool itk::Functor::BoundedReciprocal< TInput, TOutput >::operator== | ( | const BoundedReciprocal< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 48 of file itkBoundedReciprocalImageFilter.h.