![]() |
ITK
5.3.0
Insight Toolkit
|
#include <itkLogicOpsFunctors.h>
Inheritance diagram for itk::Functor::GreaterEqual< TInput1, TInput2, TOutput >:
Collaboration diagram for itk::Functor::GreaterEqual< TInput1, TInput2, TOutput >:Public Types | |
| using | Self = GreaterEqual |
Public Types inherited from itk::Functor::LogicOpBase< TInput1, TInput2, TOutput > | |
| using | Self = LogicOpBase |
Public Member Functions | |
| GreaterEqual ()=default | |
| ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Self) | |
| TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
| bool | operator== (const Self &) const |
| ~GreaterEqual ()=default | |
Public Member Functions inherited from itk::Functor::LogicOpBase< TInput1, TInput2, TOutput > | |
| 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 | |
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 193 of file itkLogicOpsFunctors.h.
| using itk::Functor::GreaterEqual< TInput1, TInput2, TOutput >::Self = GreaterEqual |
Definition at line 196 of file itkLogicOpsFunctors.h.
|
default |
|
default |
| itk::Functor::GreaterEqual< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | Self | ) |
|
inline |
Definition at line 209 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 201 of file itkLogicOpsFunctors.h.
1.8.16