18#ifndef itkVectorMagnitudeImageFilter_h
19#define itkVectorMagnitudeImageFilter_h
47template <
typename TInput,
typename TOutput>
62 return static_cast<TOutput
>(A.GetNorm());
67template <
typename TInputImage,
typename TOutputImage>
86#ifdef ITK_USE_CONCEPT_CHECKING
95#if !defined(ITK_WRAPPING_PARSER)
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(VectorMagnitude)
bool operator==(const VectorMagnitude &) const
TOutput operator()(const TInput &A) const
Base class for all process objects that output image data.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Implements pixel-wise generic "operation" on one image.
Take an image of vectors as input and produce an image with the magnitude of those vectors.
Functor::Add2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....