18 #ifndef itkDivideRealFunctor_h
19 #define itkDivideRealFunctor_h
31 template<
class TInput1,
class TInput2,
class TOutput >
43 return !( *
this != other );
46 inline TOutput
operator()(
const TInput1 & A,
const TInput2 & B)
const
48 if ( B != (TInput2)0 )
52 static_cast<typename NumericTraits<TInput2>::RealType
>(B) );
63 #endif // itkDivisionRealImageFilter_h
TOutput operator()(const TInput1 &A, const TInput2 &B) const
bool operator!=(const DivReal &) const
bool operator==(const DivReal &other) const
static constexpr T max(const T &)