![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkLogicOpsFunctors.h>
Public Types | |
using | Self = LessEqual |
![]() | |
using | Self = LogicOpBase |
Public Member Functions | |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Self) | |
LessEqual ()=default | |
TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
bool | operator== (const Self &) const |
~LessEqual ()=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 268 of file itkLogicOpsFunctors.h.
using itk::Functor::LessEqual< TInput1, TInput2, TOutput >::Self = LessEqual |
Definition at line 271 of file itkLogicOpsFunctors.h.
|
default |
|
default |
itk::Functor::LessEqual< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | Self | ) |
|
inline |
Definition at line 285 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 277 of file itkLogicOpsFunctors.h.