ITK  4.13.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>

+ Inheritance diagram for itk::Functor::ConstrainedValueDifference< TInput1, TInput2, TOutput >:

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 ()
 
bool operator!= (const ConstrainedValueDifference &) const
 
TOutput operator() (const TInput1 &A, const TInput2 &B) const
 
bool operator== (const ConstrainedValueDifference &other) const
 
 ~ConstrainedValueDifference ()
 

Constructor & Destructor Documentation

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

Definition at line 61 of file itkConstrainedValueDifferenceImageFilter.h.

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

Definition at line 62 of file itkConstrainedValueDifferenceImageFilter.h.

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: