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

#include <itkLogicOpsFunctors.h>

+ Inheritance diagram for itk::Functor::NOT< TInput, TOutput >:
+ Collaboration 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 327 of file itkLogicOpsFunctors.h.

Public Member Functions

 NOT ()
 
bool operator!= (const NOT &) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const NOT &other) const
 
 ~NOT ()
 
- Public Member Functions inherited from itk::Functor::LogicOpBase< TInput, TInput, TOutput >
TOutput GetBackgroundValue () const
 
TOutput GetForegroundValue () const
 
 LogicOpBase ()
 
bool operator!= (const Self &) const
 
bool operator== (const Self &other) const
 
void SetBackgroundValue (const TOutput &BG)
 
void SetForegroundValue (const TOutput &FG)
 
 ~LogicOpBase ()
 

Additional Inherited Members

- Public Types inherited from itk::Functor::LogicOpBase< TInput, TInput, TOutput >
typedef LogicOpBase Self
 
- Protected Attributes inherited from itk::Functor::LogicOpBase< TInput, TInput, TOutput >
TOutput m_BackgroundValue
 
TOutput m_ForegroundValue
 

Constructor & Destructor Documentation

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

Definition at line 330 of file itkLogicOpsFunctors.h.

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

Definition at line 331 of file itkLogicOpsFunctors.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 332 of file itkLogicOpsFunctors.h.

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

Definition at line 343 of file itkLogicOpsFunctors.h.

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

Definition at line 338 of file itkLogicOpsFunctors.h.


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