![]() |
ITK
5.3.0
Insight Toolkit
|
#include <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) | |
| NOT ()=default | |
| TOutput | operator() (const TInput &A) const |
| bool | operator== (const NOT &) const |
| ~NOT ()=default | |
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 |
Unary logical NOT functor.
Definition at line 340 of file itkLogicOpsFunctors.h.
|
default |
|
default |
| itk::Functor::NOT< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | NOT< TInput, TOutput > | ) |
|
inline |
Definition at line 356 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 348 of file itkLogicOpsFunctors.h.
1.8.16