ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkLogicOpsFunctors.h>
Unary logical NOT functor.
Definition at line 327 of file itkLogicOpsFunctors.h.
Public Member Functions | |
NOT () | |
bool | operator!= (const NOT &) const |
TOutput | operator() (const TInput &A) const |
bool | operator== (const NOT &other) const |
~NOT () | |
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 () | |
Additional Inherited Members | |
Public Types inherited from itk::Functor::LogicOpBase< TInput, TInput, TOutput > | |
typedef LogicOpBase | Self |
Protected Attributes inherited from itk::Functor::LogicOpBase< TInput, TInput, TOutput > | |
TOutput | m_BackgroundValue |
TOutput | m_ForegroundValue |
|
inline |
Definition at line 330 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 331 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 332 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 343 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 338 of file itkLogicOpsFunctors.h.