![]() |
ITK
5.3.0
Insight Toolkit
|
#include <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, TInput2, TOutput > | |
| using | Self = LogicOpBase |
Public Member Functions | |
| Greater ()=default | |
| ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Self) | |
| TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
| bool | operator== (const Self &) const |
| ~Greater ()=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 230 of file itkLogicOpsFunctors.h.
| using itk::Functor::Greater< TInput1, TInput2, TOutput >::Self = Greater |
Definition at line 233 of file itkLogicOpsFunctors.h.
|
default |
|
default |
| itk::Functor::Greater< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | Self | ) |
|
inline |
Definition at line 247 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 239 of file itkLogicOpsFunctors.h.
1.8.16