18#ifndef itkSqrtImageFilter_h
19#define itkSqrtImageFilter_h
33template <
typename TInput,
typename TOutput>
48 return static_cast<TOutput
>(std::sqrt(
static_cast<double>(A)));
63template <
typename TInputImage,
typename TOutputImage>
82#ifdef ITK_USE_CONCEPT_CHECKING
92#if !defined(ITK_WRAPPING_PARSER)
TOutput operator()(const TInput &A) const
bool operator==(const Sqrt &) const
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(Sqrt)
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...
Computes the square root of each pixel.
~SqrtImageFilter() override=default
Implements pixel-wise generic "operation" on one image.
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....