Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::Functor::XOR< TInput1, TInput2, TOutput > Class Template Reference

#include <itkXorImageFilter.h>

List of all members.


Detailed Description

template<class TInput1, class TInput2 = TInput1, class TOutput = TInput1>
class itk::Functor::XOR< TInput1, TInput2, TOutput >

Definition at line 49 of file itkXorImageFilter.h.

Public Member Functions

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


Constructor & Destructor Documentation

template<class TInput1, class TInput2 = TInput1, class TOutput = TInput1>
itk::Functor::XOR< TInput1, TInput2, TOutput >::XOR (  )  [inline]

Definition at line 52 of file itkXorImageFilter.h.

template<class TInput1, class TInput2 = TInput1, class TOutput = TInput1>
itk::Functor::XOR< TInput1, TInput2, TOutput >::~XOR (  )  [inline]

Definition at line 53 of file itkXorImageFilter.h.


Member Function Documentation

template<class TInput1, class TInput2 = TInput1, class TOutput = TInput1>
bool itk::Functor::XOR< TInput1, TInput2, TOutput >::operator!= ( const XOR< TInput1, TInput2, TOutput > &   )  const [inline]

Definition at line 54 of file itkXorImageFilter.h.

template<class TInput1, class TInput2 = TInput1, class TOutput = TInput1>
TOutput itk::Functor::XOR< TInput1, TInput2, TOutput >::operator() ( const TInput1 &  A,
const TInput2 &  B 
) [inline]

Definition at line 62 of file itkXorImageFilter.h.

template<class TInput1, class TInput2 = TInput1, class TOutput = TInput1>
bool itk::Functor::XOR< TInput1, TInput2, TOutput >::operator== ( const XOR< TInput1, TInput2, TOutput > &  other  )  const [inline]

Definition at line 58 of file itkXorImageFilter.h.


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 14:19:30 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000