18 #ifndef itkSqrtImageFilter_h
19 #define itkSqrtImageFilter_h
22 #include "vnl/vnl_math.h"
33 template<
typename TInput,
typename TOutput >
47 return !( *
this != other );
52 return (TOutput)std::sqrt( (
double)A );
65 template<
typename TInputImage,
typename TOutputImage >
69 Functor::Sqrt< typename TInputImage::PixelType,
70 typename TOutputImage::PixelType > >
76 TInputImage, TOutputImage,
90 #ifdef ITK_USE_CONCEPT_CHECKING
UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Sqrt< typename TInputImage::PixelType, typename TOutputImage::PixelType > > Superclass
SmartPointer< Self > Pointer
Computes the square root of each pixel.
bool operator==(const Sqrt &other) const
Base class for all process objects that output image data.
TOutput operator()(const TInput &A) const
virtual ~SqrtImageFilter()
void operator=(const Self &)
SmartPointer< const Self > ConstPointer
Implements pixel-wise generic operation on one image.
bool operator!=(const Sqrt &) const
#define itkConceptMacro(name, concept)