ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#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 189 of file itkLogicOpsFunctors.h.
Public Types | |
typedef GreaterEqual | Self |
Public Types inherited from itk::Functor::LogicOpBase< TInput1, TInput2, TOutput > | |
typedef LogicOpBase | Self |
Public Member Functions | |
GreaterEqual () | |
bool | operator!= (const Self &) const |
TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
bool | operator== (const Self &other) const |
~GreaterEqual () | |
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 () | |
Additional Inherited Members | |
Protected Attributes inherited from itk::Functor::LogicOpBase< TInput1, TInput2, TOutput > | |
TOutput | m_BackgroundValue |
TOutput | m_ForegroundValue |
typedef GreaterEqual itk::Functor::GreaterEqual< TInput1, TInput2, TOutput >::Self |
Definition at line 192 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 193 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 194 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 196 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 204 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 200 of file itkLogicOpsFunctors.h.