18#ifndef itkComplexToImaginaryImageFilter_h
19#define itkComplexToImaginaryImageFilter_h
35template <
typename TInput,
typename TOutput>
50 return static_cast<TOutput
>(A.imag());
55template <
typename TInputImage,
typename TOutputImage>
84#if !defined(ITK_WRAPPING_PARSER)
typename NumericTraits< InputPixelType >::ValueType InputPixelValueType
ComplexToImaginaryImageFilter Self
typename TInputImage::PixelType InputPixelType
ComplexToImaginaryImageFilter()
typename TOutputImage::PixelType OutputPixelType
UnaryGeneratorImageFilter< TInputImage, TOutputImage > Superclass
~ComplexToImaginaryImageFilter() override=default
Functor::ComplexToImaginary< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
bool operator==(const ComplexToImaginary &) const
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(ComplexToImaginary)
TOutput operator()(const TInput &A) 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....