#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 218 of file itkLogicOpsFunctors.h.
Inheritance diagram for itk::Functor::Greater< TInput1, TInput2, TOutput >:
Collaboration diagram for itk::Functor::Greater< TInput1, TInput2, TOutput >:Public Types | |
| using | Self = Greater |
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::Greater< TInput1, TInput2, TOutput >::Self = Greater |
Definition at line 221 of file itkLogicOpsFunctors.h.
| itk::Functor::Greater< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | Self | ) |
|
inline |
Definition at line 232 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 224 of file itkLogicOpsFunctors.h.