ITK
4.8.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 152 of file itkLogicOpsFunctors.h.
Public Types | |
typedef NotEqual | Self |
Public Types inherited from itk::Functor::LogicOpBase< TInput1, TInput2, TOutput > | |
typedef LogicOpBase | Self |
Public Member Functions | |
NotEqual () | |
bool | operator!= (const Self &) const |
TOutput | operator() (const TInput1 &A, const TInput2 &B) |
bool | operator== (const Self &other) const |
~NotEqual () | |
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 NotEqual itk::Functor::NotEqual< TInput1, TInput2, TOutput >::Self |
Definition at line 155 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 157 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 158 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 159 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 167 of file itkLogicOpsFunctors.h.
References itk::Functor::LogicOpBase< TInput1, TInput2, TOutput >::m_BackgroundValue, and itk::Functor::LogicOpBase< TInput1, TInput2, TOutput >::m_ForegroundValue.
|
inline |
Definition at line 163 of file itkLogicOpsFunctors.h.