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

#include <itkLogicOpsFunctors.h>

Detailed Description

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

Unary logical NOT functor.

Definition at line 323 of file itkLogicOpsFunctors.h.

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

Public Member Functions

 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (NOT)
 
TOutput operator() (const TInput &A) const
 
bool operator== (const NOT &) const
 
- Public Member Functions inherited from itk::Functor::LogicOpBase< TInput, TInput, TOutput >
TOutput GetBackgroundValue () const
 
TOutput GetForegroundValue () const
 
 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Self)
 
 LogicOpBase ()
 
bool operator== (const Self &) 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
 

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

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

◆ operator()()

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

Definition at line 335 of file itkLogicOpsFunctors.h.

◆ operator==()

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

Definition at line 327 of file itkLogicOpsFunctors.h.


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