ITK
5.2.0
Insight Toolkit
|
#include <itkLogicOpsFunctors.h>
Public Types | |
using | Self = GreaterEqual |
Public Types inherited from itk::Functor::LogicOpBase< TInput1, TInput2, TOutput > | |
using | Self = LogicOpBase |
Public Member Functions | |
GreaterEqual ()=default | |
bool | operator!= (const Self &) const |
TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
bool | operator== (const Self &other) const |
~GreaterEqual ()=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 200 of file itkLogicOpsFunctors.h.
using itk::Functor::GreaterEqual< TInput1, TInput2, TOutput >::Self = GreaterEqual |
Definition at line 203 of file itkLogicOpsFunctors.h.
|
default |
|
default |
|
inline |
Definition at line 208 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 218 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 213 of file itkLogicOpsFunctors.h.