17 #ifndef __itkMaximumImageFilter_h
18 #define __itkMaximumImageFilter_h
39 template<
class TInput1,
class TInput2=TInput1,
class TOutput=TInput1>
51 return !(*
this != other);
53 inline TOutput
operator()(
const TInput1 & A,
const TInput2 & B)
const
57 return static_cast<TOutput
>(A);
61 return static_cast<TOutput
>(B);
67 template <
class TInputImage1,
class TInputImage2=TInputImage1,
class TOutputImage=TInputImage1>
72 typename TInputImage1::PixelType,
73 typename TInputImage2::PixelType,
74 typename TOutputImage::PixelType> >
81 typename TInputImage1::PixelType,
82 typename TInputImage2::PixelType,
83 typename TOutputImage::PixelType>
95 #ifdef ITK_USE_CONCEPT_CHECKING
99 typename TOutputImage::PixelType>));
102 typename TOutputImage::PixelType>));
105 typename TInputImage2::PixelType>));
115 void operator=(
const Self&);