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