ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Member Functions | List of all members
itk::Functor::ConstrainedValueDifference< TInput1, TInput2, TOutput > Class Template Reference

#include <itkConstrainedValueDifferenceImageFilter.h>

Detailed Description

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

Definition at line 58 of file itkConstrainedValueDifferenceImageFilter.h.

Public Member Functions

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 63 of file itkConstrainedValueDifferenceImageFilter.h.

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

Definition at line 73 of file itkConstrainedValueDifferenceImageFilter.h.

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

Definition at line 68 of file itkConstrainedValueDifferenceImageFilter.h.


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