ITK
6.0.0
Insight Toolkit
|
#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 118 of file itkLogicOpsFunctors.h.
Public Types | |
using | Self = Equal |
Public Types inherited from itk::Functor::LogicOpBase< TInput1, TInput1, TInput1 > | |
using | Self = LogicOpBase |
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 121 of file itkLogicOpsFunctors.h.
itk::Functor::Equal< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | Self | ) |
|
inline |
Definition at line 132 of file itkLogicOpsFunctors.h.
References itk::Math::ExactlyEquals().
|
inline |
Definition at line 124 of file itkLogicOpsFunctors.h.