ITK
6.0.0
Insight Toolkit
|
#include <itkLogicOpsFunctors.h>
Unary logical NOT functor.
Definition at line 323 of file itkLogicOpsFunctors.h.
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 = LogicOpBase |
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 335 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 327 of file itkLogicOpsFunctors.h.