ITK  5.0.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 324 of file itkLogicOpsFunctors.h.

Public Member Functions

 NOT ()=default
 
bool operator!= (const NOT &) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const NOT &other) const
 
 ~NOT ()=default
 
- 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 ()=default
 

Additional Inherited Members

- Public Types inherited from itk::Functor::LogicOpBase< TInput, TInput, TOutput >
using Self = LogicOpBase
 
- 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 ( )
default
template<typename TInput, typename TOutput = TInput>
itk::Functor::NOT< TInput, TOutput >::~NOT ( )
default

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 329 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 340 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 335 of file itkLogicOpsFunctors.h.


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