ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Member Functions | List of all members
itk::Functor::NOT< TInput, TOutput > Class Template Reference

#include <itkNotImageFilter.h>

+ Inheritance diagram for itk::Functor::NOT< TInput, TOutput >:

Detailed Description

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

Unary logical NOT functor.

Definition at line 34 of file itkNotImageFilter.h.

Public Member Functions

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

Constructor & Destructor Documentation

template<typename TInput, typename TOutput = TInput>
itk::Functor::NOT< TInput, TOutput >::NOT ( )
inline

Definition at line 37 of file itkNotImageFilter.h.

template<typename TInput, typename TOutput = TInput>
itk::Functor::NOT< TInput, TOutput >::~NOT ( )
inline

Definition at line 38 of file itkNotImageFilter.h.

Member Function Documentation

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

Definition at line 39 of file itkNotImageFilter.h.

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

Definition at line 50 of file itkNotImageFilter.h.

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

Definition at line 45 of file itkNotImageFilter.h.


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