![]() |
ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkLogicOpsFunctors.h>
Inheritance diagram for itk::Functor::NotEqual< TInput1, TInput2, TOutput >:
Collaboration diagram for itk::Functor::NotEqual< TInput1, TInput2, TOutput >:Functor for != operation on images and constants.
Operations by c++ casting defaults. Foreground and background values are set by methods. Defaults are 1, 0.
Definition at line 150 of file itkLogicOpsFunctors.h.
Public Types | |
| using | Self = NotEqual |
Public Types inherited from itk::Functor::LogicOpBase< TInput1, TInput2, TOutput > | |
| using | Self = LogicOpBase |
Public Member Functions | |
| NotEqual ()=default | |
| bool | operator!= (const Self &) const |
| TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
| bool | operator== (const Self &other) const |
| ~NotEqual ()=default | |
Public Member Functions inherited from itk::Functor::LogicOpBase< TInput1, TInput2, 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 | |
Protected Attributes inherited from itk::Functor::LogicOpBase< TInput1, TInput2, TOutput > | |
| TOutput | m_BackgroundValue |
| TOutput | m_ForegroundValue |
| using itk::Functor::NotEqual< TInput1, TInput2, TOutput >::Self = NotEqual |
Definition at line 153 of file itkLogicOpsFunctors.h.
|
default |
|
default |
|
inline |
Definition at line 157 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 165 of file itkLogicOpsFunctors.h.
References itk::Math::NotExactlyEquals().
|
inline |
Definition at line 161 of file itkLogicOpsFunctors.h.
1.8.5