ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Public Attributes
itk::Functor::BinaryNot< TPixel > Class Template Reference

#include <itkBinaryNotImageFilter.h>

+ Inheritance diagram for itk::Functor::BinaryNot< TPixel >:
+ Collaboration diagram for itk::Functor::BinaryNot< TPixel >:

List of all members.

Public Member Functions

 BinaryNot ()
bool operator!= (const BinaryNot &) const
TPixel operator() (const TPixel &A)
bool operator== (const BinaryNot &other) const
 ~BinaryNot ()

Public Attributes

TPixel m_BackgroundValue
TPixel m_ForegroundValue

Detailed Description

template<class TPixel>
class itk::Functor::BinaryNot< TPixel >

Definition at line 57 of file itkBinaryNotImageFilter.h.


Constructor & Destructor Documentation

template<class TPixel>
itk::Functor::BinaryNot< TPixel >::BinaryNot ( )
inline

Definition at line 60 of file itkBinaryNotImageFilter.h.

template<class TPixel>
itk::Functor::BinaryNot< TPixel >::~BinaryNot ( )
inline

Definition at line 61 of file itkBinaryNotImageFilter.h.


Member Function Documentation

template<class TPixel>
bool itk::Functor::BinaryNot< TPixel >::operator!= ( const BinaryNot< TPixel > &  ) const
inline

Definition at line 62 of file itkBinaryNotImageFilter.h.

template<class TPixel>
TPixel itk::Functor::BinaryNot< TPixel >::operator() ( const TPixel &  A)
inline

Definition at line 70 of file itkBinaryNotImageFilter.h.

template<class TPixel>
bool itk::Functor::BinaryNot< TPixel >::operator== ( const BinaryNot< TPixel > &  other) const
inline

Definition at line 66 of file itkBinaryNotImageFilter.h.


Member Data Documentation

template<class TPixel>
TPixel itk::Functor::BinaryNot< TPixel >::m_BackgroundValue
template<class TPixel>
TPixel itk::Functor::BinaryNot< TPixel >::m_ForegroundValue

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