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

#include <itkSquaredDifferenceImageFilter.h>

Public Member Functions

bool operator!= (const SquaredDifference2 &) const
 
TOutput operator() (const TInput1 &A, const TInput2 &B) const
 
bool operator== (const SquaredDifference2 &other) const
 
 SquaredDifference2 ()=default
 
 ~SquaredDifference2 ()=default
 

Detailed Description

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

Definition at line 57 of file itkSquaredDifferenceImageFilter.h.

Constructor & Destructor Documentation

◆ SquaredDifference2()

template<typename TInput1 , typename TInput2 , typename TOutput >
itk::Functor::SquaredDifference2< TInput1, TInput2, TOutput >::SquaredDifference2 ( )
default

◆ ~SquaredDifference2()

template<typename TInput1 , typename TInput2 , typename TOutput >
itk::Functor::SquaredDifference2< TInput1, TInput2, TOutput >::~SquaredDifference2 ( )
default

Member Function Documentation

◆ operator!=()

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

Definition at line 63 of file itkSquaredDifferenceImageFilter.h.

◆ operator()()

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

Definition at line 76 of file itkSquaredDifferenceImageFilter.h.

◆ operator==()

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

Definition at line 70 of file itkSquaredDifferenceImageFilter.h.


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