#include <itkLogicOpsFunctors.h>
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 148 of file itkLogicOpsFunctors.h.
Inheritance diagram for itk::Functor::NotEqual< TInput1, TInput2, TOutput >:
Collaboration diagram for itk::Functor::NotEqual< TInput1, TInput2, TOutput >:Public Types | |
| using | Self = NotEqual |
Public Types inherited from itk::Functor::LogicOpBase< TInput1, TInput1, TInput1 > | |
| using | Self |
Public Member Functions | |
| ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Self) | |
| TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
| bool | operator== (const Self &) const |
Public Member Functions inherited from itk::Functor::LogicOpBase< TInput1, TInput1, TInput1 > | |
| TInput1 | GetBackgroundValue () const |
| TInput1 | GetForegroundValue () const |
| ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Self) | |
| LogicOpBase () | |
| bool | operator== (const Self &) const |
| void | SetBackgroundValue (const TInput1 &BG) |
| void | SetForegroundValue (const TInput1 &FG) |
| ~LogicOpBase ()=default | |
Additional Inherited Members | |
Protected Attributes inherited from itk::Functor::LogicOpBase< TInput1, TInput1, TInput1 > | |
| TInput1 | m_BackgroundValue |
| TInput1 | m_ForegroundValue |
| using itk::Functor::NotEqual< TInput1, TInput2, TOutput >::Self = NotEqual |
Definition at line 151 of file itkLogicOpsFunctors.h.
| itk::Functor::NotEqual< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | Self | ) |
|
inline |
Definition at line 162 of file itkLogicOpsFunctors.h.
References itk::Functor::LogicOpBase< TInput1, TInput1, TInput1 >::m_BackgroundValue, itk::Functor::LogicOpBase< TInput1, TInput1, TInput1 >::m_ForegroundValue, and itk::Math::NotExactlyEquals().
|
inline |
Definition at line 154 of file itkLogicOpsFunctors.h.