ITK  5.4.0
Insight Toolkit
Public Member Functions | List of all members
itk::Functor::AbsoluteValueDifference2< TInput1, TInput2, TOutput > Class Template Reference

#include <itkAbsoluteValueDifferenceImageFilter.h>

Detailed Description

template<typename TInput1, typename TInput2, typename TOutput>
class itk::Functor::AbsoluteValueDifference2< TInput1, TInput2, TOutput >

Definition at line 58 of file itkAbsoluteValueDifferenceImageFilter.h.

Public Member Functions

 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (AbsoluteValueDifference2)
 
TOutput operator() (const TInput1 &A, const TInput2 &B) const
 
bool operator== (const AbsoluteValueDifference2 &) const
 

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

template<typename TInput1 , typename TInput2 , typename TOutput >
itk::Functor::AbsoluteValueDifference2< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( AbsoluteValueDifference2< TInput1, TInput2, TOutput >  )

◆ operator()()

template<typename TInput1 , typename TInput2 , typename TOutput >
TOutput itk::Functor::AbsoluteValueDifference2< TInput1, TInput2, TOutput >::operator() ( const TInput1 &  A,
const TInput2 &  B 
) const
inline

Definition at line 71 of file itkAbsoluteValueDifferenceImageFilter.h.

◆ operator==()

template<typename TInput1 , typename TInput2 , typename TOutput >
bool itk::Functor::AbsoluteValueDifference2< TInput1, TInput2, TOutput >::operator== ( const AbsoluteValueDifference2< TInput1, TInput2, TOutput > &  ) const
inline

Definition at line 62 of file itkAbsoluteValueDifferenceImageFilter.h.


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