ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Member Functions | List of all members
itk::Functor::EdgePotential< TInput, TOutput > Class Template Reference

#include <itkEdgePotentialImageFilter.h>

+ Inheritance diagram for itk::Functor::EdgePotential< TInput, TOutput >:

Detailed Description

template<typename TInput, typename TOutput>
class itk::Functor::EdgePotential< TInput, TOutput >

Definition at line 40 of file itkEdgePotentialImageFilter.h.

Public Member Functions

 EdgePotential ()
 
bool operator!= (const EdgePotential &) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const EdgePotential &other) const
 
 ~EdgePotential ()
 

Constructor & Destructor Documentation

template<typename TInput, typename TOutput>
itk::Functor::EdgePotential< TInput, TOutput >::EdgePotential ( )
inline

Definition at line 43 of file itkEdgePotentialImageFilter.h.

template<typename TInput, typename TOutput>
itk::Functor::EdgePotential< TInput, TOutput >::~EdgePotential ( )
inline

Definition at line 44 of file itkEdgePotentialImageFilter.h.

Member Function Documentation

template<typename TInput, typename TOutput>
bool itk::Functor::EdgePotential< TInput, TOutput >::operator!= ( const EdgePotential< TInput, TOutput > &  ) const
inline

Definition at line 45 of file itkEdgePotentialImageFilter.h.

template<typename TInput, typename TOutput>
TOutput itk::Functor::EdgePotential< TInput, TOutput >::operator() ( const TInput &  A) const
inline

Definition at line 55 of file itkEdgePotentialImageFilter.h.

template<typename TInput, typename TOutput>
bool itk::Functor::EdgePotential< TInput, TOutput >::operator== ( const EdgePotential< TInput, TOutput > &  other) const
inline

Definition at line 50 of file itkEdgePotentialImageFilter.h.


The documentation for this class was generated from the following file: