ITK
5.2.0
Insight Toolkit
|
#include <itkLogicOpsFunctors.h>
Public Types | |
using | Self = LessEqual |
Public Types inherited from itk::Functor::LogicOpBase< TInput1, TInput2, TOutput > | |
using | Self = LogicOpBase |
Public Member Functions | |
LessEqual ()=default | |
bool | operator!= (const Self &) const |
TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
bool | operator== (const Self &other) const |
~LessEqual ()=default | |
Public Member Functions inherited from itk::Functor::LogicOpBase< TInput1, TInput2, TOutput > | |
TOutput | GetBackgroundValue () const |
TOutput | GetForegroundValue () const |
LogicOpBase () | |
bool | operator!= (const Self &) const |
bool | operator== (const Self &other) const |
void | SetBackgroundValue (const TOutput &BG) |
void | SetForegroundValue (const TOutput &FG) |
~LogicOpBase ()=default | |
Additional Inherited Members | |
Protected Attributes inherited from itk::Functor::LogicOpBase< TInput1, TInput2, TOutput > | |
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 278 of file itkLogicOpsFunctors.h.
using itk::Functor::LessEqual< TInput1, TInput2, TOutput >::Self = LessEqual |
Definition at line 281 of file itkLogicOpsFunctors.h.
|
default |
|
default |
|
inline |
Definition at line 286 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 296 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 291 of file itkLogicOpsFunctors.h.