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

#include <itkEdgePotentialImageFilter.h>

Public Member Functions

 EdgePotential ()=default
 
 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (EdgePotential)
 
TOutput operator() (const TInput &A) const
 
bool operator== (const EdgePotential &) const
 
 ~EdgePotential ()=default
 

Detailed Description

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

Definition at line 43 of file itkEdgePotentialImageFilter.h.

Constructor & Destructor Documentation

◆ EdgePotential()

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

◆ ~EdgePotential()

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

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

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

◆ operator()()

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

Definition at line 57 of file itkEdgePotentialImageFilter.h.

◆ operator==()

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

Definition at line 49 of file itkEdgePotentialImageFilter.h.


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