ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions
itk::Functor::ConstrainedValueDifference< TInput1, TInput2, TOutput > Class Template Reference

#include <itkConstrainedValueDifferenceImageFilter.h>

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

List of all members.

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 ()

Detailed Description

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

Definition at line 58 of file itkConstrainedValueDifferenceImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 61 of file itkConstrainedValueDifferenceImageFilter.h.

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

Definition at line 62 of file itkConstrainedValueDifferenceImageFilter.h.


Member Function Documentation

template<class TInput1, class TInput2, class 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<class TInput1, class TInput2, class 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<class TInput1, class TInput2, class 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: