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

itk::Functor::NOT< TInput, TOutput > Class Template Reference

#include <itkNotImageFilter.h>

List of all members.


Detailed Description

template<class TInput, class TOutput = TInput>
class itk::Functor::NOT< TInput, TOutput >

Definition at line 49 of file itkNotImageFilter.h.

Public Member Functions

 NOT ()
bool operator!= (const NOT &) const
TOutput operator() (const TInput &A)
bool operator== (const NOT &other) const
 ~NOT ()


Constructor & Destructor Documentation

template<class TInput, class TOutput = TInput>
itk::Functor::NOT< TInput, TOutput >::NOT (  )  [inline]

Definition at line 52 of file itkNotImageFilter.h.

template<class TInput, class TOutput = TInput>
itk::Functor::NOT< TInput, TOutput >::~NOT (  )  [inline]

Definition at line 53 of file itkNotImageFilter.h.


Member Function Documentation

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

Definition at line 54 of file itkNotImageFilter.h.

template<class TInput, class TOutput = TInput>
TOutput itk::Functor::NOT< TInput, TOutput >::operator() ( const TInput &  A  )  [inline]

Definition at line 62 of file itkNotImageFilter.h.

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

Definition at line 58 of file itkNotImageFilter.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