18 #ifndef itkGreaterEqualValImageFilter_h
19 #define itkGreaterEqualValImageFilter_h
33 template<
class TInput,
class TOutput >
48 return !( *
this != other );
53 return static_cast< TOutput
>( A >=
m_Val );
61 template<
class TInputImage,
class TOutputImage >
66 typename TInputImage::PixelType,
67 typename TOutputImage::PixelType > >
76 typename TOutputImage::PixelType > >;
83 void SetVal(
typename TInputImage::PixelType val)
85 this->GetFunctor().SetVal(val);
89 #ifdef ITK_USE_CONCEPT_CHECKING
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
Computes the absolute difference between an image and a constant. Can be done with ShiftScale and Abs...
void SetVal(const TInput i)
TOutput operator()(const TInput &A)
GreaterEqualValImageFilter()
~GreaterEqualValImageFilter() override
Implements pixel-wise generic operation on one image.
void SetVal(typename TInputImage::PixelType val)
bool operator!=(const GEConst &) const
#define itkConceptMacro(name, concept)
bool operator==(const GEConst &other) const