![]() |
ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkLogicOpsFunctors.h>
Inheritance diagram for itk::Functor::NOT< TInput, TOutput >:
Collaboration diagram for itk::Functor::NOT< TInput, TOutput >:Unary logical NOT functor.
Definition at line 324 of file 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 |
|
default |
|
default |
|
inline |
Definition at line 329 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 340 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 335 of file itkLogicOpsFunctors.h.
1.8.5