#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 114 of file itkLogicOpsFunctors.h.
Inheritance diagram for itk::Functor::Equal< TInput1, TInput2, TOutput >:
Collaboration diagram for itk::Functor::Equal< TInput1, TInput2, TOutput >:Public Types | |
| using | Self = Equal |
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::Equal< TInput1, TInput2, TOutput >::Self = Equal |
Definition at line 117 of file itkLogicOpsFunctors.h.
| itk::Functor::Equal< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | Self | ) |
|
inline |
Definition at line 128 of file itkLogicOpsFunctors.h.
References itk::Math::ExactlyEquals(), itk::Functor::LogicOpBase< TInput1, TInput1, TInput1 >::m_BackgroundValue, and itk::Functor::LogicOpBase< TInput1, TInput1, TInput1 >::m_ForegroundValue.
|
inline |
Definition at line 120 of file itkLogicOpsFunctors.h.