ITK
5.2.0
Insight Toolkit
|
#include <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 |
Unary logical NOT functor.
Definition at line 352 of file itkLogicOpsFunctors.h.
|
default |
|
default |
|
inline |
Definition at line 358 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 371 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 365 of file itkLogicOpsFunctors.h.