18 #ifndef __itkSquareImageFilter_h
19 #define __itkSquareImageFilter_h
38 template<
class TInput,
class TOutput >
52 return !( *
this != other );
59 return static_cast< TOutput
>( ra * ra );
63 template<
class TInputImage,
class TOutputImage >
67 Functor::Square< typename TInputImage::PixelType,
68 typename TOutputImage::PixelType > >
74 TInputImage, TOutputImage,
88 #ifdef ITK_USE_CONCEPT_CHECKING
102 void operator=(
const Self &);