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>
88#if !defined(ITK_WRAPPING_PARSER)
TOutput operator()(const TInput &A) const
bool operator==(const Sqrt &) const
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(Sqrt)
Implements transparent reference counting.
SmartPointer< const Self > ConstPointer
Functor::Sqrt< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
SmartPointer< Self > Pointer
UnaryGeneratorImageFilter< TInputImage, TOutputImage > Superclass
~SqrtImageFilter() override=default
UnaryGeneratorImageFilter()
void SetFunctor(const std::function< ConstRefFunctionType > &f)
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....