18#ifndef itkComplexToRealImageFilter_h
19#define itkComplexToRealImageFilter_h
34template <
typename TInput,
typename TOutput>
49 return static_cast<TOutput
>(A.real());
54template <
typename TInputImage,
typename TOutputImage>
83#if !defined(ITK_WRAPPING_PARSER)
~ComplexToRealImageFilter() override=default
typename TOutputImage::PixelType OutputPixelType
SmartPointer< const Self > ConstPointer
typename NumericTraits< InputPixelType >::ValueType InputPixelValueType
ComplexToRealImageFilter Self
ComplexToRealImageFilter()
Functor::ComplexToReal< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
typename TInputImage::PixelType InputPixelType
SmartPointer< Self > Pointer
UnaryGeneratorImageFilter< TInputImage, TOutputImage > Superclass
TOutput operator()(const TInput &A) const
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(ComplexToReal)
bool operator==(const ComplexToReal &) const
Implements transparent reference counting.
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....