#include <itkLogicOpsFunctors.h>
Unary logical NOT functor.
Definition at line 319 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, TInput > | |
| TInput | GetBackgroundValue () const |
| TInput | GetForegroundValue () const |
| ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Self) | |
| LogicOpBase () | |
| bool | operator== (const Self &) const |
| void | SetBackgroundValue (const TInput &BG) |
| void | SetForegroundValue (const TInput &FG) |
| ~LogicOpBase ()=default | |
Additional Inherited Members | |
Public Types inherited from itk::Functor::LogicOpBase< TInput, TInput, TInput > | |
| using | Self |
Protected Attributes inherited from itk::Functor::LogicOpBase< TInput, TInput, TInput > | |
| TInput | m_BackgroundValue |
| TInput | m_ForegroundValue |
| itk::Functor::NOT< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | NOT< TInput, TOutput > | ) |
|
inline |
Definition at line 331 of file itkLogicOpsFunctors.h.
References itk::Functor::LogicOpBase< TInput, TInput, TInput >::m_BackgroundValue, and itk::Functor::LogicOpBase< TInput, TInput, TInput >::m_ForegroundValue.
|
inline |
Definition at line 323 of file itkLogicOpsFunctors.h.