#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 288 of file itkLogicOpsFunctors.h.
Inheritance diagram for itk::Functor::Less< TInput1, TInput2, TOutput >:
Collaboration diagram for itk::Functor::Less< TInput1, TInput2, TOutput >:Public Types | |
| using | Self = Less |
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::Less< TInput1, TInput2, TOutput >::Self = Less |
Definition at line 291 of file itkLogicOpsFunctors.h.
| itk::Functor::Less< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | Self | ) |
|
inline |
Definition at line 302 of file itkLogicOpsFunctors.h.
References itk::Functor::LogicOpBase< TInput1, TInput1, TInput1 >::m_BackgroundValue, and itk::Functor::LogicOpBase< TInput1, TInput1, TInput1 >::m_ForegroundValue.
|
inline |
Definition at line 294 of file itkLogicOpsFunctors.h.