18 #ifndef __itkVectorMagnitudeImageFilter_h
19 #define __itkVectorMagnitudeImageFilter_h
46 template<
class TInput,
class TOutput >
60 return !( *
this != other );
65 return static_cast< TOutput
>( A.GetNorm() );
70 template<
class TInputImage,
class TOutputImage >
74 Functor::VectorMagnitude< typename TInputImage::PixelType,
75 typename TOutputImage::PixelType > >
81 TInputImage, TOutputImage,
95 #ifdef ITK_USE_CONCEPT_CHECKING
109 void operator=(
const Self &);