ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Public Attributes | List of all members
itk::Functor::BinaryNot< TPixel > Class Template Reference

#include <itkBinaryNotImageFilter.h>

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

Detailed Description

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

Definition at line 57 of file itkBinaryNotImageFilter.h.

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
 

Constructor & Destructor Documentation

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

Definition at line 60 of file itkBinaryNotImageFilter.h.

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

Definition at line 61 of file itkBinaryNotImageFilter.h.

Member Function Documentation

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

Definition at line 62 of file itkBinaryNotImageFilter.h.

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

Definition at line 70 of file itkBinaryNotImageFilter.h.

template<typename 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<typename TPixel>
TPixel itk::Functor::BinaryNot< TPixel >::m_BackgroundValue
template<typename TPixel>
TPixel itk::Functor::BinaryNot< TPixel >::m_ForegroundValue

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