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 > >
84 void SetVal(
typename TInputImage::PixelType val)
86 this->GetFunctor().SetVal(val);
90 #ifdef ITK_USE_CONCEPT_CHECKING
104 void operator=(
const Self &);
Base class for all process objects that output image data.
GreaterEqualValImageFilter Self
UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::GEConst< typename TInputImage::PixelType, typename TOutputImage::PixelType > > Superclass
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)
SmartPointer< const Self > ConstPointer
GreaterEqualValImageFilter()
Implements pixel-wise generic operation on one image.
void SetVal(typename TInputImage::PixelType val)
bool operator!=(const GEConst &) const
#define itkConceptMacro(name, concept)
SmartPointer< Self > Pointer
bool operator==(const GEConst &other) const
virtual ~GreaterEqualValImageFilter()