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