![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkLogicOpsFunctors.h>
Public Types | |
using | Self = NotEqual |
![]() | |
using | Self = LogicOpBase |
Public Member Functions | |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Self) | |
NotEqual ()=default | |
TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
bool | operator== (const Self &) const |
~NotEqual ()=default | |
![]() | |
TOutput | GetBackgroundValue () const |
TOutput | GetForegroundValue () const |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Self) | |
LogicOpBase () | |
bool | operator== (const Self &) const |
void | SetBackgroundValue (const TOutput &BG) |
void | SetForegroundValue (const TOutput &FG) |
~LogicOpBase ()=default | |
Additional Inherited Members | |
![]() | |
TOutput | m_BackgroundValue |
TOutput | m_ForegroundValue |
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 155 of file itkLogicOpsFunctors.h.
using itk::Functor::NotEqual< TInput1, TInput2, TOutput >::Self = NotEqual |
Definition at line 158 of file itkLogicOpsFunctors.h.
|
default |
|
default |
itk::Functor::NotEqual< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | Self | ) |
|
inline |
Definition at line 172 of file itkLogicOpsFunctors.h.
References itk::Math::NotExactlyEquals().
|
inline |
Definition at line 164 of file itkLogicOpsFunctors.h.